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:
parent
3cc7596e6c
commit
b1db61e1fd
6 changed files with 1 additions and 8 deletions
|
|
@ -7,7 +7,6 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
@class wxArrayT
|
||||
@wxheader{dynarray.h}
|
||||
|
||||
This section describes the so called @e dynamic arrays. This is a C
|
||||
|
|
@ -149,7 +148,7 @@
|
|||
@library{wxbase}
|
||||
@category{FIXME}
|
||||
|
||||
@see @ref overview_wxcontaineroverview, wxListT(), wxVectorT()
|
||||
@see @ref overview_container, wxList<T>, wxVector<T>
|
||||
*/
|
||||
class wxArray<T>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
@class wxListT
|
||||
@wxheader{list.h}
|
||||
|
||||
The wxListT class provides linked list functionality. It has been rewritten
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
@class wxMessageQueueT
|
||||
@wxheader{msgqueue.h}
|
||||
|
||||
wxMessageQueue allows passing messages between threads.
|
||||
|
|
|
|||
|
|
@ -302,7 +302,6 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
@class wxObjectDataPtrT
|
||||
@wxheader{object.h}
|
||||
|
||||
This is helper template class primarily written to avoid memory
|
||||
|
|
|
|||
|
|
@ -173,7 +173,6 @@ public:
|
|||
|
||||
|
||||
/**
|
||||
@class wxScopedPtrT
|
||||
@wxheader{ptr_scpd.h}
|
||||
|
||||
A scoped pointer template class. It is the template version of
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue