]> granicus.if.org Git - graphviz/commitdiff
types.h: doxygen comments
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 5 Jul 2022 16:16:50 +0000 (19:16 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Jul 2022 00:39:03 +0000 (17:39 -0700)
lib/common/types.h

index 96fb5d7ac66d0dfacc510d78818cb7718340a6f1..8c6f3040f2355275f8d0389e2d06d5026b5bd6c5 100644 (file)
@@ -1,3 +1,8 @@
+/**
+ * @file
+ * @brief graphs, nodes and edges info: Agraphinfo_t, Agnodeinfo_t and Agedgeinfo_t
+ */
+
 /*************************************************************************
  * Copyright (c) 2011 AT&T Intellectual Property
  * All rights reserved. This program and the accompanying materials
@@ -18,6 +23,8 @@
 #include <assert.h>
 #include <signal.h>
 
+/// @cond
+
 #ifndef FALSE
 #define FALSE 0
 #endif
@@ -25,6 +32,8 @@
 #define TRUE (!FALSE)
 #endif
 
+/// @endcond
+
 #include "geom.h"
 #include "gvcext.h"
 #include "pathgeom.h"