From: Costa Shulyupin Date: Tue, 10 May 2022 16:00:36 +0000 (+0300) Subject: convert markSmall comment to doxygen X-Git-Tag: 4.0.0~18^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc3dde37f373ce63355c72fb292549737f75d460;p=graphviz convert markSmall comment to doxygen --- diff --git a/lib/ortho/maze.c b/lib/ortho/maze.c index 03102a7a6..81911396f 100644 --- a/lib/ortho/maze.c +++ b/lib/ortho/maze.c @@ -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) {