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

index 7af1bb4862a0a69fde96c09d7d519a275cd9209e..d68704f9fdf1c0a5e40d6bfdd60588fcdb3f973a 100644 (file)
@@ -40,3 +40,8 @@ exexpr(Expr_t* ex, const char* name, Exid_t* sym, int type)
        }
        return 0;
 }
+
+/**
+ * @dir lib/expr
+ * @brief expression library for lib/gvpr/, API expr.h
+ */