Library code style update + some minor backports from Pro edition

This commit is contained in:
Erik Zandvliet 2018-12-03 23:51:48 +01:00 committed by Thulinma
parent 593b291e85
commit 2607113727
68 changed files with 4538 additions and 4665 deletions

View file

@ -102,7 +102,7 @@ namespace EBML{
private:
const char *data;
bool minimalMode; ///<If set, ELEM_MASTER elements will not access payload data when
bool minimalMode; ///< If set, ELEM_MASTER elements will not access payload data when
/// pretty-printing.
};
@ -120,5 +120,5 @@ namespace EBML{
const char *getFrameData(uint8_t no) const;
virtual std::string toPrettyString(const uint8_t indent = 0, const uint8_t detail = 3) const;
};
}
}// namespace EBML