.NET xml docs – inheriting documentation

I have a better answer: FiXml. Cloning comments with GhostDoc is certainly working approach, but it has significant disadvantages, e.g.: When the original comment is changed (which frequently happens during development), its clone is not. You’re producing huge amount of duplicates. If you’re using any source code analysis tools (e.g. Duplicate Finder in Team City), … Read more

Documenting overloaded methods with the same XML comments

You can’t really do this. I find it annoying too. However, you can alleviate the problem by using default parameter values instead of lots of overloads. Instead of: public SftpConnection(string host, string username, string password, int port) public SftpConnection(string host, string username, string password) public SftpConnection(string host, string username, int port) public SftpConnection(string host, string … Read more

What tools are available to auto-produce documentation for a REST API written in Flask? [closed]

I would recommend you Sphinx, you add your documentation as __doc__ and the autodoc module of Sphinx will generate the docs for you (docs.python.org also uses Sphinx). The markup is reStructuredText, similiar to Markdown (if you prefer Markdown, you can use pdoc). e.g.: @app.route(‘/download/<int:id>’) def download_id(id): ”’This downloads a certain image specified by *id*”’ return … Read more

Where is the JetBrains IntelliJ openapi documentation? [closed]

Thanks to a comment from @Sorin, the official documentation is available here: http://www.jetbrains.org/intellij/sdk/docs/index.html Here are some docs: Lots of links here: http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment The SDK: http://confluence.jetbrains.net/display/IDEADEV/Getting+Started+with+Plugin+Development Also, from the above link, you can check out the source code to the community edition, which should effectively act as API docs: http://www.jetbrains.org/pages/viewpage.action?pageId=983225

Application (Not a Markup Language) for Producing a User Manual [closed]

Technical Publishing Software – Views on FrameMaker and Its Alternatives I’ve done spec documents with LaTeX and Framemaker, and designed a Framemaker workflow to support a team of 5 analysts producing a spec document for an insurance underwriting system. The document was expected to get to 2,000 pages or so. Many years ago (around 1992-1993) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)