Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • 2
    what's documentation?
    – Reactgular
    Commented May 8, 2012 at 1:56
  • 3
    Three programmers using the same language and the same tools on the same platform generally won't agree about how to format their code. You want them to agree on how to write documentation?
    – Caleb
    Commented May 8, 2012 at 2:22
  • 1
    @Caleb I'm mostly talking about a standard to have the same (or similar) input for documentation generation tools, where there would be common ground for code metadata... but why not?, there are code standards. Commented May 8, 2012 at 2:27
  • 6
    Mandatory XKCD reference. Commented May 8, 2012 at 4:57
  • 1
    The reason JavaDoc is popular is because Sun 1) set a very good example with the runtime javadoc and 2) made it available to everyone in the JDK. For a given community to accept anything you need something similar for that community.
    – user1249
    Commented May 8, 2012 at 6:58