Merge latest master into doxygen branch.

This commit is contained in:
Vadim Zeitlin 2014-12-15 02:54:57 +01:00
commit 9b857e6cf1
275 changed files with 6821 additions and 2094 deletions

View file

@ -150,7 +150,7 @@ String *get_raw_text_balanced(int startchar, int endchar) {
* friend ostream& operator<<(ostream&, const char *s);
*
* or
* friend ostream& operator<<(ostream&, const char *s) { };
* friend ostream& operator<<(ostream&, const char *s) { }
*
* ------------------------------------------------------------------------- */