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

index 0c42ce8913df24fc57e051e457e415824cd31b78..7e90eafb409f68e08b8efa38d8abd995f28b2f33 100644 (file)
@@ -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
+ */