From 64bec838c0511b88fce3a4ac1ca758ec88411c59 Mon Sep 17 00:00:00 2001 From: Lu Guanqun Date: Sun, 25 Nov 2012 23:13:41 +0800 Subject: [PATCH] fix doxygen rendering output of CCLayerGradient Otherwise, the first line of CCLayerGradient is rendered with a box in doxygen's output. --- cocos2dx/layers_scenes_transitions_nodes/CCLayer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h index a16c92bf0b..d72a36938c 100644 --- a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h +++ b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h @@ -224,8 +224,7 @@ protected: // // CCLayerGradient // -/** CCLayerGradient is a subclass of CCLayerColor that draws gradients across -the background. +/** @brief CCLayerGradient is a subclass of CCLayerColor that draws gradients across the background. All features from CCLayerColor are valid, plus the following new features: - direction