summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGen.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-09-23 11:21:10 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-09-25 08:31:06 (GMT)
commit881e3cfbf96c7b4f48304d3dfc07899c2e6703de (patch)
tree2bc1dc0698e233e123056f670c8af484d469a073 /Source/cmQtAutoGen.h
parentfc36f4410bcdb76ef23a07e5172cb57b41ff5ce3 (diff)
downloadCMake-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.h5
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