Description
C and C++ source code can be processed into documentation with a dedicated documentation tool. Developers use mkdoc when they need generated API/reference material from code comments or source structure.
It is a documentation generator, not a compiler. Generated docs should be reviewed for accuracy because source comments and parser behavior shape the output.