From: Costa Shulyupin Date: Wed, 5 Oct 2022 15:42:13 +0000 (+0300) Subject: lib/common: : doxygen comment X-Git-Tag: 6.0.2~9^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2b2122e8fe0d7bc5d0d260575ae9365327a00ec;p=graphviz lib/common: : doxygen comment --- diff --git a/lib/common/utils.c b/lib/common/utils.c index dc3c9dd6b..ba1f38955 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -1862,3 +1862,8 @@ findCluster (Dt_t* map, char* name) else return NULL; } + +/** + * @dir lib/common + * @brief common code for layout engines + */