From 3cb8aa05f8cee9e860cf83531682ff0ed4af6a4f Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 4 Mar 2021 23:36:40 +0100 Subject: sync with upstream --- xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h') diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h b/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h index 36d1dd1..c6f8c4f 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/AudioEngine.h @@ -68,7 +68,7 @@ namespace audioengine /// /// ------------------------------------------------------------------------ /// -/// It has the header \ref AudioEngine.h "#include " be included +/// It has the header @ref AudioEngine.h "#include " be included /// to enjoy it. /// //------------------------------------------------------------------------------ @@ -262,8 +262,8 @@ public: /// @brief Contructs new class to an Kodi IAEStream in the format specified. /// /// @param[in] format The data format the incoming audio will be in - /// (e.g. \ref AUDIOENGINE_FMT_S16LE) - /// @param[in] options [opt] A bit field of stream options (see: enum \ref AudioEngineStreamOptions) + /// (e.g. @ref AUDIOENGINE_FMT_S16LE) + /// @param[in] options [opt] A bit field of stream options (see: enum @ref AudioEngineStreamOptions) /// /// /// ------------------------------------------------------------------------ -- cgit v1.2.3