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/cmOutputConverter.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/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 6438c7b..deca767 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -27,7 +27,7 @@ public: std::string ConvertDirectorySeparatorsForShell( const std::string& source) const; - ///! for existing files convert to output path and short path if spaces + //! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const std::string& remote, OutputFormat format = SHELL) const; |