From c227b9ebf9c942aea232d209dbb4d276227c7341 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 22 May 2008 11:25:15 +0300 Subject: [PATCH] Remove some leftover doxygen @todo markers --- lib/header.h | 1 - rpmio/rpmmacro.h | 2 +- rpmio/rpmpgp.h | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/header.h b/lib/header.h index d2d56c4..c0abef6 100644 --- a/lib/header.h +++ b/lib/header.h @@ -260,7 +260,6 @@ int headerAppendEntry(Header h, rpmTag tag, rpmTagType type, /** \ingroup header * Add or append element to tag array in header. - * @todo Arg "p" should have const. * @param h header * @param tag tag * @param type tag value data type diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index 572a1e7..e6686dd 100644 --- a/rpmio/rpmmacro.h +++ b/rpmio/rpmmacro.h @@ -89,7 +89,7 @@ void delMacro (rpmMacroContext mc, const char * n); * @param mc macro context (NULL uses global context). * @param macro macro name, options, body * @param level macro recursion level (0 is entry API) - * @return @todo Document. + * @return 0 on success (always) */ int rpmDefineMacro (rpmMacroContext mc, const char * macro, int level); diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 6f53fa9..d963f14 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -1038,7 +1038,6 @@ char * pgpHexStr(const uint8_t *p, size_t plen); /** \ingroup rpmpgp * Return hex formatted representation of a multiprecision integer. - * @todo Remove static buffer. * @param p bytes * @return hex formatted string (malloc'ed) */ -- 2.7.4