summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-02-07 14:25:15 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-02-07 14:25:15 (GMT)
commit4763c145021e4cb481f1c44e6d74d7dcc79b71d3 (patch)
treed6db4fbf1d29785736122ece05d7f553562545ac /Source/kwsys/SystemTools.hxx.in
parent4259971961aff5e6423eb72a4fad8acf7af79653 (diff)
downloadCMake-4763c145021e4cb481f1c44e6d74d7dcc79b71d3.zip
CMake-4763c145021e4cb481f1c44e6d74d7dcc79b71d3.tar.gz
CMake-4763c145021e4cb481f1c44e6d74d7dcc79b71d3.tar.bz2
ENH: Add some doc for visible class
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index bdc327b..703f739 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -57,6 +57,10 @@ namespace @KWSYS_NAMESPACE@
{
class SystemToolsTranslationMap;
+/** \class SystemToolsManager
+ * \brief Use to make sure SystemTools is initialized before it is used
+ * and is the last static object destroyed
+ */
class @KWSYS_NAMESPACE@_EXPORT SystemToolsManager
{
public: