Top "Documentation-generation" questions

A documentation generator is a programming tool that generates documentation intended for programmers (API documentation) or end users (End-user Guide), or both, from a set of specially commented source code files, and in some cases, binary files.

How do I create documentation with Pydoc?

I'm trying to create a document out of my module. I used pydoc from the command-line in Windows 7 using Python 3.2.3: …

python documentation python-3.x documentation-generation pydoc
How to document a method with parameter(s)?

How to document methods with parameters using Python's documentation strings? EDIT: PEP 257 gives this example: def complex(real=0.0, imag=0.0): """Form …

python documentation documentation-generation
Tools to generate a database diagram/ER diagram from existing Oracle database?

Looking for tools (windows platform) to genereate ER diagram (or similar) from an existing Oracle database. Any good tools out …

oracle data-modeling reverse-engineering documentation-generation er-diagram
How to get a single PDF document from Doxygen?

When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each. …

pdf pdf-generation doxygen documentation-generation pdflatex
JSDoc: Return object structure

How can I tell JSDoc about the structure of an object that is returned. I have found the @return {{field1: …

javascript documentation-generation jsdoc code-documentation jsdoc3
Does Swift have documentation generation support?

Many languages support documentation comments to allow a generator (like javadoc or doxygen) to generate code documentation by parsing that …

swift documentation-generation
Generate Word Documents (in Excel VBA) from a series of Document Templates

Hey all. I'll try to make this brief and simple. :) I have 40 or so boilerplate word documents with a series …

excel ms-word documentation-generation vba
Automatic PHP Documentation Generation?

For ActionScript 2, I've used NaturalDocs. However it has pretty poor support for PHP. I've looked so far at doxygen and …

php documentation documentation-generation
how to generate api documentation

I need to write some api documentation for a REST API that I've created. Are there tools that will stub …

node.js documentation twitter-bootstrap documentation-generation
Auto documenting REST API in PHP

phpDocumentor seems to be the standard for documenting PHP code, though I have to wonder why it hasn't been updated …

php rest documentation-generation