Doxygen
Doxygen is a tool for generating documentation from annotated C++ sources, as well as other popular programming languages like C, Objective-C, C#, PHP, Java, Python, IDL (CORBA, Microsoft, and...
View ArticleNDoc
NDoc generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or with an add-on tool for VB.NET). NDoc uses pluggable documenters to...
View ArticlephpDocumentor
PHP documentation generator based on docblock parsing. phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the php language. Similar to...
View ArticleCppDoc
CppDoc generates HTML documentation for C++ classes, based on your source code and special comments embedded within it. It can produce output that is very similar to the output of Javadoc, and it...
View ArticleSandcastle
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key...
View ArticleDoxyS
DoxyS is a code documentation tool for C++/C. DoxyS strives to yield a very professional looking output, presenting the the code in a structured easy to navigate set of HTML pages. Easy to use: Just...
View ArticleNatural Docs
Natural Docs is an open-source documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code...
View ArticleAsciidoclet
Asciidoclet is a Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax. Traditionally, Javadocs have mixed minor markup with HTML which, if you’re writing for HTML...
View ArticleDocFX
DocFX generates Documentation directly from source code (.NET, RESTful API, JavaScript, Java, etc...) and Markdown files. DocFX runs on Linux, macOS, and Windows. The generated website can be deployed...
View ArticleLuaDoc
LuaDoc is a documentation generator tool for http://alternativeto.net/software/lua source code. It parses the declarations and documentation comments in a set of Lua source files and produces a set of...
View ArticleLDoc
LDoc is http://alternativeto.net/software/lua documentation generator intended to be compatible with http://alternativeto.net/software/luadoc and thus follows the pattern set by the various Doc tools:...
View Article