diff -r e57bfdb4f12c -r caafe12b0378 src/core/model/attribute-helper.h --- a/src/core/model/attribute-helper.h Sun Dec 07 22:08:04 2014 -0800 +++ b/src/core/model/attribute-helper.h Tue Dec 09 13:17:49 2014 -0800 @@ -158,7 +158,7 @@ /** * \ingroup attributehelper * - * Declare the attribute value class \p Value + * Declare the attribute value class \p \Value * for underlying class \p type. * * \param type The underlying type name @@ -198,7 +198,7 @@ /** * \ingroup attributehelper * - * Declare the attribute value class \p Value + * Declare the attribute value class \p \Value * for the class \p Name * * \param Name the name of the class. @@ -230,15 +230,15 @@ /** * \ingroup attributehelper * - * Declare the AttributeChecker class \p Checker + * Declare the AttributeChecker class \p \Checker * and the \c MakeTypeChecker function for class \p type. * * \param type the name of the class * - * This macro declares the \p Checker class and the associated + * This macro declares the \p \Checker class and the associated * \c MakeTypeChecker function. * - * (Note that the \p Checker class needs no implementation + * (Note that the \p \Checker class needs no implementation * since it just inherits all its implementation from AttributeChecker.) * * Typically invoked in the class header file. @@ -252,15 +252,15 @@ * \ingroup attributehelper * * Define the class methods belonging to - * the attribute value class \p Value + * the attribute value class \p \Value * of the underlying class \p type. * * \param type The underlying type name * \param name The token to use in defining the accessor name. * - * This macro implements the \p Value class methods - * (including the \p Value::SerializeToString - * and \p Value::DeserializeFromString methods). + * This macro implements the \p \Value class methods + * (including the \p \Value::SerializeToString + * and \p \Value::DeserializeFromString methods). * * Typically invoked in the source file. */ @@ -297,13 +297,13 @@ * \ingroup attributehelper * * Define the class methods belonging to - * attribute value class \p Value for class \p type. + * attribute value class \p \Value for class \p type. * * \param type the name of the class. * - * This macro implements the \p Value class methods - * (including the \p Value::SerializeToString - * and \p Value::DeserializeFromString methods). + * This macro implements the \p \Value class methods + * (including the \p \Value::SerializeToString + * and \p \Value::DeserializeFromString methods). * * Typically invoked in the source file. */ @@ -356,11 +356,11 @@ * * This macro declares: * - * - The attribute value class \p Value, + * - The attribute value class \p \Value, * * - The attribute accessor functions \c MakeTypeAccessor, * - * - The AttributeChecker class \p Checker + * - The AttributeChecker class \p \Checker * and the \c MakeTypeChecker function, * * for class \p type. @@ -382,7 +382,7 @@ * * This macro implements * - * - The \p Value class methods, + * - The \p \Value class methods, * * - The \c MakeTypeChecker function, *