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:
parent
9f55d568c2
commit
95f16e63d2
6 changed files with 24 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue