diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-23 11:21:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-25 08:31:06 (GMT) |
commit | 881e3cfbf96c7b4f48304d3dfc07899c2e6703de (patch) | |
tree | 2bc1dc0698e233e123056f670c8af484d469a073 /Source/cmQtAutoGen.h | |
parent | fc36f4410bcdb76ef23a07e5172cb57b41ff5ce3 (diff) | |
download | CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.zip CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.tar.gz CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.tar.bz2 |
Autogen: Variable renames and cleanups
Diffstat (limited to 'Source/cmQtAutoGen.h')
-rw-r--r-- | Source/cmQtAutoGen.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmQtAutoGen.h b/Source/cmQtAutoGen.h index 2a28c1e..c8e4203 100644 --- a/Source/cmQtAutoGen.h +++ b/Source/cmQtAutoGen.h @@ -17,7 +17,7 @@ class cmQtAutoGen { public: - /// @brief Integer version + /** Integer version. */ struct IntegerVersion { unsigned int Major = 0; @@ -43,6 +43,7 @@ public: } }; + /** Compiler features. */ class CompilerFeatures { public: @@ -52,7 +53,7 @@ public: }; using CompilerFeaturesHandle = std::shared_ptr<CompilerFeatures>; - /// @brief AutoGen generator type + /** AutoGen generator type. */ enum class GenT { GEN, // AUTOGEN |