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.

Tools and guide for documenting TypeScript code?

Are there any tools for generating documentation for TypeScript source code? Or should I use something generic like NaturalDocs? What …

typescript documentation-generation
Swagger With Static Documentation

I am looking to use Swagger to document my restful interface. The problem is that I do not want to …

rest documentation-generation swagger
Creating html doc from postman collection

I've developed a pretty extense API, and I have it on Postman, which works pretty nice. Now I have to …

api rest documentation documentation-generation postman
How to use Swift documentation comments

I have a few questions about Swift documentation comments: Is there a way to make a Related declarations section like …

ios xcode swift xcode6 documentation-generation
How to add documentation for my functions in Netbeans PHP?

I tried the following, /* * addRelationship * * Adds a relationship between two entities using the given relation type. * * @param fromKey the original …

php netbeans documentation-generation code-completion
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 …

c++ namespaces doxygen documentation-generation doxygen-addtogroup
Is Sphinx already suitable for C++ documentation?

I want to try out documentation generators for a new project in C++. I think my options are either Doxygen …

c++ python-sphinx doxygen documentation-generation
Generate HTML / Help files from VS 2010 C# XML documentation

I am looking for a good tool creating HTML / Help files from my VS2010 XML documentation. I have found some …

c# xml visual-studio-2010 documentation-generation sandcastle
Automatically Generating Documentation for All Python Package Contents

I'm trying to auto-generate basic documentation for my codebase using Sphinx. However, I'm having difficulty instructing Sphinx to recursively scan …

python python-sphinx documentation-generation sphinx-apidoc
Program which can produce class diagrams directly from code

I have a somewhat large C# project which I am starting to lose overview of. I was wondering if there …

c# import uml documentation-generation class-diagram