phpDocumentor 2!

To do a manual installation, follow these steps 1. Locate the latest release on the releases page for phpDocumentor2 on GitHub https://github.com/phpDocumentor/phpDocumentor2/releases
2. Download the attached tarball (not the source code! 3. Extract the downloaded tarball into your destination directory. After you have done the above can the executable be found at `bin/phpdoc.php` in the installation directory. # Templates * https://www.phpdoc.org/templates

phpDocumentor 2 alternatives

  • 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 UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.

    tags: development development-documentation development-tool documentation documenting
  • Daux.io

  • Daux.io is a 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.

    tags: documentation documentation-generator markdown-support php
  • Wikitten

  • Quote from the Author: "Wikitten is a small, fast, PHP wiki that I made because I really needed a place to store my notes, snippets, ideas, and so on. I've tried a lot of personal wikis and note-taking applications in the past, but since I have peculiar needs, none of them really suited me, so I rolled my own. "

    tags: documentation personal-wiki php wiki
  • ApiGen

  • ApiGen is the tool for creating professional API documentation from PHP source code, similar to phpDocumentor 2 .

    tags: api-documentation php-documentation
  • DoxyS

  • 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 navigate to the root of your code directory and type doxys.

    tags: documentation documenting html wiki
  • Sandcastle

  • Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features:

    tags: documentation documentation-generator net-framework
  • NDoc

  • 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).

    tags: documentation documentation-generator net-framework
  • Natural 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 and builds high-quality HTML documentation from it.

    tags: documentation documentor programming
  • CppDoc

  • 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 supports Javadoc tags such as @see, @return , etc. The documentation comments are optional; if you leave them out, CppDoc will still generate a full set of documentation based on class relationships and hierarchy.

    tags: Discontinued Portable documentation documentation-generator programming
  • Javadoc

  • Javadoc is a tool from Sun Microsystems for generating API documentation in HTML format from doc comments in source code.

    tags: documentation-generator html
  • Asciidoclet

  • Asciidoclet is a Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.

    tags: asciidoc auto-documentation development-documentation documentation documenting
  • Doc-O-Matic

  • Doc-O-Matic is a software source code documentation and Help authoring tool. It takes source code and comments, adds conceptual topics and external input and produces documentation from it. With its single-source approach it generates many different kinds of output from a single documentation base.

    tags: c-plus-plus delphi java javascript jsp
  • LDoc

  • LDoc is Lua documentation generator intended to be compatible with LuaDoc and thus follows the pattern set by the various Doc tools:

    tags: documentation-generator lua lua-doc lua-docs lua-documentation
  • LuaDoc

  • LuaDoc is a documentation generator tool for Lua source code. It parses the declarations and documentation comments in a set of Lua source files and produces a set of XHTML pages describing the commented declarations and functions.

    tags: code-documentation doc-generation doc-generator doc-generators doc-tool