]> granicus.if.org Git - graphviz/commitdiff
doxygen comments for cmd, lefty, gvmap, lneato, dotty
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Thu, 5 May 2022 15:41:41 +0000 (18:41 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 27 May 2022 00:05:21 +0000 (17:05 -0700)
cmd/lefty/lefty.c

index 65390a5f68a2ec3f279c52959ad4f04d65dee58b..4c504bec8a4b84fa31a7fb06fa364bc4cac6e3af 100644 (file)
@@ -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
+ */