Skip to content
Snippets Groups Projects
Commit 6007e467 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: typo and more doc

parent a73884fe
Branches
Tags
No related merge requests found
......@@ -99,13 +99,17 @@ protected:
private:
/** Stars coutning */
/** Stars counting */
int m_StarsCount;
/** Current number of stars, we keep track of this to avoid reprinting the
* progress if it hasn't changed */
int m_CurrentNbStars;
bool m_CoutIsConsole;
/** If the output is not interactive (e.g. it is redirected to a file), it
* is buffered and only written at the end of the processing */
std::string m_Buffer;
/** The point to the callback used for printing. It is set to the default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment