From 0a93637f2ce327aec423ccde0950821c98c56c93 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Sun, 6 May 2007 16:05:48 +0000 Subject: [PATCH] r5244@piscolita: duncan | 2007-05-06 17:47:36 +0200 some docs --- zypp/PublicKey.h | 10 +++++++--- zypp/ZYpp.h | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/zypp/PublicKey.h b/zypp/PublicKey.h index 3fc4124..850ac02 100644 --- a/zypp/PublicKey.h +++ b/zypp/PublicKey.h @@ -26,7 +26,10 @@ namespace zypp { ///////////////////////////////////////////////////////////////// - + /** + * Exception thrown when the supplied key is + * not a valid gpg key + */ class BadKeyException : public Exception { public: @@ -57,8 +60,9 @@ namespace zypp // // CLASS NAME : PublicKey // - /** Class that represent a GPG Public Key - */ + /** + * Class that represent a GPG Public Key + */ class PublicKey { friend std::ostream & operator<<( std::ostream & str, const PublicKey & obj ); diff --git a/zypp/ZYpp.h b/zypp/ZYpp.h index 7910223..50cee70 100644 --- a/zypp/ZYpp.h +++ b/zypp/ZYpp.h @@ -49,7 +49,8 @@ namespace zypp // /** * \todo define Exceptions - */ + * ZYpp API main interface + */ class ZYpp : public base::ReferenceCounted, private base::NonCopyable { public: @@ -59,7 +60,10 @@ namespace zypp public: - /** Pool of ResStatus for individual ResObjetcs. */ + /** + * Access to the main resolvable pool + * \ref zypp::ResPool + */ ResPool pool() const; /** Pool of ui::Selectable. -- 2.7.4