From: Costa Shulyupin Date: Wed, 5 Oct 2022 15:43:46 +0000 (+0300) Subject: glcomp: doxygen comment X-Git-Tag: 6.0.2~9^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19ce77e4aaf4ceb146255321e99cd2f82af281fa;p=graphviz glcomp: doxygen comment --- diff --git a/lib/glcomp/glutils.c b/lib/glcomp/glutils.c index 0c42ce891..7e90eafb4 100644 --- a/lib/glcomp/glutils.c +++ b/lib/glcomp/glutils.c @@ -390,3 +390,8 @@ int is_point_in_rectangle(float X, float Y, float RX, float RY, float RW,float R else return 0; } + +/** + * @dir lib/glcomp + * @brief OpenGL GUI for cmd/smyrna + */