]> granicus.if.org Git - graphviz/commit
add comments to struct maze
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Tue, 26 Apr 2022 05:20:29 +0000 (08:20 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 5 May 2022 04:41:50 +0000 (21:41 -0700)
commitf6bc2be17e101ed35978301d510ac3ec31842130
tree2ee749bf5144c52b216a17345d49c75424a409c5
parent7f5079d3dceb075621dd41981b246e2ae2650ceb
add comments to struct maze

The ordered sets are created by `dtopen` with descriptor `chanItemDisc`
and method `Dtoset`.

The method is defined with

 #define DT_OSET         0000004 /* ordered set (self-adjusting tree)    */

Channels are added with function `addChan` and are retrieved by `chanSearch`
lib/ortho/maze.h