Re: [Doxygen-users] project number with svn

2012-10-08 Thread Michael.Broida
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'

Re: [Doxygen-users] project number with svn

2012-10-07 Thread Tanjeff-N. Moos
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

Re: [Doxygen-users] project number with svn

2012-10-05 Thread Michael.Broida
m: Kraus Philipp [mailto:[email protected]] Sent: Friday, October 05, 2012 5:30 PM To: [email protected] Subject: Re: [Doxygen-users] project number with svn Am 05.10.2012 um 22:58 schrieb mailto:[email protected]>> mailto:michael.bro...@thom

Re: [Doxygen-users] project number with svn

2012-10-05 Thread Kraus Philipp
[email protected]] > Sent: Friday, October 05, 2012 3:40 PM > To: [email protected] > 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

Re: [Doxygen-users] project number with svn

2012-10-05 Thread Michael.Broida
, October 05, 2012 3:40 PM To: [email protected] 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

[Doxygen-users] project number with svn

2012-10-05 Thread Kraus Philipp
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