Andre Poenitz wrote:
On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote:
+bool ParamInfo::ParamData::isOptional() const
+{
+ return type_ == ParamInfo::LATEX_OPTIONAL ||
+ type_ == ParamInfo::LATEX_KV_OPTIONAL;
Hmdahm.. IIRC Abdel mentioned putting the
Andre Poenitz wrote:
On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote:
+bool ParamInfo::ParamData::isOptional() const
+{
+ return type_ == ParamInfo::LATEX_OPTIONAL ||
+ type_ == ParamInfo::LATEX_KV_OPTIONAL;
Hmdahm.. IIRC Abdel mentioned putting the
On Mon, Feb 25, 2008 at 10:13:46PM -, [EMAIL PROTECTED] wrote:
> +bool ParamInfo::ParamData::isOptional() const
> +{
> + return type_ == ParamInfo::LATEX_OPTIONAL ||
> +type_ == ParamInfo::LATEX_KV_OPTIONAL;
Hmdahm.. IIRC Abdel mentioned putting the operator on the new line.
A