Merged updated docs with some typo fixes, also adding missing makefile.

[SVN r49460]
This commit is contained in:
John Maddock
2008-10-27 13:52:23 +00:00
parent 5e4ccdf0cf
commit 3b3a3ce6d1
34 changed files with 818 additions and 186 deletions

View File

@ -190,7 +190,7 @@ syntax highlighted HTML code.
}
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
extern const char* pre_format = "(?1<)(?2>)(?3&amp;)";
extern const char* pre_format = "(?1&lt;)(?2&gt;)(?3&amp;)";
const char* expression_text =