From 1a963f199a607ad40ae8ecc5f638f0dcce45d45f Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Wed, 5 Oct 2022 18:45:37 +0300 Subject: [PATCH] xdot: doxygen comment --- lib/xdot/xdot.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/xdot/xdot.c b/lib/xdot/xdot.c index b889755dd..ba142b20f 100644 --- a/lib/xdot/xdot.c +++ b/lib/xdot/xdot.c @@ -998,3 +998,8 @@ void freeXDotColor (xdot_color* cp) free (cp->u.ring.stops); } } + +/** + * @dir lib/xdot + * @brief API xdot/xdot.h + */ -- 2.50.1