Questions tagged [documentation]

THIS TAG IS FOR DOCUMENT GENERATORS ONLY. Include language and/or SDE tag as well. DO NOT USE to ask for links to documentation or tools, or to critique vendor documentation.

Use the tag for questions related to self-documenting code and documentation generators.

Basic definitions

  • Software documentation is written text or illustration that accompanies computer software or is embedded in the source code. It either explains how it operates or how to use it, and may mean different things to people in different roles.Wikipedia

  • A documentation generator is a programming tool that generates software documentation intended for programmers or end users, or both, from a set of specially commented source code files, and in some cases, binary files.Wikipedia

Related tags

Possible synonyms:

Substitute these more specific tags for where possible:

"Documentation" topics on other SE sites

Questions about how documentation fits within the software development process are off-topic on StackOverflow, but are on-topic on Software Engineering.

Writing Stack Exchange has tags for Technical Writing, API Documentation and Software Tools, with a focus on the craft of professional writing.

Useful links

Off-Topic Questions

Remember that the following types of questions are off-topic, and subject to being closed and deleted:

  • Where is the documentation for... ?
  • What is the best way to document... ?
  • Is there a tool to help document... ?
  • Is this documentation correct?
4700 questions
3
votes
1 answer

Where in an Android application's project tree to put developers' documentation?

I developed an Android application. In addition to comments in source files, I wrote also roadmap type documentation, intended to help other developers understand the overall application's structure. My question: Where in the project tree to put the…
Omer Zak
  • 1,147
  • 2
  • 8
  • 25
3
votes
1 answer

Reuse texinfo in doxygen

Are there any tools for converting texinfo files into something Doxygen can process (presumably markdown)? I have a bunch of old texinfo files that I'd like to link in with the doxygen docs we have. I guess I'll generate html from the texinfo and…
Chris
  • 4,734
  • 2
  • 19
  • 26
3
votes
1 answer

Sandcastle not generating private methods docs (C#)

I'm using the latest version of Sandcastle to generate documentation. I have a couple of public Instance classes with public and private methods and fields. The public methods are generated in the final docs output by Sandcastle but no other members…
A.G.
  • 2,089
  • 3
  • 30
  • 52
3
votes
1 answer

What does a # in a comment between class and method mean?

I've started to see class + method references in comments and documentation etc written as: MyClass#myMethod i.e. with a # between the class and method. Is this some sort of coding standard/convention?
Kong
  • 8,792
  • 15
  • 68
  • 98
3
votes
1 answer

Is there a way to create an intermediate output from Sphinx extensions?

When sphinx processes an rst to html conversion is there a way to see an intermediate format after extensions have been processed? I am looking for an intermediate rst file that is generated after sphinx extensions were run. Any ideas?
pmoosh
  • 60
  • 5
3
votes
1 answer

How to document simple scripts with YARD?

I am interested in documenting my code, the majority of which are scripts where I do not create new classes. From reading the YARD docs, and trying to actually implement some YARD documentation, it seems that you declare your YARD tags within a…
AGS
  • 14,288
  • 5
  • 52
  • 67
3
votes
1 answer

Why isn't yard showing private methods in rails projects?

I am generating documentation with Yard, but even when I've run yardoc --private, it is not showing documentation for private methods in the source. What is wrong?
Aydar Omurbekov
  • 2,047
  • 4
  • 27
  • 53
3
votes
1 answer

Is there a way to report errors in Apple documentation?

Not a strictly programming question, but surely related. Is there something like bugreporter.apple.com‎ for reporting errors in the official documentation? I searched a bit but I didn't find anything, neither official nor unofficial.
Gabriele Petronella
  • 106,943
  • 21
  • 217
  • 235
3
votes
2 answers

FxCop or other util to require inline docs in VB.NET?

I'm starting a new project; trying to be more strict than previous ones. I've set warnings as errors in the build I've added FxCop to PostBuild. The one last thing on my list os require people to add inline docs for all classes/non-private…
claco
  • 739
  • 1
  • 8
  • 18
3
votes
1 answer

JQuery API Doc generator for typescript custom Widget?

I have some custom typescript Widget have to create a API doc for that. I have searched a lot but i didn't find anything useful. Is there is any tool for generate a API doc like Jquery API Note: I have used Natural Docs for my jquery custom widget,…
Karthi Keyan
  • 4,243
  • 5
  • 24
  • 47
3
votes
2 answers

MATLAB doesn't show help for user-created class private methods and properties

This is the problem: Create a class and set the access to be private for some of the properties or methods. Use the doc command for the created class. This will auto-generate documentation from your comments and show it in the built-in help…
Vladimir
  • 574
  • 1
  • 6
  • 17
3
votes
1 answer

List of everything that doesn't work correctly in quirks mode?

Does anyone have a complete list of HTML, JavaScript, and CSS that is buggy in Quirks Mode (particularly IE Quirks Mode)? I have checked out the quirksmode.org list at http://www.quirksmode.org/css/quirksmode.html, but it does not seem to be…
Baa
  • 825
  • 1
  • 6
  • 16
3
votes
2 answers

Is there a poster for Qt documentation?

I'm looking for a cheet-sheet style poster (or better posters) for a whole (parts of) Qt library. Is there such thing or something similar?
Łukasz Lew
  • 48,526
  • 41
  • 139
  • 208
3
votes
1 answer

Specifying a root container for Sandcastle MS Help Viewer output

I'm using Sandcastle Help File Builder to create polished documentation for an SDK. To support Visual Studio's F1 feature, one of the outputs is in MS Help Viewer format. The problem is when we install the package into Help Viewer 1.0 (Visual Studio…
Sam Harwell
  • 97,721
  • 20
  • 209
  • 280
3
votes
1 answer

How do I make cabal-dev build documentation by default

I frequently work in places in which I have no internet access. I am also about to move to a place in which I will have minimal internet access. Having documentation locally on my system is absolutely invaluable to me. Using straight cabal, I'm…
Savanni D'Gerinel
  • 2,379
  • 17
  • 27
1 2 3
99
100