diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-14 13:51:08 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-12-14 13:51:08 -0500 |
commit | b7fa820118d6989ca4d77dbfcc972c2e903bfe2a (patch) | |
tree | a5605c468a458597fff5f17485fad8cd85856e1b /Modules/FindDoxygen.cmake | |
parent | 805d365d479a916acf2c5638809fb046fc28dc97 (diff) | |
download | cmake-b7fa820118d6989ca4d77dbfcc972c2e903bfe2a.tar.gz |
ENH: add documentation support for modules
Diffstat (limited to 'Modules/FindDoxygen.cmake')
-rw-r--r-- | Modules/FindDoxygen.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Modules/FindDoxygen.cmake b/Modules/FindDoxygen.cmake index 45140c903d..d3f705f1f8 100644 --- a/Modules/FindDoxygen.cmake +++ b/Modules/FindDoxygen.cmake @@ -1,7 +1,4 @@ -# -# this module looks for Doxygen and the path to Graphiz's dot -# - +# - this module looks for Doxygen and the path to Graphiz's dot # With the OS X GUI version, it likes to be installed to /Applications and # it contains the doxygen executable in the bundle. In the versions I've # seen, it is located in Resources, but in general, more often binaries are |