]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed @class command from templated classes. Doxygen doesn't seem to handle these...
authorBryan Petty <bryan@ibaku.net>
Sun, 23 Mar 2008 19:39:57 +0000 (19:39 +0000)
committerBryan Petty <bryan@ibaku.net>
Sun, 23 Mar 2008 19:39:57 +0000 (19:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/dynarray.h
interface/list.h
interface/msgqueue.h
interface/object.h
interface/ptr_scpd.h
interface/weakref.h

index cb5bdb64623aa142312f486ea6d7cece942d5f60..f538fa4b23d488fb8497319b7addef99fbc9a479 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @class wxArrayT
     @wxheader{dynarray.h}
 
     This section describes the so called @e dynamic arrays. This is a C
     @library{wxbase}
     @category{FIXME}
 
-    @see @ref overview_wxcontaineroverview, wxListT(), wxVectorT()
+    @see @ref overview_container, wxList<T>, wxVector<T>
 */
 class wxArray<T>
 {
index 6988f7feb82b3dd43fc8376fe2358ec87b6a664d..3d491d35b335968cc62cc0dacb4bd5ef43d09116 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @class wxListT
     @wxheader{list.h}
 
     The wxListT class provides linked list functionality. It has been rewritten
index c506eeb576c701f8ff542343395c304d790fc194..2b23de8b9a4d87eb0dd5aa23fb829f10b7ed8a33 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @class wxMessageQueueT
     @wxheader{msgqueue.h}
 
     wxMessageQueue allows passing messages between threads.
index 6f5d346565a3f815a2603a020596a3a382370da7..b8795b34a765479aa6d1a8f9b8c2d2f3c840bee3 100644 (file)
@@ -302,7 +302,6 @@ public:
 
 
 /**
-    @class wxObjectDataPtrT
     @wxheader{object.h}
 
     This is helper template class primarily written to avoid memory
index 830ede02a362dc624ca8adb762f6aa04b36e67d1..340242a0da3f189b93e281ae5c819b1bc8426399 100644 (file)
@@ -173,7 +173,6 @@ public:
 
 
 /**
-    @class wxScopedPtrT
     @wxheader{ptr_scpd.h}
 
     A scoped pointer template class. It is the template version of
index c72bd896e46b762f1a6c5c5312614ecb42be8343..02decd556f7dc56218990a762060731a48b3c25c 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @class wxWeakRefDynamicT
     @wxheader{weakref.h}
 
     wxWeakRefDynamicT is a template class for weak references that is used in
@@ -40,7 +39,6 @@ public:
 
 
 /**
-    @class wxWeakRefT
     @wxheader{weakref.h}
 
     wxWeakRef is a template class for weak references to wxWidgets objects,