diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 17:43:00 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 17:43:00 (GMT) |
commit | b3480795c4fb890e8999fba580bb55a69fef1efb (patch) | |
tree | 5073ed51aa586fcd74333a603a73abb1ccb60941 /Source/cmMakefile.h | |
parent | ca9099b551ad615a7368c0f71a7aa8fc3bc0c307 (diff) | |
download | CMake-b3480795c4fb890e8999fba580bb55a69fef1efb.zip CMake-b3480795c4fb890e8999fba580bb55a69fef1efb.tar.gz CMake-b3480795c4fb890e8999fba580bb55a69fef1efb.tar.bz2 |
ENH:Simple program dumps out internal documentation for CMake
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 001ba4a..6a444b4 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -300,6 +300,12 @@ public: const char* GetDefineFlags() {return m_DefineFlags.c_str();} + /** + * Dump documentation to a file. If 0 is returned, the + * operation failed. + */ + int DumpDocumentationToFile(const char *fileName); + protected: bool m_Executables; std::string m_Prefix; |