From 037512b3575387fe247ce0c90f1c3669a6ea14b4 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre <mathieu.malaterre@gmail.com> Date: Tue, 7 Feb 2006 09:25:15 -0500 Subject: [PATCH] ENH: Add some doc for visible class --- SystemTools.hxx.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 9f341c7..7fa88f5 100644 --- a/SystemTools.hxx.in +++ b/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: -- GitLab