'''mkdoc::mkdoc''' Source code documentation tool using Markdown as markup languages directly inside the code. Can be installed as command line application or as a normal Tcl package. It support programming languages like Python, Tcl, Perl. Markdown Syntax is just prefixed with a `#'`. Also languages with multi line comments like C++ are supported just use inside the `/* ... */` code blocks as well the `#'` prefix. A good example for the documentation is '''mkdoc::mkdoc''' own manual page. * Author: [Detlef Groth] * Homepage: https://chiselapp.com/user/dgroth/repository/tclcode/index * Download: https://chiselapp.com/user/dgroth/repository/tclcode/download * Manual: https://chiselapp.com/user/dgroth/repository/tclcode/doc/tip/mkdoc/mkdoc.html * License: MIT '''See also:''' * [Source Documentation Tools] <> Documentation