summaryrefslogtreecommitdiffstats
path: root/Utilities/Doxygen/doc_makeall.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Added CMake_BUILD_DEVELOPER_REFERENCE optionKonstantin Podsvirov2016-08-161-248/+0
| | | | | | | | By default is OFF and marked as advanced. It's also add custom cmake-developer-reference (ALL) target Generated output will be installed to ${CMAKE_DOC_DIR}/developer-reference.
* Utilities/Doxygen: Support tools installed in paths with spacesMichael Stürmer2015-06-161-13/+13
| | | | Quote paths to tools in generation script.
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Refer to self with CMake_(SOURCE|BINARY)_DIR (#10046)Brad King2010-07-291-2/+2
| | | | | This is good practice, and is necessary to support building CMake as a subdirectory of another project.
* ENH: CleanupAndy Cedilnik2005-01-181-14/+17
|
* FIX: HHC is now HTML_HELP_COMPILERSebastien Barre2003-01-161-10/+10
|
* FIX: remove that good ol' exit 0;Sebastien Barre2002-02-131-3/+1
|
* FIX: update html archive filenameSebastien Barre2002-02-131-3/+3
|
* ENH: Contribution graphsSebastien Barre2002-02-131-20/+82
|
* UpdateSebastien Barre2001-11-021-14/+7
|
* Doxygen doc generatorSebastien Barre2001-11-021-0/+192