HaxeFoundation / Dox

Haxe documentation generator.

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to Dox

Toast Ui.doc
Stars: ✭ 71 (-27.55%)
Mutual labels:  documentation-tool, documentation-generator
Documenter.jl
A documentation generator for Julia.
Stars: ✭ 384 (+291.84%)
Mutual labels:  documentation-tool, documentation-generator
Pydoc Markdown
Create Python API documentation in Markdown format.
Stars: ✭ 273 (+178.57%)
Mutual labels:  documentation-tool, documentation-generator
literator
📝 Generate literate-style markdown docs from your sources
Stars: ✭ 55 (-43.88%)
Mutual labels:  documentation-tool, documentation-generator
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+6117.35%)
Mutual labels:  documentation-generator, documentation-tool
asciidoctor-lein-plugin
A Leiningen plugin for generating documentation using Asciidoctor
Stars: ✭ 26 (-73.47%)
Mutual labels:  documentation-tool, documentation-generator
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (+191.84%)
Mutual labels:  documentation-tool, documentation-generator
badge-generator
Magically generate Markdown badges for your docs 🛡️ 🦡 🧙
Stars: ✭ 104 (+6.12%)
Mutual labels:  documentation-tool, documentation-generator
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-16.33%)
Mutual labels:  documentation-tool, documentation-generator
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (+516.33%)
Mutual labels:  documentation-tool, documentation-generator
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+1123.47%)
Mutual labels:  documentation-tool, documentation-generator
App
Fast and searchable Ruby docs
Stars: ✭ 47 (-52.04%)
Mutual labels:  documentation-tool, documentation-generator
presidium
Presidium user documentation
Stars: ✭ 25 (-74.49%)
Mutual labels:  documentation-tool, documentation-generator
Doxyrest
A compiler from Doxygen XML to reStructuredText -- hence, the name. It parses XML databases generated by Doxygen and produces reStructuredText for the Python documentation generator Sphinx.
Stars: ✭ 265 (+170.41%)
Mutual labels:  documentation-tool, documentation-generator
tygen
Modern documentation generator for TypeScript built with ReactJS
Stars: ✭ 23 (-76.53%)
Mutual labels:  documentation-tool, documentation-generator
Literate.jl
Simple package for literate programming in Julia
Stars: ✭ 272 (+177.55%)
Mutual labels:  documentation-tool, documentation-generator
live-documenter
.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
Stars: ✭ 64 (-34.69%)
Mutual labels:  documentation-tool, documentation-generator
newdoc
The newdoc tool generates files formatted with AsciiDoc, which are used in Red Hat documentation.
Stars: ✭ 14 (-85.71%)
Mutual labels:  documentation-tool, documentation-generator
Daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
Stars: ✭ 603 (+515.31%)
Mutual labels:  documentation-tool, documentation-generator
Pdoc
API Documentation for Python Projects
Stars: ✭ 853 (+770.41%)
Mutual labels:  documentation-tool, documentation-generator

Dox

Build Status

A Haxe documentation generator used by many popular projects such as:

image

Installation

Install the library via haxelib:

haxelib install dox 

Usage

Note: Dox requires Haxe 3.1 or higher due to some minor changes in abstract rtti xml generation. You'll also need an up-to-date haxelib (requires support for classPath in haxelib.json)

  1. Compile all relevant code with Haxe using haxe -xml docs/doc.xml -D doc-gen.
  2. Invoke haxelib run dox -i docs, where dir points to the .xml file(s) generated by step 1.

📋 For more details, custom theme creation and options check out the Dox wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].