]> granicus.if.org Git - graphviz/commitdiff
doxygen comment for mkMaze
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 10 May 2022 16:04:57 +0000 (19:04 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 24 May 2022 02:13:42 +0000 (19:13 -0700)
lib/ortho/maze.c

index d27097c02caae22a6e4070056742d9610cbbaed4..4fa388abbd2dfeb8c07c51e388e36eabc65b8efc 100644 (file)
@@ -463,8 +463,8 @@ chkSgraph (g);
     return g;
 }
 
-/* mkMaze:
- */
+/// creates @ref maze and fills @ref maze::gcells and @ref maze::cells. A subroutine of @ref orthoEdges.
+
 maze *mkMaze(graph_t *g) {
     node_t* n;
     maze* mp = NEW(maze);