Fix doxygen page linking bugs

This commit is contained in:
Ian McInerney
2021-05-21 02:58:40 +01:00
parent 07a129a9cc
commit b9d9ba46ce
2 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ e.g. if you use `AC_CONFIG_MACRO_DIRS([m4])`).
For applications using Microsoft Visual Studio IDE, simply add the provided
`wxwidgets.props` property sheet file to your project as explained in the
[instructions](@ref #msw_build_apps) and build the project as usual.
[instructions](@ref msw_build_apps) and build the project as usual.
### Other IDEs
@@ -202,4 +202,4 @@ If you use another IDE, under Unix you should run `wx-config --cxxflags` and
`wx-config --libs` commands separately and copy-and-paste their output to the
"Additional preprocessor options" and "Additional linker options" fields in
your IDE, respectively. Under MSW systems you need to configure the IDE using
the instructions in the ["manual setup"](@ref #msw_build_apps) section.
the instructions in the ["manual setup"](@ref msw_build_apps) section.

View File

@@ -952,7 +952,7 @@ public:
@return
@true if the command was handled, @false otherwise.
@onlyfor{wxMSW}
@onlyfor{wxmsw}
@since 3.1.5
*/