From: Costa Shulyupin Date: Thu, 5 May 2022 15:42:50 +0000 (+0300) Subject: doxygen comments for cmd/smyrna X-Git-Tag: 4.0.0~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1d08834537355cc8e328fc99984cb5981d04558;p=graphviz doxygen comments for cmd/smyrna --- diff --git a/cmd/smyrna/main.c b/cmd/smyrna/main.c index e312528c6..9f6301466 100644 --- a/cmd/smyrna/main.c +++ b/cmd/smyrna/main.c @@ -253,3 +253,8 @@ int main(int argc, char *argv[]) g_free(package_locale_dir); graphviz_exit(0); } + +/** + * @dir . + * @brief interactive graph viewer + */