From 735c6f39d9bed0ee291ce20368028ae682756095 Mon Sep 17 00:00:00 2001 From: Sebastian Holtermann Date: Sun, 31 Mar 2019 11:27:12 +0200 Subject: Fix invalid ///! doxygen comment line starts In various places `///!` was used to start a comment line. This is not valid Doygen syntax. This patch replaces `///!` comment starts with `//!`. --- Source/cmOutputConverter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmOutputConverter.h') diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 6438c7bad4..deca767c64 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; -- cgit v1.2.1