From cc3dde37f373ce63355c72fb292549737f75d460 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 10 May 2022 19:00:36 +0300 Subject: [PATCH] convert markSmall comment to doxygen --- lib/ortho/maze.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- 2.40.0