summaryrefslogtreecommitdiff
path: root/lib/signature.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-10-20 10:19:34 +0000
committerjbj <devnull@localhost>2004-10-20 10:19:34 +0000
commit8faa61c020369ecf850a823a505b946485fa1bea (patch)
tree7f02c8530203569735c68dffc4e93a08d16d7edf /lib/signature.h
parent2c192f3e33ef5237c6b00a9962c112c2bd304464 (diff)
downloadlibrpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.tar.gz
librpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.tar.bz2
librpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.zip
Doxygen fiddles.
CVS patchset: 7495 CVS date: 2004/10/20 10:19:34
Diffstat (limited to 'lib/signature.h')
-rw-r--r--lib/signature.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/signature.h b/lib/signature.h
index 036af89fc..df81ca456 100644
--- a/lib/signature.h
+++ b/lib/signature.h
@@ -79,9 +79,9 @@ int rpmAddSignature(Header sig, const char * file,
/**
* Possible actions for rpmLookupSignatureType()
*/
-#define RPMLOOKUPSIG_QUERY 0 /*!< Lookup type in effect */
-#define RPMLOOKUPSIG_DISABLE 1 /*!< Disable (--sign was not given) */
-#define RPMLOOKUPSIG_ENABLE 2 /*!< Re-enable %_signature */
+#define RPMLOOKUPSIG_QUERY 0 /* Lookup type in effect */
+#define RPMLOOKUPSIG_DISABLE 1 /* Disable (--sign was not given) */
+#define RPMLOOKUPSIG_ENABLE 2 /* Re-enable %_signature */
/** \ingroup signature
* Return type of signature needed for signing/building.