From a3f38aafb288db5791b8dea34154cacc3c039971 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 04 Mar 2007 00:28:39 +0000 Subject: some doxygen improvements --- (limited to 'include/sitecing/sitecing_parser.h') diff --git a/include/sitecing/sitecing_parser.h b/include/sitecing/sitecing_parser.h index a8474f3..a53ef22 100644 --- a/include/sitecing/sitecing_parser.h +++ b/include/sitecing/sitecing_parser.h @@ -88,7 +88,8 @@ class sitecing_parser : public sitecing_parserFlexLexer { * @param n name. * @param i initializer. * @param bc whether it is a component. - * @param bto @todo TODO: @see bTypeOnly. + * @param bto document me @todo TODO: + * @see bTypeOnly. */ member_variable(const string& t,const string& n,const string& i,bool bc = false,bool bto = false) : type(t), name(n), initializer(i), bComponent(bc), bTypeOnly(bto) { } @@ -221,8 +222,7 @@ class sitecing_parser : public sitecing_parserFlexLexer { string _args; /** - * @param flags. - * @see flags + * @param f processing flags @see flags */ modus_operandi(int f = 0) : modus(modus_code), flags(f) { } -- cgit v0.9.0.2