From e33d8d2d7799271e94b4f1215c77d6a685f82b88 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Sep 2013 13:23:40 -0400 Subject: Drop builtin command documentation Drop all GetTerseDocumentation and GetFullDocumentation methods from commands. The command documentation is now in Help/command/*.rst files. --- Source/cmUseMangledMesaCommand.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'Source/cmUseMangledMesaCommand.h') diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h index 2f52960c4e..aac78142ca 100644 --- a/Source/cmUseMangledMesaCommand.h +++ b/Source/cmUseMangledMesaCommand.h @@ -47,27 +47,6 @@ public: */ virtual const char* GetName() const { return "use_mangled_mesa";} - /** - * Succinct documentation. - */ - virtual const char* GetTerseDocumentation() const - { - return "Copy mesa headers for use in combination with system GL."; - } - - /** - * More documentation. - */ - virtual const char* GetFullDocumentation() const - { - return - " 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."; - } - /** * This determines if the command is invoked when in script mode. */ -- cgit v1.2.1