[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: $keywords$, include Log ?

From: SteveKing <no_at_spam.com>
Date: 2003-12-17 13:40:37 CET

Roland Bramm wrote:
> The Problem is that i dind't figure out a way to tell doxygen that parts
> of the documentation are residing in another file ...
> The log rev and author should appear in the documentation of the file so
> the header of the html page.
>

How about something like this:

in file header.h:
/**
  * some comments for doxygen
  */
#include "logfile.h"
/**
  * rest of the comments for doxygen
  */

Now the only thing you have to do is when generating the log to make
sure that a "/**" is on the first line of the log, and a "*/" is at the end.
Oh, and maybe you want to avoid such log messages which contain "/**"
and "*/* since this may disturb doxygen.

Stefan
"You must be the change you wish to see in the world." - Gandhi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 17 15:59:49 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.