Use git version info in Doxygen.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 28 Sep 2013 04:19:30 +0000 (07:19 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 28 Sep 2013 04:19:30 +0000 (07:19 +0300)
commit22ed337f9a2a9ecf4731edf9ec35db3f0f0e1a2b
tree3408fa00faed9862ea911c4c4206b94ef85b5c4e
parenta4918e13f6bcc1978de9e9e297308ced059a8a71
Use git version info in Doxygen.

The Doxygen documentation now gets labeled with the exact source
version, using the same logic as in the git version info generation.

Added an option to not search for the remote hash in
gmxGenerateVersionInfo.cmake, since this is by far the most expensive
operation, and it is not really necessary for the Doxygen part.

Also some minor cleanup of the CMake script.

Change-Id: I36dd0b7a811d5e48c818bf36a669320cedec6e9e
cmake/gmxGenerateVersionInfo.cmake
doxygen/CMakeLists.txt
doxygen/Doxyfile-common.cmakein
doxygen/Doxyfile-version.cmakein [new file with mode: 0644]
src/gromacs/CMakeLists.txt