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

index a938f429a75eb28eff946b306a6317150bf5fe08..ebb8e188d3e10b3c7405e93bd686b4a97c2d7ab3 100644 (file)
@@ -499,3 +499,14 @@ Agraph_t * dot_root (void* p)
     return GD_dotroot(agroot(p));
 }
 
+/**
+ * @defgroup engines Graphviz layout engines
+ * @{
+ * @dir lib/dotgen
+ * @brief [hierarchical or layered](https://en.wikipedia.org/wiki/Layered_graph_drawing) layout engine, API dotgen/dotprocs.h
+ *
+ * [Dot layout user manual](https://graphviz.org/docs/layouts/dot/)
+ *
+ * Other @ref engines
+ * @}
+ */