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

index 21b29d7301dec9a5f00ea940cdce2eb167518375..df2c64540f7f1550621202c89f5ebef89fffe7f2 100644 (file)
@@ -1,3 +1,8 @@
+/**
+ * @file
+ * @brief main rendering program for various layouts of graphs and output formats
+ */
+
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property 
  * All rights reserved. This program and the accompanying materials
@@ -92,3 +97,8 @@ int main(int argc, char **argv)
     r = gvFreeContext(Gvc);
     graphviz_exit(MAX(rc,r));
 }
+
+/**
+ * @dir .
+ * @brief main rendering program for various layouts of graphs and output formats
+ */