ENH: Cleaned up documentation and formatted it for use by cmDocumentation.

This commit is contained in:
Brad King
2003-02-14 18:47:16 -05:00
parent dec0b51066
commit a02574158d
75 changed files with 612 additions and 365 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"WRITE_FILE(filename \"message to write\"... [APPEND])\n"
" WRITE_FILE(filename \"message to write\"... [APPEND])\n"
"The first argument is the file name, the rest of the arguments are "
"messages to write. If the argument APPEND is specified, then "
"the message will be appended.";