Fix library link in doxygen docs for image handlers

The command used for linking to the core library was "@library{core}"
instead of correct "@library{wxcore}". This resulted into plain text
"page_libs_core" being displayed instead of expected "wxCore" hyperlink.

Closes https://github.com/wxWidgets/wxWidgets/pull/1259
This commit is contained in:
PB
2019-03-13 19:43:05 +01:00
committed by Vadim Zeitlin
parent c42bda6bd5
commit 2dbe91bb00
8 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
This is the image handler for the IFF format.
@library{core}
@library{wxcore}
@category{gdi}
@see wxImage, wxImageHandler, wxInitAllImageHandlers()