1
vote
2answers
27 views
What options do I have for generating API documentation from my controller comments in ASP.NET MVC?
I have developed a restful API using ASP.NET MVC and have documented my controller actions using standard commenting. I would now like to generate API documentation to hand off to the people who will …
1
vote
1answer
16 views
has anyone run sphinx from ant?
I'm using sphinx for some software documentation because it seems to work really well... but my project is a java project and I would like to run sphinx from an ant script.
Has anyone written a …
0
votes
1answer
17 views
Documenting module/class/function bodies in python sphinx docs
Is there a way with Sphinx documentation to output a function or class body (the code itself) with the autodoc feature? I'm using autodoc to much success. In addition to the docstrings getting pulled …
7
votes
4answers
232 views
Hidden features of Qt.
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What …
1
vote
2answers
62 views
Is there a poster for Qt documentation?
I'm looking for a cheet-sheet style poster (or better posters) for a whole (parts of) Qt library.
Is there such thing or something similar?
6
votes
4answers
249 views
Why do designers use “Lorem Ipsum Dolor” to fill space?
Why is it traditional to use Latin in example pages? Is actual hypothetical content too confusing?
In http://whiffdoc.appspot.com/docs/W1100_1300.menus I snarfed chunks of text from wikipedia -- …
0
votes
0answers
4 views
Visual Studio 2010/2008 and custom help pages [F1]
I am developing something in BerkeleyDB .net API in Visual Studio 2010.
Simple question:
BTreeDatabase btreeDB;
BTreeDatabaseConfig btreeConfig;
Cursor dbc;
DatabaseEntry key;
...with code …
0
votes
2answers
40 views
Artifacts for a new Developer
Hello: I am in the process of writing a Developers Guide esp. targeted for new Developer in a team. The system is a legacy system with non-readable code and bad programming practices, but we still …
0
votes
1answer
25 views
Documentation style
I'm a PHP web developer, who is looking for a well proven method for writing a good documentation (aka docblock).
There are several documentation styles, for instance:
The descriptive but not …
4
votes
2answers
70 views
Documenting Interfaces and their implementation
Hi,
I'm decorating my C# code with comments so I can produce HTML help files.
I often declare and document interfaces. But classes implementing those interfaces can throw specific exceptions …
0
votes
1answer
40 views
Finding function arguments/parameters from outside the function’s package
So for instance: the generic plot function. Setting secondary ticks is much easier (IMHO) using a function outside of the base package, minor.tick(nx=n, ny=n, tick.ratio=n), found in Hmisc. Of course, …
0
votes
1answer
20 views
Using ILMerge, is it possible to merge XML documentation files with the DLL ?
I know I can merge PDB with a DLL file but I'm trying to do the same with an XML documentation file.
It should be possible since you don't have .xml files with .net assemblies and yet you have …
0
votes
2answers
54 views
Xcode documentation links behave crazy
The links in Xcode documentation, that mean the methods in the "Tasks" for example,
when i only put the mouse on the links, then the page go up.
What happen to Xcode?
1
vote
2answers
67 views
Where can I find erlang programming reference?
Is there a programming reference in erlang like java api docs?
I have searched in google but did not find anything.
5
votes
4answers
172 views
What are good and bad ways to document a software project?
I'm responsible of finding a good way to document the software project I'm working on.
What things are important to document? Should documentation of code and design mainly be in the code in the …
