diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-22 11:25:15 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-22 11:25:15 +0300 |
commit | c227b9ebf9c942aea232d209dbb4d276227c7341 (patch) | |
tree | 163700d4a25fcba599a4f10276341a93274b1198 /rpmio | |
parent | c08dd6b7c0be0062a262d575c0643cab7dafcf5b (diff) | |
download | librpm-tizen-c227b9ebf9c942aea232d209dbb4d276227c7341.tar.gz librpm-tizen-c227b9ebf9c942aea232d209dbb4d276227c7341.tar.bz2 librpm-tizen-c227b9ebf9c942aea232d209dbb4d276227c7341.zip |
Remove some leftover doxygen @todo markers
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmacro.h | 2 | ||||
-rw-r--r-- | rpmio/rpmpgp.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index 572a1e7dd..e6686dd6e 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 6f53fa957..d963f1452 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) */ |