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

index 59bf7c4592b600fc33abb1c9f86df33b12e8a465..c000b6eda6b9274462a9c9a4dac063c33ab79a28 100644 (file)
@@ -52,6 +52,8 @@ char* pre = "%!PS-Adobe-2.0\n\
 
 char* post = "showpage\n";
 
+/// @brief dumps @ref maze::gcells and @ref maze::cells via rects to PostScript
+
 static void
 psdump (cell* gcells, int n_gcells, boxf BB, boxf* rects, int nrect)
 {