Skip to content

Commit

Permalink
Fix a few errors in the nascent BOptionPopUp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Dec 16, 2014
1 parent 71f6259 commit a03f66b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/interface/OptionPopUp.dox
Expand Up @@ -37,7 +37,7 @@


/*!
\fn BMenuField::GetOptionAt(int32 index, const char** _name, int32* _value)
\fn BOptionPopUp::GetOptionAt(int32 index, const char** _name, int32* _value)
\brief Get option at given index.
*/

Expand All @@ -54,10 +54,10 @@


/*!
\fn BOptionPopUpAddOptionAt(const char* name, int32 value, int32 index)
\fn BOptionPopUp::AddOptionAt(const char* name, int32 value, int32 index)
\brief Add an option to the menu.

Note that the option value is independant from its position in the menu.
Note that the option value is independent from its position in the menu.
*/


Expand Down

0 comments on commit a03f66b

Please sign in to comment.