diff options
author | Brad King <brad.king@kitware.com> | 2019-04-01 14:43:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-01 14:43:48 (GMT) |
commit | 6b5fb23e362d8e99e5fe78334d4bcec5e2ad8f29 (patch) | |
tree | 30a56e82ce9bd8cd3247918b5fb7a6046a33cbda /Source/cmState.h | |
parent | 249fb7f71d6ed5feaae0dfbfa48f9bf665b1f551 (diff) | |
parent | 735c6f39d9bed0ee291ce20368028ae682756095 (diff) | |
download | CMake-6b5fb23e362d8e99e5fe78334d4bcec5e2ad8f29.zip CMake-6b5fb23e362d8e99e5fe78334d4bcec5e2ad8f29.tar.gz CMake-6b5fb23e362d8e99e5fe78334d4bcec5e2ad8f29.tar.bz2 |
Merge topic 'fix_doxygen_comments'
735c6f39d9 Fix invalid ///! doxygen comment line starts
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3170
Diffstat (limited to 'Source/cmState.h')
-rw-r--r-- | Source/cmState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmState.h b/Source/cmState.h index 190eafc..6abe71c 100644 --- a/Source/cmState.h +++ b/Source/cmState.h @@ -107,7 +107,7 @@ public: void RemoveCacheEntryProperty(std::string const& key, std::string const& propertyName); - ///! Break up a line like VAR:type="value" into var, type and value + //! Break up a line like VAR:type="value" into var, type and value static bool ParseCacheEntry(const std::string& entry, std::string& var, std::string& value, cmStateEnums::CacheEntryType& type); |