Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxArrayT
|
|
||||||
@wxheader{dynarray.h}
|
@wxheader{dynarray.h}
|
||||||
|
|
||||||
This section describes the so called @e dynamic arrays. This is a C
|
This section describes the so called @e dynamic arrays. This is a C
|
||||||
@@ -149,7 +148,7 @@
|
|||||||
@library{wxbase}
|
@library{wxbase}
|
||||||
@category{FIXME}
|
@category{FIXME}
|
||||||
|
|
||||||
@see @ref overview_wxcontaineroverview, wxListT(), wxVectorT()
|
@see @ref overview_container, wxList<T>, wxVector<T>
|
||||||
*/
|
*/
|
||||||
class wxArray<T>
|
class wxArray<T>
|
||||||
{
|
{
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxListT
|
|
||||||
@wxheader{list.h}
|
@wxheader{list.h}
|
||||||
|
|
||||||
The wxListT class provides linked list functionality. It has been rewritten
|
The wxListT class provides linked list functionality. It has been rewritten
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxMessageQueueT
|
|
||||||
@wxheader{msgqueue.h}
|
@wxheader{msgqueue.h}
|
||||||
|
|
||||||
wxMessageQueue allows passing messages between threads.
|
wxMessageQueue allows passing messages between threads.
|
||||||
|
@@ -302,7 +302,6 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxObjectDataPtrT
|
|
||||||
@wxheader{object.h}
|
@wxheader{object.h}
|
||||||
|
|
||||||
This is helper template class primarily written to avoid memory
|
This is helper template class primarily written to avoid memory
|
||||||
|
@@ -173,7 +173,6 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxScopedPtrT
|
|
||||||
@wxheader{ptr_scpd.h}
|
@wxheader{ptr_scpd.h}
|
||||||
|
|
||||||
A scoped pointer template class. It is the template version of
|
A scoped pointer template class. It is the template version of
|
||||||
|
@@ -7,7 +7,6 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxWeakRefDynamicT
|
|
||||||
@wxheader{weakref.h}
|
@wxheader{weakref.h}
|
||||||
|
|
||||||
wxWeakRefDynamicT is a template class for weak references that is used in
|
wxWeakRefDynamicT is a template class for weak references that is used in
|
||||||
@@ -40,7 +39,6 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@class wxWeakRefT
|
|
||||||
@wxheader{weakref.h}
|
@wxheader{weakref.h}
|
||||||
|
|
||||||
wxWeakRef is a template class for weak references to wxWidgets objects,
|
wxWeakRef is a template class for weak references to wxWidgets objects,
|
||||||
|
Reference in New Issue
Block a user