documentation

PHPDoc documentation generator in or out of Eclipse? [closed]

邮差的信 提交于 2019-12-03 02:48:12
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I am developing with Eclipse + PDT. I've been adding phpdoc comments into my code, but actually never generated a resulting documentation in Eclipse. How should I do it - is there some functionality in Eclipse, or doc generation should be done externally? Pascal MARTIN To generate the documentation, you should use phpDocumentor , which can be installed as a PEAR package. Then, you have to call it from command-line ; I've

Doxygen: Group modules and pages?

╄→гoц情女王★ 提交于 2019-12-03 02:33:14
I have a question about pages and groups in doxygen. I have a project, where I grouped classes etc. with the @defgroup and @ingroup cmds. So far this works fine. Now I'd like to add special documentation to the project with markdown pages. These pages should appear in the dedicated module (group). I tried to create pages with the @page and @subpage cmds. That works fine, but the pages appear plain in the menu. So I tried to add them to the groups with @ingroup . But that doesn't work as I guessed. Is it possible to add pages to modules (groups)? The result should look like this: Project |--

Best way to document WCF interface? [closed]

£可爱£侵袭症+ 提交于 2019-12-03 02:32:14
So I'm using WCF, and want to document my interface(s) and services to give to another company for an internal app. What's the best way to document those interfaces? I'd prefer having the documentation inline with the code, and then have something prettify to output HTML, but am not sure if there's a recommended way to do it. Do use XML docs for that. There are a lot of smart meta-tags that will allow you to put code samples in them, references between operations, thrown exceptions etc. Then you can use Sandcastle (+ some GUI you can find on Codeplex) to generate either chm, or html

How to create custom directives in Sphinx

跟風遠走 提交于 2019-12-03 02:10:44
I'm currently documenting a rest API written in Python. All the project's documentation is created using Sphinx, and for the REST API I would like to create some special directives. For instance, let's say I have this resource defined: @resource("/user/<email>", method="GET") def user_details (email): """ Returns detailed information about a user account. :resource GET: /user/<email> :query_param a_param: Some kind of query param. """ # Do stuff and return user details That's basically how the documentation currently looks. I would like to be able to create a directive for Sphinx that formats

Where can i find a good in depth guide to C# 3? [closed]

元气小坏坏 提交于 2019-12-03 02:04:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . It seems that C# 3 hit me without me even noticing, could you guys tell me about good in depth guides to C# 3? from lambda to linq to everything else that was introduced with the third version of the language. Printed books would be nice, but online guides would be even better! 回答1: ScottGu has some great posts on

Can LaTeX be used for producing any documentation that accompanies software? [closed]

别来无恙 提交于 2019-12-03 02:02:28
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . 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 of documentation relating to software. If so, could you say whether or not you like LaTeX and the purposes for

RESTful web service API documentation with Sphinx [closed]

十年热恋 提交于 2019-12-03 01:41:23
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . What's the best way to markup methods/URLs for a RESTful webservice using ReST/Sphinx? Is there a default domain that's suitable for marking up URLs with their possible parameters, HTTP methods, headers and body content? Something along the lines of: .. rest:method:: GET /api/foo :param bar: A valid bar :extension

What tools does your team use for writing user manuals? [closed]

≯℡__Kan透↙ 提交于 2019-12-03 01:39:54
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Basic requests are: human readable / text format (for easy version control) online (for collaboration) easy formatting (markdown ok,

How to specify resolution and rejection type of the promise in JSDoc?

风流意气都作罢 提交于 2019-12-03 01:33:42
问题 I have some code that returns a promise object, e.g. using Q library for NodeJS. var Q = require('q'); /** * @returns ??? */ function task(err) { return err? Q.reject(new Error('Some error')) : Q.resolve('Some result'); } How to document such a return value using JSDoc? 回答1: Even if they don't exist in Javascript, I found that JSdoc understands "generic types". So you can define your custom types and then use /* @return Promise<MyType> */ . The following result in a nice TokenConsume(token) →

Is a successor for TeX/LaTeX in sight? [closed]

早过忘川 提交于 2019-12-03 01:30:39
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . TeX/LaTeX is great, I use it in many ways. Some of its advantages are: it uses text files, this way the input-files can be diffed and many tools exist to work with text it is very flexible it has a stable layout: if I change something at the start of the document, it doesn't