From d14655aa1d22a86573b5effcd732c1fa8092ba48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 14 Feb 2020 11:50:16 +0100 Subject: [PATCH] doc: fix outdated docs about plugin search paths. --- src/Magnum/Audio/AbstractImporter.h | 4 ++-- src/Magnum/Text/AbstractFont.h | 4 ++-- src/Magnum/Text/AbstractFontConverter.h | 4 ++-- src/Magnum/Trade/AbstractImageConverter.h | 4 ++-- src/Magnum/Trade/AbstractImporter.h | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Magnum/Audio/AbstractImporter.h b/src/Magnum/Audio/AbstractImporter.h index d30b4d94e..171c2eafe 100644 --- a/src/Magnum/Audio/AbstractImporter.h +++ b/src/Magnum/Audio/AbstractImporter.h @@ -134,8 +134,8 @@ class MAGNUM_AUDIO_EXPORT AbstractImporter: public PluginManager::AbstractManagi * @brief Plugin search paths * * First looks in `magnum/audioimporters/` or `magnum-d/audioimporters/` - * next to the executable (or, in case of Windows and a non-static - * build, next to the DLL of the @ref Audio library) and as a fallback + * next to the dynamic @ref Audio library (unless it's a static build), + * then in the same location next to the executable and as a fallback * in `magnum/audioimporters/` or `magnum-d/audioimporters/` in the * runtime install location (`lib[64]/` on Unix-like systems, `bin/` on * Windows). The system-wide plugin search directory is configurable diff --git a/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index 2e38e6be0..8a90065b1 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -199,8 +199,8 @@ class MAGNUM_TEXT_EXPORT AbstractFont: public PluginManager::AbstractPlugin { * @brief Plugin search paths * * First looks in `magnum/fonts/` or `magnum-d/fonts/` next to the - * executable (or, in case of Windows and a non-static build, next to - * the DLL of the @ref Text library) and as a fallback in + * dynamic @ref Text library (unless it's a static build), then in the + * same location next to the executable and as a fallback in * `magnum/fonts/` or `magnum-d/fonts/` in the runtime install location * (`lib[64]/` on Unix-like systems, `bin/` on Windows). The * system-wide plugin search directory is configurable using the diff --git a/src/Magnum/Text/AbstractFontConverter.h b/src/Magnum/Text/AbstractFontConverter.h index f8f795958..a9a67a6f5 100644 --- a/src/Magnum/Text/AbstractFontConverter.h +++ b/src/Magnum/Text/AbstractFontConverter.h @@ -183,8 +183,8 @@ class MAGNUM_TEXT_EXPORT AbstractFontConverter: public PluginManager::AbstractPl * @brief Plugin search paths * * First looks in `magnum/fontconverters/` or `magnum-d/fontconverters/` - * next to the executable (or, in case of Windows and a non-static - * build, next to the DLL of the @ref Text library) and as a fallback + * next to the dynamic @ref Text library (unless it's a static build), + * then in the same location next to the executable and as a fallback * in `magnum/fontconverters/` or `magnum-d/fontconverters/` in the * runtime install location (`lib[64]/` on Unix-like systems, `bin/` on * Windows). The system-wide plugin search directory is configurable diff --git a/src/Magnum/Trade/AbstractImageConverter.h b/src/Magnum/Trade/AbstractImageConverter.h index e308847f6..2b0691f7a 100644 --- a/src/Magnum/Trade/AbstractImageConverter.h +++ b/src/Magnum/Trade/AbstractImageConverter.h @@ -173,8 +173,8 @@ class MAGNUM_TRADE_EXPORT AbstractImageConverter: public PluginManager::Abstract * @brief Plugin search paths * * First looks in `magnum/imageconverters/` or `magnum-d/imageconverters/` - * next to the executable (or, in case of Windows and a non-static - * build, next to the DLL of the @ref Trade library) and as a fallback + * next to the dynamic @ref Trade library (unless it's a static build), + * then in the same location next to the executable and as a fallback * in `magnum/imageconverters/` or `magnum-d/imageconverters/` in the * runtime install location (`lib[64]/` on Unix-like systems, `bin/` on * Windows). The system-wide plugin search directory is configurable diff --git a/src/Magnum/Trade/AbstractImporter.h b/src/Magnum/Trade/AbstractImporter.h index b8fafdae0..9bb052f70 100644 --- a/src/Magnum/Trade/AbstractImporter.h +++ b/src/Magnum/Trade/AbstractImporter.h @@ -292,8 +292,8 @@ class MAGNUM_TRADE_EXPORT AbstractImporter: public PluginManager::AbstractManagi * @brief Plugin search paths * * First looks in `magnum/importers/` or `magnum-d/importers/` next to - * the executable (or, in case of Windows and a non-static build, next - * to the DLL of the @ref Trade library) and as a fallback in + * the dynamic @ref Trade library (unless it's a static build), then in + * the same location next to the executable and as a fallback in * `magnum/importers/` or `magnum-d/importers/` in the runtime install * location (`lib[64]/` on Unix-like systems, `bin/` on Windows). The * system-wide plugin search directory is configurable using the