mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 12:50:48 -05:00
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 `//!`.
This commit is contained in:
@@ -24,7 +24,7 @@ class cmSourceFile;
|
||||
class cmLocalXCodeGenerator : public cmLocalGenerator
|
||||
{
|
||||
public:
|
||||
///! Set cache only and recurse to false by default.
|
||||
//! Set cache only and recurse to false by default.
|
||||
cmLocalXCodeGenerator(cmGlobalGenerator* gg, cmMakefile* mf);
|
||||
|
||||
~cmLocalXCodeGenerator() override;
|
||||
|
||||
Reference in New Issue
Block a user