mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 06:05:36 +08:00
Consistently use @see in Doxygen documentation
Although @see was used predominantly, a few places used @sa which is equivalent to it but less readable, so switch to using @see everywhere. No real changes.
This commit is contained in:
@@ -20,7 +20,7 @@ overhead of using the critical section is not needed. To solve this problem,
|
||||
the wxCRITICAL_SECTION() macro may be used to create and use the critical
|
||||
section only when needed.
|
||||
|
||||
@sa wxThread, wxMutex, @ref overview_thread
|
||||
@see wxThread, wxMutex, @ref overview_thread
|
||||
|
||||
Related class group: @ref group_class_threading
|
||||
|
||||
|
||||
Reference in New Issue
Block a user