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:
Bryan Petty
2008-03-23 19:39:57 +00:00
parent 3cc7596e6c
commit b1db61e1fd
6 changed files with 1 additions and 8 deletions

View File

@@ -7,7 +7,6 @@
/////////////////////////////////////////////////////////////////////////////
/**
@class wxMessageQueueT
@wxheader{msgqueue.h}
wxMessageQueue allows passing messages between threads.