]> git.saurik.com Git - wxWidgets.git/commitdiff
Replaced @link with @ref
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 18 Sep 2008 17:14:13 +0000 (17:14 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 18 Sep 2008 17:14:13 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/propgrid.h

index 802ee7073883e6d298c5c2b77d21b8b9349bb522..ba37bc48aa1c4302925a7249a9254312ffbcd10e 100644 (file)
@@ -77,7 +77,7 @@ other wxWidgets controls:
 
 @endcode
 
 
 @endcode
 
-  (for complete list of new window styles: @link wndflags Additional Window Styles@endlink)
+  (for complete list of new window styles, see @ref propgrid_window_styles)
 
   wxPropertyGrid is usually populated with lines like this:
 
 
   wxPropertyGrid is usually populated with lines like this:
 
@@ -547,9 +547,8 @@ As expected there is also a const iterator:
 
 You can give some arguments to GetIterator to determine which properties
 get automatically filtered out. For complete list of options, see
 
 You can give some arguments to GetIterator to determine which properties
 get automatically filtered out. For complete list of options, see
-@link iteratorflags List of Property Iterator Flags@endlink. GetIterator()
-also accepts other arguments. See wxPropertyGridInterface::GetIterator()
-for details.
+@ref propgrid_iterator_flags. GetIterator() also accepts other arguments.
+See wxPropertyGridInterface::GetIterator() for details.
 
 This example reverse-iterates through all visible items:
 
 
 This example reverse-iterates through all visible items:
 
@@ -915,7 +914,7 @@ inorder to store user values. Constant equivalents of all attribute string names
 provided. Some of them are defined as cached strings, so using constants can provide
 for smaller binary size.
 
 provided. Some of them are defined as cached strings, so using constants can provide
 for smaller binary size.
 
-For complete list of attributes, see @link attrids Property Attributes@endlink.
+For complete list of attributes, see @ref propgrid_property_attributes.
 
 @subsection propgrid_boolcheckbox Setting wxBoolProperties to Use Check Box
 
 
 @subsection propgrid_boolcheckbox Setting wxBoolProperties to Use Check Box