From e9a8648ae9c881f9c71c4a1a2efd856fbef6bef8 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 21 Mar 2008 15:52:42 -0700 Subject: [PATCH] add \ref to get links. --- src/core/attribute-helper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/attribute-helper.h b/src/core/attribute-helper.h index 457c8f546..1e679e617 100644 --- a/src/core/attribute-helper.h +++ b/src/core/attribute-helper.h @@ -70,9 +70,9 @@ MakeSimpleAttributeChecker (std::string name) * * The simple macros are implemented in terms of the complex * macros and should generally be prefered over the complex macros: - * - ATTRIBUTE_HELPER_HEADER_1, - * - ATTRIBUTE_HELPER_HEADER_2, and, - * - ATTRIBUTE_HELPER_CPP, + * - \ref ATTRIBUTE_HELPER_HEADER_1, + * - \ref ATTRIBUTE_HELPER_HEADER_2, and, + * - \ref ATTRIBUTE_HELPER_CPP, */ /**