Misc. Doxygen configuration changes
authorTeemu Murtola <teemu.murtola@gmail.com>
Mon, 27 Jan 2014 18:55:00 +0000 (20:55 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Fri, 28 Feb 2014 07:32:39 +0000 (09:32 +0200)
commit0dcf0299efef1fb27fee5fe9b0043c99df119cdc
tree477a45a2189a4458c2dba53b5a54709065183fcf
parent5b99d6a24a42e98f3b4d3295ed05eedc57f0f153
Misc. Doxygen configuration changes

- Adjust Doxygen preprocessor behavior such that it actually parses
  #ifdefs in the code.  Otherwise, some parts of the SIMD code seemed to
  get ignored.
- Extract static functions on all levels of documentation for
  consistency (and we may end up with some static inline members in
  public headers; currently at least vec.h qualifies).
- Remove unnecessary excludes now that VERBATIM_HEADERS=NO already
  excludes the unwanted files.
- Some other minor cleanup.
- Move member groups higher up in the layouts, since they generally are
  the most interesting part.

Change-Id: Iea04772628716ed12f44cd4465c2027f4670bfae
doxygen/Doxyfile-common.cmakein
doxygen/Doxyfile-full.cmakein
doxygen/Doxyfile-lib.cmakein
doxygen/Doxyfile-user.cmakein
doxygen/DoxygenLayout.xml