From: Costa Shulyupin Date: Thu, 6 Oct 2022 18:54:47 +0000 (+0300) Subject: doxygen for osage X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51232c2db1bcc61698b268ad62d728d8cabb2c50;p=graphviz doxygen for osage --- diff --git a/lib/osage/osageinit.c b/lib/osage/osageinit.c index db9f36d9c..45c9596d9 100644 --- a/lib/osage/osageinit.c +++ b/lib/osage/osageinit.c @@ -374,3 +374,13 @@ void osage_cleanup(Agraph_t *g) } cleanup_graphs(g); } + +/** + * @dir lib/osage + * @brief clustered layout engine, API osage/osage.h + * @ingroup engines + * + * [Osage layout user manual](https://graphviz.org/docs/layouts/osage/) + * + * Other @ref engines + */