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

index 755bb9c73f69f148954e1b3ada044ebd01119058..6ce671f2dff41960ed6d9dd77355e3587c0b2d89 100644 (file)
@@ -51,7 +51,7 @@ typedef struct cell {
                             6. ─ left — right
                     */
   int nsides;
-  snode** sides;
+  snode** sides; ///< @brief up to four sides: @ref M_RIGHT, @ref M_TOP, @ref M_LEFT, @ref M_BOTTOM
   boxf  bb;
 } cell;