summaryrefslogtreecommitdiff
path: root/Source/cmUseMangledMesaCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-14 18:47:16 -0500
committerBrad King <brad.king@kitware.com>2003-02-14 18:47:16 -0500
commita02574158d178615cf8fd642695e5099b6041049 (patch)
treedf9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmUseMangledMesaCommand.h
parentdec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff)
downloadcmake-a02574158d178615cf8fd642695e5099b6041049.tar.gz
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Diffstat (limited to 'Source/cmUseMangledMesaCommand.h')
-rw-r--r--Source/cmUseMangledMesaCommand.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h
index d3a0eff541..ca994af061 100644
--- a/Source/cmUseMangledMesaCommand.h
+++ b/Source/cmUseMangledMesaCommand.h
@@ -53,7 +53,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Create copies of mesa headers for use in combination with system gl.";
+ return "Copy mesa headers for use in combination with system GL.";
}
/**
@@ -62,8 +62,11 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "USE_MANGLED_MESA(PATH_TO_MESA OUTPUT_DIRECTORY)\n"
- "The path to mesa includes, should contain gl_mangle.h. ";
+ " USE_MANGLED_MESA(PATH_TO_MESA OUTPUT_DIRECTORY)\n"
+ "The path to mesa includes, should contain gl_mangle.h. "
+ "The mesa headers are copied to the specified output directory. "
+ "This allows mangled mesa headers to override other GL headers by "
+ "being added to the include directory path earlier.";
}
protected: