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

index 81911396f2b65020dd157119dce5740f8b16b2ec..f3d7f9090efb20fde9c51e1940c79b5b255d113c 100644 (file)
@@ -261,6 +261,8 @@ markSmall (cell* cp)
     }
 }
 
+/// fills @ref cell::sides and @ref sgraph::edges
+
 static void
 createSEdges (cell* cp, sgraph* g)
 {