]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/msw/registry.h
further revision (done by me)
[wxWidgets.git] / interface / msw / registry.h
index c9b07218d778edba5f6ee29524a805de048cc46e..1dc14d4eff6838a515ca8e5f6d6d974db9459594 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        msw/registry.h
-// Purpose:     documentation for wxRegKey class
+// Purpose:     interface of wxRegKey
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -31,6 +31,7 @@
      Multi String Value
      Expandable String Value
 
+    @onlyfor{wxmsw}
 
     @library{wxbase}
     @category{FIXME}
@@ -91,7 +92,7 @@ public:
 
     /**
         Gets information about the key.
-        
+
         @param pnSubKeys
             The number of subkeys.
         @param pnMaxKeyLen
@@ -187,3 +188,4 @@ public:
                   const wxMemoryBuffer& buf);
     //@}
 };
+