]> granicus.if.org Git - graphviz/commitdiff
lib/common: : doxygen comment
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Wed, 5 Oct 2022 15:42:13 +0000 (18:42 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 7 Oct 2022 00:21:47 +0000 (17:21 -0700)
lib/common/utils.c

index dc3c9dd6bcd1051878837d2dad2a6050578e2486..ba1f389557b39bb9cc1bba161cf84ea98297a226 100644 (file)
@@ -1862,3 +1862,8 @@ findCluster (Dt_t* map, char* name)
     else
        return NULL;
 }
+
+/**
+ * @dir lib/common
+ * @brief common code for layout engines
+ */