]> granicus.if.org Git - graphviz/commitdiff
convert comments to doxygen format in struct maze
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 26 Apr 2022 05:10:04 +0000 (08:10 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 5 May 2022 04:41:50 +0000 (21:41 -0700)
lib/ortho/maze.h

index 7d687b28e9bc2e40e26d95adc7c86040e503aa26..005b86181f0011041b9511098013631d011aaf47 100644 (file)
@@ -64,8 +64,8 @@ typedef struct cell {
 
 typedef struct {
   int ncells, ngcells;
-  cell* cells;     /* cells not corresponding to graph nodes */
-  cell* gcells;    /* cells corresponding to graph nodes */
+  cell* cells;     ///< @brief cells not corresponding to graph nodes
+  cell* gcells;    ///< @brief cells corresponding to graph nodes
   sgraph* sg;
   Dt_t* hchans;
   Dt_t* vchans;