X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fd70f0a8b7d5983eb5488357ef270539275f187..c602c59b6e623d7775c16ce6412b64b34dc5dd94:/docs/doxygen/overviews/validator.h diff --git a/docs/doxygen/overviews/validator.h b/docs/doxygen/overviews/validator.h index d6ca08f83e..641f969844 100644 --- a/docs/doxygen/overviews/validator.h +++ b/docs/doxygen/overviews/validator.h @@ -90,7 +90,7 @@ internally. You can optionally define event handlers for the validator, to implement filtering. These handlers will capture events before the control itself does -(see @ref overview_eventhandling_processing). +(see @ref overview_events_processing). For an example implementation, see the @c valtext.h and @c valtext.cpp files in the wxWidgets library.