From bb85f87fc7200f9b980bae22dea136597976b421 Mon Sep 17 00:00:00 2001 From: gballintijn Date: Fri, 13 Feb 2009 16:03:29 +0000 Subject: [PATCH] Fix the "Detailed Description" comment to allow Doxygen to generate proper HTML. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2341 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/action.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-studio/trunk/src/synfigapp/action.h b/synfig-studio/trunk/src/synfigapp/action.h index 661c5e3..1dec9c5 100644 --- a/synfig-studio/trunk/src/synfigapp/action.h +++ b/synfig-studio/trunk/src/synfigapp/action.h @@ -183,14 +183,14 @@ inline Category operator|(Category lhs, Category rhs) -//! Action Base Class +//! Top-level base class for all actions /*! An action should implement the following functions: -** static bool is_candidate(const ParamList &x); +** - static bool is_candidate(const ParamList &x); ** - Checks the ParamList to see if this action could be performed. -** static ParamVocab get_param_vocab(); +** - static ParamVocab get_param_vocab(); ** - Yields the ParamVocab object which describes what ** this action needs before it can perform the act. -** static Action::Base* create(); +** - static Action::Base* create(); ** - Factory for creating this action from a ParamList ** */ -- 2.7.4