[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Gluon] 72c77cc: Fix some inline documentation typos, mostly cosmet
From:       Laszlo Papp <djszapi () archlinux ! us>
Date:       2010-11-10 19:06:47
Message-ID: 20101110190647.D727AA60A6 () git ! kde ! org
[Download RAW message or body]

commit 72c77ccbf67920b4ecbe3108cccb2c4310fdaffa
branch master
Author: Laszlo Papp <djszapi@archlinux.us>
Date:   Wed Nov 10 20:40:47 2010 -0800

    Fix some inline documentation typos, mostly cosmethic changes in the headers.

diff --git a/player/lib/atticamanager.h b/player/lib/atticamanager.h
index 5f745bd..3e46875 100644
--- a/player/lib/atticamanager.h
+++ b/player/lib/atticamanager.h
@@ -2,6 +2,7 @@
 #define ATTICAMANAGER_H
 
 #include <core/singleton.h>
+
 #include <attica/providermanager.h>
 
 namespace GluonPlayer
@@ -23,7 +24,7 @@ namespace GluonPlayer
         public:
             /**
              * Used to check if we have loaded a valid OCS provider
-             * @return true if provider is valid, false if otherwise
+             * @return true if provider is valid, false otherwise
              */
             bool isProviderValid();
             /**
diff --git a/player/lib/authentication.h b/player/lib/authentication.h
index fdb2b5f..9f21ad0 100644
--- a/player/lib/authentication.h
+++ b/player/lib/authentication.h
@@ -35,7 +35,7 @@ namespace GluonPlayer
              */
             bool isInitialized();
             /**
-             * use to perform a login. Connect to the signal loggedIn() and \
loginFailed() to know result. +             * use to perform a login. Connect to the \
                signal loggedIn() and loginFailed() to know the result.
              * @param   username        The username to be used
              * @param   password        The password to be used
              * @return true if login was successfully initiated, false otherwise.
@@ -79,16 +79,16 @@ namespace GluonPlayer
             void checkLoginResult( Attica::BaseJob* );
 
         signals:
-            /** signal which is emitted when initialization is complete
+            /** signal which is emitted when the initialization is complete
              */
             void initialized();
-            /** signal which is emitted if initialization failed
+            /** signal which is emitted if the initialization failed
              */
             void initFailed();
-            /** signal which is emitted if login is complete
+            /** signal which is emitted if the login is complete
              */
             void loggedIn();
-            /** signal which is emitted when login failed
+            /** signal which is emitted when the login failed
              */
             void loginFailed();
     };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic