diff options
author | Brad King <brad.king@kitware.com> | 2003-02-14 18:47:16 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-14 18:47:16 -0500 |
commit | a02574158d178615cf8fd642695e5099b6041049 (patch) | |
tree | df9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmUseMangledMesaCommand.h | |
parent | dec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff) | |
download | cmake-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.h | 9 |
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: |