summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-12 17:43:00 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-12 17:43:00 (GMT)
commitb3480795c4fb890e8999fba580bb55a69fef1efb (patch)
tree5073ed51aa586fcd74333a603a73abb1ccb60941 /Source/cmMakefile.h
parentca9099b551ad615a7368c0f71a7aa8fc3bc0c307 (diff)
downloadCMake-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.h6
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;