mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
Simplified documentation a bit
This commit is contained in:
parent
d6d4d9f75d
commit
085fb2c5a2
2 changed files with 2 additions and 5 deletions
|
@ -98,10 +98,8 @@ namespace Compiler
|
|||
int parseArguments (const std::string& arguments, Scanner& scanner,
|
||||
std::vector<Interpreter::Type_Code>& code, bool invert = false);
|
||||
///< Parse sequence of arguments specified by \a arguments.
|
||||
/// \param arguments Each character represents one arguments ('l': integer,
|
||||
/// 'f': float, 'S': string, 'c': string (case smashed), '/': following arguments are
|
||||
/// optional)
|
||||
/// 'x': optional string that will be ignored (die in a fire, MW script compiler!)
|
||||
/// \param arguments Uses ScriptArgs typedef
|
||||
/// \see Compiler::ScriptArgs
|
||||
/// \param invert Store arguments in reverted order.
|
||||
/// \return number of optional arguments
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@ namespace Compiler
|
|||
s - Short <BR>
|
||||
S - String, case preserved <BR>
|
||||
x - Optional, ignored argument
|
||||
\see Compiler::ExprParser::parseArguments
|
||||
**/
|
||||
typedef std::string ScriptArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue