From c2ff729a5dfe00bb4c123c56d23e7b33a893cd7b Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Wed, 5 Oct 2022 18:44:19 +0300 Subject: [PATCH] ortho: fix doxygen reference --- lib/ortho/ortho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ortho/ortho.c b/lib/ortho/ortho.c index e99bc6cd6..263cc1bb2 100644 --- a/lib/ortho/ortho.c +++ b/lib/ortho/ortho.c @@ -1494,7 +1494,7 @@ emitEdge (FILE* fp, Agedge_t* e, route rte, maze* m, boxf bb) } /** - * @brief dumps in dot format @ref cells and @ref edges of + * @brief dumps in dot format @ref snode::cells and @ref edges of * @ref sgraph for debugging * * The routine uses coordinates of @ref cells calculated -- 2.50.1