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

index b889755ddf0bb52da9d7fd49feba48d6c5118bac..ba142b20fa4bdec134ee35a3130724404e40119e 100644 (file)
@@ -998,3 +998,8 @@ void freeXDotColor (xdot_color* cp)
        free (cp->u.ring.stops);
     }
 }
+
+/**
+ * @dir lib/xdot
+ * @brief API xdot/xdot.h
+ */