From: Costa Shulyupin Date: Thu, 5 May 2022 15:41:41 +0000 (+0300) Subject: doxygen comments for cmd, lefty, gvmap, lneato, dotty X-Git-Tag: 4.0.0~6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cd3b7be7bfd844a77196d0238be6b104bd259e5;p=graphviz doxygen comments for cmd, lefty, gvmap, lneato, dotty --- diff --git a/cmd/lefty/lefty.c b/cmd/lefty/lefty.c index 65390a5f6..4c504bec8 100644 --- a/cmd/lefty/lefty.c +++ b/cmd/lefty/lefty.c @@ -1,3 +1,8 @@ +/** + * @file + * @brief main of lefty + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials @@ -519,3 +524,17 @@ static void printusage (void) { fflush (stdout); #endif } + +/** + * @dir . + * @brief a programmable graphics editor + * + * @dir ../lneato + * @brief lefty + neato + * + * @dir ../dotty + * @brief dot + lefty + * + * @dir ../../cmd + * @brief Graph programs + */