diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-20 13:22:39 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:18:08 (GMT) |
commit | a92f14f3386e8dee055fe0c3eb624bfb833ee350 (patch) | |
tree | 4e591d93313bcdde349063e9057d55e62c90f8f4 /Source/cmMakefile.h | |
parent | faede37b79ef0c4dee9cce67ab57499ddf46b47f (diff) | |
download | CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.zip CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.gz CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.bz2 |
Doxygen: Fix warnings.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index c80d4cc..7c3e4ee 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -668,7 +668,7 @@ public: * Expand all defined variables in the string. * Defined variables come from the this->Definitions map. * They are expanded with ${var} where var is the - * entry in the this->Definitions map. Also @var@ is + * entry in the this->Definitions map. Also \@var\@ is * expanded to match autoconf style expansions. */ const char *ExpandVariablesInString(std::string& source); @@ -682,7 +682,7 @@ public: /** * Remove any remaining variables in the string. Anything with ${var} or - * @var@ will be removed. + * \@var\@ will be removed. */ void RemoveVariablesInString(std::string& source, bool atOnly = false) const; |