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

index 03102a7a6094f023476194063c54dbe22cb82187..81911396f2b65020dd157119dce5740f8b16b2ec 100644 (file)
@@ -202,10 +202,11 @@ updateWts (sgraph* g, cell* cp, sedge* ep)
     }
 }
 
-/* markSmall:
+/**
  * cp corresponds to a real node. If it is small, its associated cells should
  * be marked as usable.
  */
+
 static void
 markSmall (cell* cp)
 {