[pvr] Cleanup CPVRDatabase help text
authorAlwinEsch <alwin.esch@web.de>
Wed, 18 Feb 2015 11:13:10 +0000 (12:13 +0100)
committerAlwinEsch <alwin.esch@web.de>
Wed, 18 Feb 2015 11:13:10 +0000 (12:13 +0100)
xbmc/pvr/PVRDatabase.h

index 32f1567..751303d 100644 (file)
@@ -161,15 +161,14 @@ namespace PVR
 
     /*!
      * @brief Add a client to the database if it's not already in there.
-     * @param strClientName The name of the client.
-     * @param strGuid The unique ID of the client.
+     * @param addon The pointer to related addon
      * @return The database ID of the client.
      */
     int Persist(const ADDON::AddonPtr addon);
 
     /*!
      * @brief Remove a client from the database
-     * @param strGuid The unique ID of the client.
+     * @param client The related PVR client to remove from Database.
      * @return True if the client was removed successfully, false otherwise.
      */
     bool Delete(const CPVRClient &client);
@@ -199,7 +198,6 @@ namespace PVR
   private:
     /*!
      * @brief Create the PVR database tables.
-     * @return True if the tables were created successfully, false otherwise.
      */
     void CreateTables();
     void CreateAnalytics();