From 76d0448b12826bccd264e0fe2a28998640e5f05a Mon Sep 17 00:00:00 2001 From: hanbihui Date: Thu, 22 May 2014 15:08:53 +0800 Subject: [PATCH] Update UILoadingBar.h Doxygen comments --- cocos/ui/UIPageView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cocos/ui/UIPageView.h b/cocos/ui/UIPageView.h index ff180ded2f..ae29548bce 100644 --- a/cocos/ui/UIPageView.h +++ b/cocos/ui/UIPageView.h @@ -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{};