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.

jQuery compatible JavaScript documentation generator

I need to choose a documentation generator (similar to jdoc in java or rdoc in ruby) for my javascript project …

javascript jquery documentation-generation jsdoc
Sphinx: List of supported languages for highlighting?

I'm using Sphinx for code documentation and use several languages within the code, I would like to setup highlighting for …

documentation-generation python-sphinx pygments
Documentation Framework like JavaDoc for Objective C

Does Objective C have a documentation framework similar to JavaDoc where documentation can be generated from the source code?

objective-c documentation-generation
gRPC documentation generator

Does gRPC support generating documentation for services like Swagger? (or is there any 3rd party tool that does this?)

documentation-generation grpc
_Best Practices for JSDoc'ing Javascript files written in the "revealing module pattern" Style?

Most of my Javascript functions are relatively simple, and called for their sideeffects: I use jQuery to manipulate the DOM …

javascript eclipse documentation documentation-generation jsdoc
What is the best tool for documenting/generate reference for a RESTful/HTTP RPC API?

Many questions have been posted and answered about REST / HTTP based APIs, etc, but none seem to have much information …

api rest documentation-generation
What is the relationship between docutils and Sphinx?

There seems to be a plethora of documentation tools for Python. Another one that I've run across is epydoc. It …

python documentation-generation python-sphinx epydoc
Using Appledocs to generate documentation

I apologize for the simplicity of my question, but I was trying to generate documentation using Appledocs (https://github.com/…

ios objective-c xcode documentation-generation code-documentation
How to generate a legend with colors in PlantUML?

I want to color classes in my class diagram, based on a certain criteria, and then display a legend, that …

documentation-generation plantuml