-
Try anything with a grouping of function, like a Java
class or a section of C code with //@{ ... //@}. TeX
output appears mixed in with the XML stream.
2003-08-21 21:56:00 UTC by nasum
-
Hi,
I am receiving an invalid warning from doc++ when I
am trying to document the methods of a class
hierarchically. Here is an example:
/**@name protein.C */
//@{
// start methods and functions
/**@name constructor, destructor, and node creation */
//@{
///constructor
Protein::Protein(int _index)
{
// the constructor code
}
///destructor.
2003-04-20 01:20:41 UTC by apaydin
-
Hi,
The documentation that I downloaded contains
incorrect references within the text. For some reason,
everything seems to start at page 24. Here is an
excerpt:
"This documentation is organized as follows. Section
Usage (! 4.3.1.1, page 24) describes
how to generate your documentation for readily docied
sources, hence explains the comand line
options of DOC++...
2003-04-04 19:50:22 UTC by apaydin
-
Hi,
I was just looking at various doc-generators available at SourceForge.net and I only found your project by chance.
Should it not be added to the "documentation" topic not only "software development" (which is huge)?
Maciej.
2003-03-27 09:17:40 UTC by maciejr
-
Generated HTML output contains incorrect automatically
created links. This is especially a problem when a
function argument has the same name as a completely
unrelated structure member.
Please see the attached file for an example. The
following info may be useful:
$ uname -a
SunOS hostname 5.8 Generic_108528-11 sun4u sparc
SUNW,Ultra-5_10
$ doc++ --version
DOC++ 3.4.10
$...
2003-03-12 00:44:37 UTC by nobody
-
Logged In: YES
user_id=122099
Stopped using doc++ and now using doxygen instead.
2002-10-25 00:53:30 UTC by bput
-
sgould committed patchset 11 of module docpp to the DOC++ CVS repository, changing 1 files.
2002-09-30 00:10:16 UTC by sgould
-
adragos committed patchset 10 of module docpp to the DOC++ CVS repository, changing 2 files.
2002-09-28 06:58:05 UTC by adragos
-
sgould committed patchset 9 of module docpp to the DOC++ CVS repository, changing 1 files.
2002-09-27 02:12:49 UTC by sgould
-
Daniele,
I've been using DOC++ for 5+ years and find it to be a very powerful and useful tool. I've just recently "discovered" it here on SourceForge. I had previously e-mail the original authors and never got any response. Having found it that DOC++ had moved here, I sent an e-mail to Dragos (the current maintainer) to offer my help. I've just joined as a developer.
I've been...
2002-09-10 04:09:07 UTC by sgould