1
vote
3answers
31 views
SBCL standard library documentation?
I want to learn and use SBCL because of its ease of learning and speed. (I've been playing with Lisp 3 years ago, and now am refreshing it.) But how can I learn what's included in the standard …
0
votes
2answers
23 views
Release documentation - What all documents?
I am supposed to manage the software release process for a product release scheduled this month. Somehow, I couldn't find a good release guide for the different kinds of documentation involved in a …
0
votes
1answer
24 views
What do the different symbols in the API section of the XCode Documentation mean?
Hi. Looking at the API section on the left side of the XCode Documentation, I've always wondered what the symbols mean?
For instance, there's a "K" in a green square, a "T" in an orange square, an …
5
votes
7answers
132 views
What is the best HTML, CSS and JS reference you know, respectively? [closed]
Possible Duplicates:
Best reference sites for HTML and JavaScript programming
What is the best online javascript/css/html/xhtml/dom reference?
What english-language online resources do you …
2
votes
4answers
96 views
What are effective strategies for documenting a large legacy .Net platform as the main developer just quit?
A very limited understanding is available across the remaining junior developers. Please share your strategies.
8
votes
4answers
265 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 …
15
votes
22answers
684 views
Should I document my private methods?
Private methods documentation can only be seen by who has access to the source code. Is it worth the effort spent on it?
6
votes
4answers
255 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 -- …
1
vote
1answer
17 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 …
1
vote
2answers
65 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?
1
vote
2answers
34 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 …
7
votes
8answers
198 views
Minimalistic tools for developer documentation
I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts …
4
votes
2answers
76 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
19 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 …
0
votes
1answer
26 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 …
