Re: [Doxygen-users] Doxygen turns 15 today!

2012-10-27 Thread Tanjeff-N. Moos
On Sat, 27 Oct 2012 16:43:15 +0200 Dimitri van Heesch wrote: > Today Doxygen is celebrating its 15th anniversary. Congrats! Doxygen is one of the most useful and outstanding open-source projects that I know. I'm really, really glad to have it. Thank you guys for all the good effort! Regards, Tan

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