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:
@@ -10,7 +10,7 @@
|
||||
|
||||
This is the image handler for the JPEG format.
|
||||
|
||||
@library{core}
|
||||
@library{wxcore}
|
||||
@category{gdi}
|
||||
|
||||
@see wxImage, wxImageHandler, wxInitAllImageHandlers()
|
||||
|
Reference in New Issue
Block a user