From: Costa Shulyupin Date: Tue, 26 Apr 2022 05:10:04 +0000 (+0300) Subject: convert comments to doxygen format in struct maze X-Git-Tag: 4.0.0~49^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5079d3dceb075621dd41981b246e2ae2650ceb;p=graphviz convert comments to doxygen format in struct maze --- diff --git a/lib/ortho/maze.h b/lib/ortho/maze.h index 7d687b28e..005b86181 100644 --- a/lib/ortho/maze.h +++ b/lib/ortho/maze.h @@ -64,8 +64,8 @@ typedef struct cell { typedef struct { int ncells, ngcells; - cell* cells; /* cells not corresponding to graph nodes */ - cell* gcells; /* cells corresponding to graph nodes */ + cell* cells; ///< @brief cells not corresponding to graph nodes + cell* gcells; ///< @brief cells corresponding to graph nodes sgraph* sg; Dt_t* hchans; Dt_t* vchans;