diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-20 14:22:39 +0100 |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 22:18:08 +0200 |
commit | a92f14f3386e8dee055fe0c3eb624bfb833ee350 (patch) | |
tree | 4e591d93313bcdde349063e9057d55e62c90f8f4 /Source/cmDocumentationFormatter.h | |
parent | faede37b79ef0c4dee9cce67ab57499ddf46b47f (diff) | |
download | cmake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.gz |
Doxygen: Fix warnings.
Diffstat (limited to 'Source/cmDocumentationFormatter.h')
-rw-r--r-- | Source/cmDocumentationFormatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatter.h b/Source/cmDocumentationFormatter.h index 1dcff1a23d..665b9b61a5 100644 --- a/Source/cmDocumentationFormatter.h +++ b/Source/cmDocumentationFormatter.h @@ -60,7 +60,7 @@ public: std::vector<const cmDocumentationSection *>&) {} - /** Compute a prefix for links into a section (#<prefix>_SOMETHING). */ + /** Compute a prefix for links into a section (#\<prefix\>_SOMETHING). */ std::string ComputeSectionLinkPrefix(std::string const& name); }; |