[Pkg-owncloud-commits] [qtkeychain] 08/115: apidocs fixes

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 19:25:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit f07249364d00a8958083b8960c28a6c9db6d33f1
Author: Frank Osterfeld <frank.osterfeld at kdab.com>
Date:   Fri Oct 28 09:23:09 2011 +0200

    apidocs fixes
---
 keychain.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/keychain.h b/keychain.h
index 342de2a..3e6abf0 100644
--- a/keychain.h
+++ b/keychain.h
@@ -28,7 +28,7 @@ public:
      * Creates a Keychain object.
      *
      * @param service The service name of your service/application. Used as identifier,
-     *        to disambiguate and avoid clashes with other applications.
+     *        to disambiguate keys and avoid clashes with other applications.
      */
     explicit Keychain( const QString& service );
 
@@ -41,21 +41,21 @@ public:
      * Error codes
      */
     enum Error {
-        NoError=0, /*< No error occurred, operation was successful */
-        EntryNotFound, /*< For the given key no data was found */
-        CouldNotDeleteEntry, /*< Could not delete existing secret data */
-        AccessDeniedByUser, /*< User denied access to keychain */
-        AccessDenied, /*< Access denied for other reasons */
-        EntryAlreadyExists, /*< There is already an entry for the given key and overwriting was not enforced */
-        OtherError /*< Something else went wrong (errorString() might provide details) */
+        NoError=0, /**< No error occurred, operation was successful */
+        EntryNotFound, /**< For the given key no data was found */
+        CouldNotDeleteEntry, /**< Could not delete existing secret data */
+        AccessDeniedByUser, /**< User denied access to keychain */
+        AccessDenied, /**< Access denied for other reasons */
+        EntryAlreadyExists, /**< There is already an entry for the given key and overwriting was not enforced */
+        OtherError /**< Something else went wrong (errorString() might provide details) */
     };
 
     /**
      * Overwrite mode when writing passwords to the keychain
      */
     enum OverwriteMode {
-        DoNotOverwrite, /*< Do not overwrite existing entries */
-        ForceOverwrite  /*< Replace old data by new one */
+        DoNotOverwrite, /**< Do not overwrite existing entries */
+        ForceOverwrite  /**< Replace old data by new one */
     };
 
     /**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list