Difference between revisions of "Documentation Generators"
(Created page with "== Documentation Generators == {{Projects | Projects = {{Project | name = '''DDox''' | platform = Cross-platform | license = MIT | about = DDox is an alternative documen...") |
(add scod and adrdox) |
||
Line 9: | Line 9: | ||
| about = DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional features. | | about = DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional features. | ||
| url = https://github.com/rejectedsoftware/ddox | | url = https://github.com/rejectedsoftware/ddox | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''ScoD''' | ||
+ | | platform = Cross-platform | ||
+ | | license = MIT | ||
+ | | about = Scod is a clean and lightweight theme for ddox, simply use It as drop-in replacement. | ||
+ | | url = https://github.com/MartinNowak/scod | ||
+ | }} | ||
+ | {{Project | ||
+ | | name = '''Adrdox''' | ||
+ | | platform = Cross-platform | ||
+ | | license = Boost | ||
+ | | about = Adrdox is the underlying documentation generator of [http://dpldocs.info dpldocs.info] | ||
+ | | url = https://github.com/adamdruppe/adrdox | ||
}} | }} | ||
{{Project | {{Project |
Revision as of 22:25, 18 February 2017
Documentation Generators
Title / Info | Description | License | Platform | |
---|---|---|---|---|
DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional features. | MIT | Cross-platform | ||
Scod is a clean and lightweight theme for ddox, simply use It as drop-in replacement. | MIT | Cross-platform | ||
Adrdox is the underlying documentation generator of dpldocs.info | Boost | Cross-platform | ||
Documentation generator for D compatible with DDoc. | Boost | Cross-platform | ||
Documentation generator for D with Markdown support, based on Harbored. Used by DDocs.org. | Boost | Cross-platform | ||
CanDyDOC is fileset for creating advanced documentation of programs written in D programming language. | Public Domain | Cross-platform | ||
DDoc theme using Bootstrap for styling. | MIT | Cross-platform | ||
Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D. | GNU GPL | Windows/POSIX |