From a03f66b7fb8ccebe16ae70ff4dcf5be7beea978e Mon Sep 17 00:00:00 2001 From: John Scipione Date: Mon, 15 Dec 2014 21:14:47 -0500 Subject: [PATCH] Fix a few errors in the nascent BOptionPopUp docs --- docs/user/interface/OptionPopUp.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/interface/OptionPopUp.dox b/docs/user/interface/OptionPopUp.dox index 49bd24c529a..a6ecbf64196 100644 --- a/docs/user/interface/OptionPopUp.dox +++ b/docs/user/interface/OptionPopUp.dox @@ -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. */ @@ -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. */