documentation

Using Attributes for Documentation in C# [closed]

懵懂的女人 提交于 2019-12-21 04:06:52
问题 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 last year . In the MSDN Attributes Tutorial they use Author as an example for an attribute: [Author("Jane Programmer", Version = 2), IsTested()] class Order { // add stuff here ... } This seemed to me to be a good idea because it would allow you to use reflection to group classes by author

Doxygen not documenting static classes?

ε祈祈猫儿з 提交于 2019-12-21 03:25:20
问题 I've been recently using Doxygen for a project of mine. I'm having a problem though that it won't generate the proper documentation for a C# static class. Is there some option I have to enable? My complete source code for the relevant class is here. And the doxygen file for the namespace is listed here. Also, my Doxyfile is here. It was generated from doxywizard using almost default settings. As you can see, the class's short description is generated, but the class does not have a page of it

Difference between sphinxcontrib.napoleon and numpy.numpydoc [closed]

冷暖自知 提交于 2019-12-20 21:59:20
问题 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 last year . I am writing documentation for a Python project using Numpy-style docstrings. numpydoc and napoleon are two Sphinx extensions that parse Numpy-style docstrings to generate documentation. The first one is used for the Numpy project itself, the second is shipped with Sphinx. What

_Best Practices for JSDoc'ing Javascript files written in the “revealing module pattern” Style? [closed]

ぐ巨炮叔叔 提交于 2019-12-20 19:39:41
问题 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 last year . Most of my Javascript functions are relatively simple, and called for their sideeffects: I use jQuery to manipulate the DOM or make Ajax-calls. I prefer to write my functions in the "revealing module pattern" style. I just discovered that JSDoc- annotating Javascript files has

Is there a list of known web crawlers? [closed]

喜你入骨 提交于 2019-12-20 17:59:40
问题 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 . I'm trying to get accurate download numbers for some files on a web server. I look at the user agents and some are clearly bots or web crawlers, but many for many I'm not sure, they may or may not be a web crawler and they are causing many downloads so it's important for me to know. Is there somewhere a list of

sphinx automodule: how to reference classes in same module?

无人久伴 提交于 2019-12-20 16:34:08
问题 I am trying to use the sphinx autodoc extension and specifically the automodule directive to automatically generate documentation for django app I am working on. The problem is that I want to create internal references to different classes within the module, without having to use autoclass and autofunction on every single class/function within the project. For a source file like this: # source_code.py class A: """docs for A """ pass class B: """docs for B with :ref:`internal reference to A

Doxygen: Group modules and pages?

人走茶凉 提交于 2019-12-20 12:10:16
问题 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

Release notes, what for? [closed]

橙三吉。 提交于 2019-12-20 10:33:51
问题 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 7 years ago . What are release notes for and who reads them? Should/could they be automated by just spitting out bug fixes for the current release,

What steps are needed to document `package main` in Godoc?

巧了我就是萌 提交于 2019-12-20 09:57:35
问题 Godoc is a great tool for documenting packages, however it seems to be less useful when it's used against package main . I'll see an output that only displays the notes I've written to myself using //BUG and subdirectories. Godoc only displays exported functions and seems to have no way to display unexported / functions from main. I would find it useful to see a list of functions in main. Since this isn't supported, I tend to shove a list of functions at the top of the package description but

State of the Art for Clojure Documentation Tools [closed]

三世轮回 提交于 2019-12-20 09:28:41
问题 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 . Over the last year or so I've seen various announcements on the Clojure discussion list and other places about tools for documenting Clojure code. These range from full-on literate programming systems like Marginalia, and the tool being used to create the book "Clojure in Small Pieces" (or even emacs org-mode), to