Browse Source

doc: fix outdated docs about plugin search paths.

dpi-change-events
Vladimír Vondruš 6 years ago
parent
commit
d14655aa1d
  1. 4
      src/Magnum/Audio/AbstractImporter.h
  2. 4
      src/Magnum/Text/AbstractFont.h
  3. 4
      src/Magnum/Text/AbstractFontConverter.h
  4. 4
      src/Magnum/Trade/AbstractImageConverter.h
  5. 4
      src/Magnum/Trade/AbstractImporter.h

4
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

4
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

4
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

4
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

4
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

Loading…
Cancel
Save