mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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:
@@ -21,7 +21,7 @@ class cmMakefile;
|
||||
class cmLocalVisualStudio10Generator : public cmLocalVisualStudio7Generator
|
||||
{
|
||||
public:
|
||||
///! Set cache only and recurse to false by default.
|
||||
//! Set cache only and recurse to false by default.
|
||||
cmLocalVisualStudio10Generator(cmGlobalGenerator* gg, cmMakefile* mf);
|
||||
|
||||
virtual ~cmLocalVisualStudio10Generator();
|
||||
|
||||
Reference in New Issue
Block a user