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

index 6ce671f2dff41960ed6d9dd77355e3587c0b2d89..7d687b28e9bc2e40e26d95adc7c86040e503aa26 100644 (file)
@@ -55,6 +55,13 @@ typedef struct cell {
   boxf  bb;
 } cell;
 
+/**
+ * @struct maze
+ * @brief available channels for orthogonal edges around nodes of @ref graph_t
+ *
+ * A maze is the result of partitioning free space around a graph's nodes by @ref mkMaze.
+ */
+
 typedef struct {
   int ncells, ngcells;
   cell* cells;     /* cells not corresponding to graph nodes */