]> git.saurik.com Git - wxWidgets.git/commitdiff
add the missing < > symbols
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 25 Feb 2008 00:25:48 +0000 (00:25 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 25 Feb 2008 00:25:48 +0000 (00:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/container.h

index 101147576e7ff4288af6b0d0c8bacfad18a799f9..5c7dc2b2cdece2d682da6f9ce43fca01df81ff75 100644 (file)
@@ -10,7 +10,7 @@
 
  @page overview_container Container classes overview
 
- Classes: #wxListT, #wxArrayT, #wxVectorT
+ Classes: #wxList<T>, #wxArray<T>, #wxVector<T>
 
  wxWidgets uses itself several container classes including doubly-linked lists
  and dynamic arrays (i.e. arrays which expand automatically when they become