diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-08-04 10:01:42 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2016-08-16 16:02:35 (GMT) |
commit | c18dc6fbe5b68312be52353aa0a493106584ffe7 (patch) | |
tree | aef64221386463a3acc980f946b65a8f6292cbe5 /Source/dir.dox.in | |
parent | 6b07972fbdf7e8687577a430597e40e7e0b4831d (diff) | |
download | CMake-c18dc6fbe5b68312be52353aa0a493106584ffe7.zip CMake-c18dc6fbe5b68312be52353aa0a493106584ffe7.tar.gz CMake-c18dc6fbe5b68312be52353aa0a493106584ffe7.tar.bz2 |
Added CMake_BUILD_DEVELOPER_REFERENCE option
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.
Diffstat (limited to 'Source/dir.dox.in')
-rw-r--r-- | Source/dir.dox.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/dir.dox.in b/Source/dir.dox.in new file mode 100644 index 0000000..78cf58d --- /dev/null +++ b/Source/dir.dox.in @@ -0,0 +1,7 @@ +/*! + +\dir + +\brief Generated \c ${CMake_BINARY_DIR}/Source directory + +*/ |