Update UILoadingBar.h Doxygen comments

This commit is contained in:
hanbihui 2014-05-22 15:08:53 +08:00
parent 5547031e5c
commit 76d0448b12
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ public:
void addPage(Layout* page);
/**
* Inert a page to pageview.
* Insert a page to pageview.
*
* @param page page to be added to pageview.
*/
@ -150,7 +150,7 @@ public:
*
* @see LayoutType
*
* @param LayoutType
* @param type LayoutType
*/
virtual void setLayoutType(Type type) override{};