Top "Documentation" questions

THIS TAG IS FOR DOCUMENT GENERATORS ONLY.

How to write documentation comments in ANSI C?

I can't find how to write comments in C. I mean I know about // and /* */, what I mean is where …

c documentation code-documentation
Documentation for Qt documentation comments? Qt + Doxygen?

Where can I find documentation for Qt documentation comments? I'm referring to how Qt uses a specific style for documentation …

c++ qt documentation doxygen nokia
Using doxygen to create documentation for existing C# code with XML comments

I've read everywhere that doxygen is the way to go for generating documentation for C# code. I've got a single …

c# documentation doxygen xml-documentation
Multiline Clojure docstrings

I've noticed that Clojure multiline docstrings seem to be manually formatted in most cases, including the ones in clojure.core. …

clojure documentation docstring
What do you consider good API documentation?

I have always liked the documentation on Java APIs, generally speaking, but I know some people consider them lacking. So …

api documentation
When documenting in Roxygen: How do I make an itemized list in @details?

What is the appropriate syntax to add an itemized list to roxygen2, for instance, in the @details section? Can I …

r documentation roxygen
Do you know good JMonkeyEngine tutorials and docs?

I'm interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can …

java documentation jmonkeyengine
Documentation Resource for Office VBA developers

Where do I find helpful documentation for VBA programming? something like SitePoint for HTML development. MSDN simply lists down and …

vba documentation office-2007
What is a good tool for writing a user manual (help file), which integrates with version control

The people writing the user manual are not necessarily programmers, and they need a visual editor. A major issue is …

version-control documentation editor chm
How to generate documentation using Pydoc

I need to generate documentation from comments using pydoc. What are the basic steps to do that?

python documentation pydoc