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

index bef78d1a7451ca3d807bc2fd57e0a5e5f88803a7..755bb9c73f69f148954e1b3ada044ebd01119058 100644 (file)
@@ -36,6 +36,8 @@ enum {M_RIGHT=0, M_TOP, M_LEFT, M_BOTTOM};
   /// @brief cell has small width corresponding to a small width node
 #define IsSmallH(cp) (cp->flags & MZ_SMALLH)
 
+/// @brief result of partitioning available space, part of @ref maze
+
 typedef struct cell {
   int flags;
   int nedges;