From 2dbe91bb0022a63d12802cbcca760838cfd2409b Mon Sep 17 00:00:00 2001 From: PB Date: Wed, 13 Mar 2019 19:43:05 +0100 Subject: [PATCH] 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 --- interface/wx/imaggif.h | 2 +- interface/wx/imagiff.h | 2 +- interface/wx/imagjpeg.h | 2 +- interface/wx/imagpcx.h | 2 +- interface/wx/imagpng.h | 2 +- interface/wx/imagpnm.h | 2 +- interface/wx/imagtga.h | 2 +- interface/wx/imagxpm.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/wx/imaggif.h b/interface/wx/imaggif.h index b30540a4eb..7b4c76aec7 100644 --- a/interface/wx/imaggif.h +++ b/interface/wx/imaggif.h @@ -12,7 +12,7 @@ This is the image handler for the GIF format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagiff.h b/interface/wx/imagiff.h index fdf19a469d..3670958796 100644 --- a/interface/wx/imagiff.h +++ b/interface/wx/imagiff.h @@ -10,7 +10,7 @@ This is the image handler for the IFF format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagjpeg.h b/interface/wx/imagjpeg.h index 2e68d982db..ac66d825d8 100644 --- a/interface/wx/imagjpeg.h +++ b/interface/wx/imagjpeg.h @@ -10,7 +10,7 @@ This is the image handler for the JPEG format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagpcx.h b/interface/wx/imagpcx.h index b2dcbb7c42..edd3d52759 100644 --- a/interface/wx/imagpcx.h +++ b/interface/wx/imagpcx.h @@ -10,7 +10,7 @@ This is the image handler for the PCX format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagpng.h b/interface/wx/imagpng.h index 7605c5bc69..04a8854017 100644 --- a/interface/wx/imagpng.h +++ b/interface/wx/imagpng.h @@ -30,7 +30,7 @@ enum This is the image handler for the PNG format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagpnm.h b/interface/wx/imagpnm.h index a538f48f72..849346b70b 100644 --- a/interface/wx/imagpnm.h +++ b/interface/wx/imagpnm.h @@ -10,7 +10,7 @@ This is the image handler for the PNM format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagtga.h b/interface/wx/imagtga.h index dbdd3d9207..b28506ad12 100644 --- a/interface/wx/imagtga.h +++ b/interface/wx/imagtga.h @@ -10,7 +10,7 @@ This is the image handler for the TGA format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers() diff --git a/interface/wx/imagxpm.h b/interface/wx/imagxpm.h index dff40ed5a1..525eddea41 100644 --- a/interface/wx/imagxpm.h +++ b/interface/wx/imagxpm.h @@ -10,7 +10,7 @@ This is the image handler for the XPM format. - @library{core} + @library{wxcore} @category{gdi} @see wxImage, wxImageHandler, wxInitAllImageHandlers()