s.sourceforge.net
Subject: Re: [Doxygen-users] project number with svn
Hi,
I personally use git instead of subversion. My way to put the version
string into the doxygen documentation[1] is basically as follows:
1) Obtain version string from git:
git describe --always --dirty
I don'
Hi,
I personally use git instead of subversion. My way to put the version
string into the doxygen documentation[1] is basically as follows:
1) Obtain version string from git:
git describe --always --dirty
I don't know whether subversion has such a functionality, though.
2) Build doxyge
m: Kraus Philipp [mailto:philipp.kr...@flashpixx.de]
Sent: Friday, October 05, 2012 5:30 PM
To: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] project number with svn
Am 05.10.2012 um 22:58 schrieb
mailto:michael.bro...@thomsonreuters.com>>
mailto:michael.bro...@thom
p.kr...@flashpixx.de]
> Sent: Friday, October 05, 2012 3:40 PM
> To: doxygen-users@lists.sourceforge.net
> Subject: [Doxygen-users] project number with svn
>
> Hello,
>
> I have created a doxygen configuration file for my project and I would like
> to set the PROJECT_NUMBER
, October 05, 2012 3:40 PM
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] project number with svn
Hello,
I have created a doxygen configuration file for my project and I would like to
set the PROJECT_NUMBER
with the SVN revision number. I have setup the $Rev$ keyword and add it to
Hello,
I have created a doxygen configuration file for my project and I would like to
set the PROJECT_NUMBER
with the SVN revision number. I have setup the $Rev$ keyword and add it to
the keyword list. SVN push the revision number into the doxygen configuration
file but at the moment it shows $R