aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhowie-f <rftc@gmx.de>2020-02-22 08:57:43 +0100
committerhowie-f <rftc@gmx.de>2020-02-25 20:36:21 +0100
commit1fb63a9e1c2889f6c44a38ca1c0c605763183b5a (patch)
tree0146c8615bbc6a477354f58c154648036b933d4e
parent9b1855e8ba1a9d2cf1063668f2f00af4101d5d55 (diff)
GUIPassword.h: fix doxygen header
-rw-r--r--xbmc/GUIPassword.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xbmc/GUIPassword.h b/xbmc/GUIPassword.h
index 6597da5abf..94e03b032d 100644
--- a/xbmc/GUIPassword.h
+++ b/xbmc/GUIPassword.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005-2018 Team Kodi
+ * Copyright (C) 2005-2020 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
@@ -30,13 +30,13 @@ public:
const std::string& strType,
const std::string& strLabel,
const std::string& strHeading);
- /* \brief Tests if the user is allowed to access the share folder
+ /*! \brief Tests if the user is allowed to access the share folder
\param pItem The share folder item to access
\param strType The type of share being accessed, e.g. "music", "video", etc. See CSettings::UpdateSources()
\return If access is granted, returns \e true
*/
bool IsItemUnlocked(CFileItem* pItem, const std::string &strType);
- /* \brief Tests if the user is allowed to access the Mediasource
+ /*! \brief Tests if the user is allowed to access the Mediasource
\param pItem The share folder item to access
\param strType The type of share being accessed, e.g. "music", "video", etc. See CSettings::UpdateSources()
\return If access is granted, returns \e true
@@ -64,7 +64,7 @@ public:
void LockSources(bool lock);
void RemoveSourceLocks();
bool IsDatabasePathUnlocked(const std::string& strPath, VECSOURCES& vecSources);
- /* \brief Tests if the user is allowed to access the path by looking up the matching Mediasource
+ /*! \brief Tests if the user is allowed to access the path by looking up the matching Mediasource
\param strPath The folder path to access
\param strType The type of share being accessed, e.g. "music", "video", etc. See CSettings::UpdateSources()
\return If access is granted, returns \e true