GUI: Fix some Doxygen comments that seem wrong.
This commit is contained in:
parent
2fa1340438
commit
e34a8fe9eb
2 changed files with 2 additions and 2 deletions
|
@ -433,7 +433,7 @@ public:
|
|||
* Interface for the ThemeParser class: Loads a font to use on the GUI from the given
|
||||
* filename.
|
||||
*
|
||||
* @param fextId Identifier name for the font.
|
||||
* @param textId Identifier name for the font.
|
||||
* @param file Filename of the non-scalable font version.
|
||||
* @param scalableFile Filename of the scalable version. (Optional)
|
||||
* @param pointsize Point size for the scalable font. (Optional)
|
||||
|
|
|
@ -103,7 +103,7 @@ private:
|
|||
* @param varname the identifier with which the user may access the variable
|
||||
* @param variable pointer to the actual storage of the variable
|
||||
* @param type the type of the variable (byte, int, bool, ...)
|
||||
* @paral arraySize for type DVAR_INTARRAY this specifies the size of the array
|
||||
* @param arraySize for type DVAR_INTARRAY this specifies the size of the array
|
||||
*/
|
||||
void registerVar(const Common::String &varname, void *variable, VarType type, int arraySize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue