]> granicus.if.org Git - graphviz/commitdiff
doxygen for neatogen
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Thu, 6 Oct 2022 18:54:23 +0000 (21:54 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Dec 2022 16:12:04 +0000 (08:12 -0800)
lib/neatogen/neatoinit.c

index 6ef199695336ff6e558d9e3ab6d019e23f24b0dd..530561b7b1f436c94fc4a461709ccd1dcba08a18 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * @file
+ * @brief API neatogen/neatoprocs.h:
+ * @ref neato_init_node, @ref user_pos, @ref neato_cleanup,
+ * @ref init_nop, @ref setSeed, @ref checkStart, @ref neato_layout
+ */
+
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
@@ -1491,3 +1498,13 @@ void neato_layout(Agraph_t * g)
     }
     PSinputscale = save_scale;
 }
+
+/**
+ * @dir lib/neatogen
+ * @brief "spring model" layout engine, API neatogen/neatoprocs.h
+ * @ingroup engines
+ *
+ * [Neato layout user manual](https://graphviz.org/docs/layouts/neato/)
+ *
+ * Other @ref engines
+ */