]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix minor errors in XRC format overview.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jan 2012 18:54:27 +0000 (18:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jan 2012 18:54:27 +0000 (18:54 +0000)
Correct the tag in an example and a section name.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/xrc_format.h

index 677bb9e83fd809acdf3ffd2f6a77f299316efda2..1a93ebafa25a46ecc3c89eae915b962d0ae3f9d3 100644 (file)
@@ -214,7 +214,7 @@ For example, "my_dlg" in this snippet:
 <object_ref ref="template" name="my_dlg">
     <title>My dialog</title>
     <centered>1</centered>
-</object>
+</object_ref>
 @endcode
 is identical to:
 @code
@@ -526,7 +526,7 @@ controls cannot have children.
 @endTable
 
 
-@subsubsection xrc_wxanimationctrl wxBannerWindow
+@subsubsection xrc_wxbannerwindow wxBannerWindow
 
 @beginTable
 @hdr3col{property, type, description}