Tagged Questions
The documentation-generation tag has no wiki summary.
43
votes
9answers
22k views
C# documentation generator?
Is there any kind of documentation generator for C#? Like something that would put the xml-ish documentation right above the method/class declarations? Is there a tool or is it tucked away somewhere ...
18
votes
2answers
2k views
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 that (built with jquery, underscore and backbone)
Candidates:
jsdoc toolkit
pdoc
...
18
votes
5answers
2k views
What tools are available for documenting JavaScript?
I have some JavaScript to document and am not sure which tool is best to use - ideally I would like to publish the docs online but also have an offline browsable version. I know there are more tools ...
14
votes
1answer
548 views
Haddock, Cabal: How to include source code examples?
I am the author of the operational package, which includes example code. I would like this example code to be hscolored and installed together with the API documentation, which is generated by ...
14
votes
5answers
563 views
C++: Where to write the code documentation: in .cpp or in .hpp files?
Where is it customary to write the in-code documentation of classes and methods?
Do you write such doc-blocks above the corresponding class/method in the header (.hpp) file, or within the source ...
13
votes
1answer
517 views
How do you write your package documentation?
I haven't quite figured out a sensible workflow for building packages and writing their documentation.
I want as much of the process (and the documentation) as possible to be automatically generated.
...
13
votes
4answers
2k views
Sphinx for php code documentation
Sphinx is a Python library to generate nice documentation from a set of ReST formatted text files. Not the tool used for full-text searching
I'm also fully aware of doxygen / phpdoc tools. I'm ...
12
votes
1answer
513 views
Framework like JavaDoc for REST API documentation
I need to clean up our REST API documentation and add much more functionality to our API. Is there a good tool or framework for organizing our documentation? I use JavaDoc and it's great for ...
12
votes
1answer
450 views
Generate Documentation for JSF 2 composite components
I'm looking to generate documentation for a custom JSF 2 composite component library. The composite components are not referenced in any faces-config.xml file, but rather the .xhtml files for the ...
12
votes
2answers
764 views
How can I document data sets with roxygen?
Is it possible to include .R files in the data directory of my package in the roxygen process?
I have put several .R files in the data directory. When they are sourced with data(), they read in raw ...
12
votes
10answers
2k views
Anything better than PHPDoc out there?
Does anybody use anything else to document their PHP code than PHPDoc?
Are there any tools that read the same documentation syntax but give richer output?
11
votes
4answers
485 views
Does anyone know of a CSS documentation tool?
We have recently rebuilt our site using the OOCSS principles that allow for a really modular way to write CSS.
The site is large and has many devs working on it so I want to be able to document the ...
11
votes
1answer
459 views
Grails: Alternatives to Grails Doc?
The documentation created by running grails doc is not completely satisfactory in my eyes. For example, actions in controllers appear as properties in the documentation, though I would wish the have ...
11
votes
1answer
6k views
Using sphinx to auto-document a python class, module
I have installed Sphinx in order to document some python modules and class I'm working on. While the markup language looks very nice, I haven't managed to auto-document a python code.
Basically, I ...
10
votes
3answers
938 views
How do you write a technical book? [closed]
I want to write a technical book. What is a good way/software to write it?
What is important to me,
I want to be editing text, not fighting formating. So no word like systems.
Automatic syntax ...
10
votes
5answers
2k views
Documenting C++/CLI library code for use from c# - best tools and practices?
I'm working on a project where a c++/cli library is being used primarily from a c# application.
Is there any way to make the code comments in c++/cli visible to c# intellisence within visual studio?
...
9
votes
4answers
262 views
Should generated documentation go into source control?
I've been recently (finally) getting around to documenting one of my open source projects. The project is a class library for .Net. I'm using Doxygen for generating HTML documentation from the source ...
9
votes
1answer
216 views
What documentation generator does Google use?
Google has a uniform documentation of all its apis. I wonder what documentation generator does it use and is it available for public use. It has good TOC and other features. Also the code appears ...
9
votes
2answers
455 views
Documenting Interfaces and their implementation
I'm decorating my C# code with comments so I can produce HTML help files.
I often declare and document interfaces. But classes implementing those interfaces can throw specific exceptions depending on ...
9
votes
4answers
5k views
Using Doxygen with C, do you comment the function prototype or the definition? Or both?
I'm using Doxygen with some embedded C source. Given a .c/.h file pair, do you put Doxygen comments on the function prototype (.h file) or the function definition (.c file), or do you duplicate them ...
9
votes
12answers
2k views
Can LaTeX be used for producing any documentation that accompanies software?
Although related to this question about LaTeX being used outside mathematics and academia, I'm specifically wondering if anyone uses or is familiar with anyone that uses LaTeX for generating any type ...
9
votes
6answers
1k views
XML Commenting tips for C# programming
Good morning, afternoon, evening or night (depending on your timezone).
This is just a general question about XML commenting within C#. I have never been very big into commenting my programs, I've ...
9
votes
11answers
5k views
Graphviz for documentation
I noticed that doxygen uses the graphviz library for creating diagrams. Have you ever used graphviz for generating documentation? Is it worth learning the graphviz for documentation purposes outside ...
8
votes
2answers
95 views
How to create documentation for instance variable and methods in Xcode?
I'd like to be able to Alt-Click an instance variable (or a method) as part of the program i created and read what it's purpose is.
The fact that Xcode is telling me the class variable is declared ...
8
votes
1answer
3k views
Documenting namespaces with Doxygen
I'm having issues with Doxygen recognizing namespaces and modules. I believe the issue surrounds whether to place the \addtogroup within the namespace or outside the namespace.
Example 1, outside ...
8
votes
4answers
324 views
Does Perl have something like Java/PHP Docs?
Does Perl have a Perl Docs generator? Something like Java Docs or PHP Documenter?
8
votes
3answers
2k views
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?
8
votes
3answers
742 views
How to use phpDoc with overloaded methods?
Let's say I have a PHP class called Color, it's constructor accepts various params.
// hex color
$myColor = new Color('#FF008C');
// rgb channels
$myColor = new Color(253,15,82);
// array of rgb ...
8
votes
6answers
2k views
Help generation tool with MS Word and C# xmldoc support
I'm looking for a help/documentation generation tool which would satisfy such requirements:
it should support xmldoc comment produced by c# compiler or (even better) directly support sandcastle
it ...
8
votes
8answers
7k views
Open source tool to generate diagrams from XML Schema documents?
I'm looking for an open source tool to generate diagrams from XML Schema documents, similar to the Logical Model View in oXygen or the diagrams in XML Spy's Schema Editor.
8
votes
9answers
425 views
Are there documented, organized collections of libraries for Common Lisp?
I am a college student at a school that teaches mainly in Java. One of the strong points of Java, which I quite enjoy, is the large collection of libraries. What makes these libraries especially ...
7
votes
3answers
392 views
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 on the following question:
What tools are available/used to document a HTTP-RPC ...
7
votes
1answer
445 views
Scaladoc [use case]
Why do some method descriptions in Scaladoc start with [use case]?
Example: scala.collection.immutable.StringOps.++
Is it just a placeholder to be replaced in the future?
7
votes
2answers
600 views
What is your preferred document format for documenting databases
I am in the process of writing an application which, among other functionality, generates MediaWiki documentation of an MSSQL database (objects, tables, table data).
My question is which document ...
6
votes
1answer
58 views
Documentation generating for haxe
I'm looking for a usable documentation generating tool for haxe programming language.
Tried so far:
Haxedoc: does not support the most basic tags like @param, @return.
Chxdoc: no tags, adds lot of ...
6
votes
3answers
94 views
Class Documentation Suggestions
We are a Microsoft shop, concentrated on using C#. We have several projects, including websites, Windows services, and class libraries, that incorporate XML comments.
I'm looking to generate ...
6
votes
2answers
174 views
How can I list the undocumented modules/classes/constants/methods with yardoc?
I have a small library of code that I am documenting with YARD. When I run the yardoc command, it tells me:
Files: 40
Modules: 14 ( 0 undocumented)
Classes: 39 ( 0 ...
6
votes
1answer
321 views
Editing method comment template in Netbeans 6.9.1
When I create a method comment in Netbeans by typing /** + ENTER I get something like this
/**
*
* @param nameOfParam
* @return
* @throws SQLException
*/
but in my case I like comments looking ...
6
votes
2answers
1k views
Is there a way to generate Javascript API documentation like the Google Closure Library API Documentation?
I'm trying to find a tool that generates HTML documentation for my Javascript source code.
Does anyone know if the tool that Google uses to generate the interface at the following URLs is open ...
6
votes
3answers
641 views
Using Cucumber or RSpec+Selenium to create end user documentation?
Has anyone tried creating end user (potentially online, potentially to be printed) help/documentation out of your cucumber scenarios? Or taken screenshots for use in documentation using RSpec and ...
6
votes
4answers
989 views
Is there a Javadoc-like plugin for Xcode that automatically generates the doc template?
I'm aware of Doxygen to generate the documentation. What I'm looking for is quick way to insert documentation in Xcode similar to what Eclipse does when editing Java files.
Let's say I have an ...
6
votes
1answer
449 views
Is there a way in Sphinx/Pygments to emphasize one or more lines of code in literal includes?
In some sphinx docs I am writing, I am including code samples from an ancillary file like so:
.. literalinclude:: mymodule.py
:pyobject: MyClass
:linenos:
This particular doc is a tutorial, ...
6
votes
0answers
1k views
PHP 5.3 Documentor? [closed]
Possible Duplicate:
Anything better than PHPDoc out there?
I was wondering if there is a documentation solution available that supports PHP 5.3. We are having two problems with ...
6
votes
1answer
111 views
Documentation system which is independent of programming language
Is there a documentation system which is simple, will generate some friendly, hyperlinked documentation, for any language through the use of comment indications? Such a system may merely be given ...
6
votes
5answers
2k views
Autodocumenting Python using Sphinx
This is a generalized version of a previous question regarding Sphinx.
Is there a way to recursively autodocument modules or packages which contain classes and functions within them?
I think it is ...
6
votes
4answers
425 views
Building a Documentation System
I am part of a large organization in the insurance industry. I am currently looking at the way we manage our internal product documentation and I want to get some feedback for the community.
We ...
6
votes
4answers
300 views
How to make source code a part of XML documentation and not violate DRY?
I'd like to add parts of the source code to the XML documentation. I could copy & paste source code to some <code> elements, like this:
/// <summary>
/// Says hello world in a very ...
6
votes
4answers
567 views
What do sites like Google Docs and Zoho Writer use to generate MS Office documents
I realise this may just be speculation, but I'd appreciate comments from anyone who has some insight into this.
Something like MS Word COM add-in, or an OO bridge, or a custom implementation.
The ...
6
votes
10answers
3k views
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 phpDocumentor, but their output is pretty ugly in my opinion. Does anyone have ...
5
votes
1answer
127 views
JSDoc Toolkit - How to specify @param and @property on same line
Is there a way to avoid having to type two seperate lines for @property and @param if, as in the example, on the constructor the parameters and properties are identically named.
/**
* Class for ...