diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 18:39:56 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-03 18:39:56 +0200 |
commit | 6d37b9782dde11b25d22d5922b698b4ec8841eb0 (patch) | |
tree | ae94f114329e58a3073552ffa55e6e6a48d8acf6 | |
parent | ee9cd5176f308313fc0eae3c59119c454d58c9fa (diff) | |
download | rpm-6d37b9782dde11b25d22d5922b698b4ec8841eb0.tar.gz rpm-6d37b9782dde11b25d22d5922b698b4ec8841eb0.tar.bz2 rpm-6d37b9782dde11b25d22d5922b698b4ec8841eb0.zip |
Fix couple of doxygen file paths, remove obsolete comment
-rw-r--r-- | lib/legacy.c | 9 | ||||
-rw-r--r-- | lib/legacy.h | 2 | ||||
-rw-r--r-- | rpmio/tufdio.c | 2 |
3 files changed, 3 insertions, 10 deletions
diff --git a/lib/legacy.c b/lib/legacy.c index 169a10033..f35bee8f5 100644 --- a/lib/legacy.c +++ b/lib/legacy.c @@ -1,5 +1,5 @@ /** - * \file rpmdb/legacy.c + * \file lib/legacy.c */ #include "system.h" @@ -14,13 +14,6 @@ #define alloca_strdup(_s) strcpy(alloca(strlen(_s)+1), (_s)) -/** - * Open a file descriptor to verify file MD5 and size. - * @param path file path - * @retval pidp prelink helper pid or 0 - * @retval fsizep file size - * @return -1 on error, otherwise, an open file descriptor - */ int _noDirTokens = 0; static int dncmp(const void * a, const void * b) diff --git a/lib/legacy.h b/lib/legacy.h index 95a9640f0..961e6b522 100644 --- a/lib/legacy.h +++ b/lib/legacy.h @@ -2,7 +2,7 @@ #define H_LEGACY /** - * \file rpmdb/legacy.h + * \file lib/legacy.h * */ diff --git a/rpmio/tufdio.c b/rpmio/tufdio.c index 82333d1ee..f2751add8 100644 --- a/rpmio/tufdio.c +++ b/rpmio/tufdio.c @@ -1,5 +1,5 @@ /** \ingroup rpmio - * \file lib/tufdio.c + * \file rpmio/tufdio.c */ #include "system.h" |