0
votes
3answers
37 views
Does a free MySQL Relationship Diagram Generator Exist
Are there any free tools available for generating ERDs from an existing MySQL database? I've been given the requirement to generate such documentation for a legacy database and wou …
0
votes
4answers
48 views
What is an example of user documentation??
Hi,
I'm writing this Rational number class for one of my cs courses, using C++. We're also asked to hand in a "user documentation", which is sth that i've never done before. What …
2
votes
2answers
61 views
Code documentation style guidelines for Perl?
Does anyone know of a perlstyle-like guideline for how to document Perl code? Like this bit from javadoc guidelines:
"Gets the label of this button. (preferred)" vs.
"Thi …
7
votes
13answers
256 views
Who owns documentation?
At my company we are currently re-assessing which team will take on the responsibility of external documentation (end user, training and support documentation). We don't have a ded …
1
vote
5answers
74 views
Should I read all of Oracle’s documentation?
hi guys,
I found oracle documentation a really good resource to learn oracle. But I'm scared of it's lengthy documentation.
Now my question is: Should an oracle database user rea …
1
vote
3answers
33 views
How to get Java API Javadocs to show up in Eclipse in Ubuntu
Hi... I'm here again with a docs question.
At my university, when using Eclipse, when placing the cursor
over a Java API method name (for example: .size() ), I get
very nice docum …
1
vote
0answers
60 views
is it possible to build a debugger around the java scripting engine?
hi,
we are using the java 6 scripting engine in our product, and now we are thinking on adding some debugging abilities.
my question is:
is it possible? does the java 6 script …
2
votes
2answers
31 views
Declaring lots of variables for phpdoc without starting each with /**
I have objects with many variables that I declare and explain in the comments. I am commenting very thoroughly for later processing using phpDoc, however I have no experience with …
1
vote
3answers
82 views
How to keep help strings the same when applying decorators?
How can I keep help strings in functions to be visible after applying a decorator?
Right now the doc string is (partially) replaced with that of the inner function of the decorato …
0
votes
1answer
32 views
CUDA: documentation of kernel CRT?
I'm trying to find the documentation for all of the functions available for the CUDA kernels.
The CUDA Reference manual seem to include only the host functions and the CUDA program …
5
votes
10answers
280 views
C/C++ function/method decoration
DISCLAIMER: I haven't done C++ for some time...
Is it common nowadays to decorate C/C++ function/method declarations in order to improve readability?
Crude Example:
void some_fu …
0
votes
2answers
51 views
What does the + mean on Mac Dev Center?
For example, NSString documentation has
– initWithFormat:
– initWithFormat:arguments:
– initWithFormat:locale:
– initWithFormat:locale:arguments:
– initWithData:encoding:
+ string …
1
vote
2answers
34 views
Software Project Management Templates
I am looking for the “Software Project Management Templates” such as the following: In our organization we don’t have these, yet.
Issue Log
Risk Register
Change Log
In our orga …
5
votes
13answers
276 views
How much percentage of your day would you like to spend on writing Documentation as Software Develoeper ?
How much percent of time do you spend on documentation per day as software developer and ideally how much time should given to documentation ?
0
votes
2answers
63 views
Documenting & Tracking Requirements
When it comes to sizable software projects, what are the tools for managing requirements?
Documenting
Tracking
Alarming
Reporting
Q1. Which one(s) do you use and why?
Q2. Ass …
