mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
improved the doxygen documentation
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@4 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -156,9 +156,9 @@ class EnumReader {
|
||||
inline bool isDone() const { return done; }
|
||||
|
||||
private:
|
||||
String read; //^ The string to match to a value name
|
||||
bool first; //^ Has the first (default) value been matched?
|
||||
bool done; //^ Was anything matched?
|
||||
String read; ///< The string to match to a value name
|
||||
bool first; ///< Has the first (default) value been matched?
|
||||
bool done; ///< Was anything matched?
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------- : EOF
|
||||
|
||||
Reference in New Issue
Block a user