Reorganize Doxygen build.
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 23 Jul 2012 15:55:44 +0000 (18:55 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 29 Jul 2012 00:04:54 +0000 (02:04 +0200)
commit82c93ee947a215b01b474d94f16854c68f5ce243
treea07bb7b7467c205fe2424bab305f3934a444cde1
parent2f22153ff9f437bc1ed90f64e129ad41b7144e0f
Reorganize Doxygen build.

- All doxygen-related cmake code and input files are now under
  doxygen/.
- Renamed the unsuffixed Doxyfile to Doxyfile-full for consistency, and
  renamed the output directory and custom target as well.
- Added a target to build all three types of doxygen documentation in
  one go.
- Added an index.html file as a starting point for browsing all three
  levels of documentation.

Related to #638.

Change-Id: Ia977c1aa93c55f152a15e560a60c8a1323e5d3f8
.gitignore
CMakeLists.txt
doxygen/.gitignore [new file with mode: 0644]
doxygen/CMakeLists.txt [new file with mode: 0644]
doxygen/Doxyfile-common.cmakein [moved from Doxyfile-common.cmakein with 97% similarity]
doxygen/Doxyfile-full.cmakein [moved from Doxyfile.cmakein with 90% similarity]
doxygen/Doxyfile-lib.cmakein [moved from Doxyfile-lib.cmakein with 90% similarity]
doxygen/Doxyfile-user.cmakein [moved from Doxyfile-user.cmakein with 91% similarity]
doxygen/index.html [new file with mode: 0644]