Tom Kent | 1 Oct 2003 15:58

bulleted list problem

I have recently been running into a problem generating bulleted lists.  
I am running Doxygen 1.2.18 on cygwin/win2k. 

The problem I am encountering is that the list will automatically move a
2nd bullet in a row on the top level up a level to the second.  The
after that all bullets follow accordingly.

---------Source that I ran the problem with---------

///
/// \file errors.h
/// \brief This is a quick test of bullets
///

///
/// \struct control_input_type errors.h
/// \brief Our Structure.
///

typedef struct control_input_type
{
   ///
   /// \var char swit[5]
   /// - swit[0] Reject
   ///  - 0 = norm
   ///  - 1 = rej
   /// - swit[1] Brightness
   ///  - 0 = night
   ///  - 1 = day
   /// - swit[2] vid
(Continue reading)

John Ling | 1 Oct 2003 20:27
Picon
Picon
Favicon

How do you create one large overall dot graph

Is there a way to generate one dot graph showing how all files relate to 
each other instead of in sections?

Thanks

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Graham Reeds | 1 Oct 2003 21:21

RE: Huge Memory Consumption


> From: Jake Colman [mailto:colman <at> ppllc.com]
> > We are using doxygen-1.3.4 on a very large project.  While executing,
> > doxygen took 2gb of memory and blew away the machine so that noone else
> > could do any work.  Any suggestions how to deal with this?
>
> You could use the "nice" command, if you are sing linux or UNIX.

Under Windoze you can bring up the task manager and change the priority by
selecting the task from the task-list and clicking 'Set Priority'.

G.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
armin.nolte | 2 Oct 2003 01:00
Picon

Armin Nolte/Lotus ist in Urlaub

Ich werde ab  01.10.2003 nicht im Büro sein. Ich kehre zurück am
16.10.2003.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
JAW | 2 Oct 2003 17:05
Picon
Favicon

Reverse Callgraph.

I would like to get a summary of all functions that call a paticular 
function. Just the opposite of the callgraph that is now produced. Is 
there a way to do this ?

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Jake Colman | 2 Oct 2003 20:57

Documenting Templates


How does one document a template so that Doxygen will see it?  Do you
document an instance of it or the generic declaration of it.  The only
solution we have found is to specify HIDE_UNDOC_MEMBERS=NO.

--

-- 
Jake Colman                     

Principia Partners LLC                    Phone: (201) 209-2467
Harborside Financial Center                 Fax: (201) 946-0320
902 Plaza Two                          E-mail: colman <at> ppllc.com
Jersey City, NJ 07311                 www.principiapartners.com

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Jake Colman | 2 Oct 2003 20:56

Collaberation Graph Problem


Somewhere between 1.3.0 and 1.3.4 there was a change made to the generation
of the Collaberation Graphs.  We use HIDE_UNDOC_MEMBERS=NO to include even
those (as yet) undocumented classes.  In 1.3.4 this ends up including
primitive members (i.e. bool, int) and not just the complex members.  This
greatly increases the complexity of the generated graph to the point where it
is not usable.

Is there a config parameter we may have missed?

--

-- 
Jake Colman                     

Principia Partners LLC                    Phone: (201) 209-2467
Harborside Financial Center                 Fax: (201) 946-0320
902 Plaza Two                          E-mail: colman <at> ppllc.com
Jersey City, NJ 07311                 www.principiapartners.com

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Chris verBurg | 3 Oct 2003 03:48
Picon
Favicon

Re: Documenting Templates


I've gotten doxygen to handle templates, but I did have to move up to
version 1.3-rc3 to do it.  (Though this was a while ago, so that
might be an old version for all I know. :)  I documented it just like
I did all the non-templated classes:

//! A really cool thing
/*!
	Whizbangs are guaranteed to blah blah blah...
*/
template<typename T> class Whizbang {
public:
	...

I couldn't get it to handle typedefs nicely though, like if I did
something like this:

typedef Whizbang<int> WhizbangInt;

it wouldn't add a link to the Whizbang page any time someone referred
to a WhizbangInt.  So I had to do this atrocity:

/*! \class WhizbangInt
	\brief A Whizbang for ints.
	This "class" is just a typedef around the template class
	Whizbang, with int as the template parameter.  See the
	Whizbang documentation for the actual API.
*/
typedef Whizbang<int> WhizbangInt;

(Continue reading)

Dimitri van Heesch | 3 Oct 2003 22:00
Picon
Favicon

Re: Algorithm for Creating Annotations

On Mon, Sep 29, 2003 at 04:23:35PM -0400, Jake Colman wrote:
> 
> I've just had an epiphany: Doxygen is smart enough to strip off 'noise' words
> from the 'brief' description when displaying that text in an annotated
> listing!
> 
> What algorithm does it use for identifying noise?  The word "implements" is
> not stripped off but the "provides" is.  Is there a definition somewhere?

Yes, look at src/index.cpp function abbreviate(). Suggestions for improvements
(in the form of patches) are welcome ;-)

Regards,
  Dimitri

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
David Cramer (Tech Pubs | 5 Oct 2003 02:47

RE: Feature Request: eclipse help output

I've posted my xslt to convert a chm's hhc to an eclipse toc.xml along with the doxygen manual converted to eclipse format and some more detail in an RFE:
 
To see an example of what the eclipse 'infocenter' looks like, see http://help.eclipse.org/help21/index.jsp (It will look good in netscape 4.x, mozilla based browsers, and in IE, not as good in opera unfortunately.
 
David
-----Original Message-----
From: David Cramer (Tech Pubs)
Sent: Thursday, October 02, 2003 3:04 PM
To: doxygen-users <at> lists.sourceforge.net
Subject: [Doxygen-users] Feature Request: eclipse help output

Hi there,
I don't see any reference to eclipse help in the manual, the mailing list archives, or even googling. If you're not familar with the Eclipse IDE's help system, it can be run standalone (apart from the eclipse IDE as an 'infocenter') and is like html help/chm but better in several ways (cross platform, you run can link directly to topics in it, has a flexible plugin mechanism, must better i18nization). Like html help, it gives you a toc pane and full text search. Currently, I can take doxygen's html help output and hack it to work in eclipse (just run tidy -asxml on the toc.hhc and then xslt to eclipse's xml toc format), but I think it would be a good thing for everybody if Doxygen supported it out of the box.

http://www.eclipse.org/articles/Article-Online%20Help%20for%202_0/help1.htm

Doxgyen and eclipse complement each other so well, I was surprised not to turn anything up when I did searches.

Thanks,
David


Gmane