Fix couple of doxygen file paths, remove obsolete comment
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 3 Dec 2007 16:39:56 +0000 (18:39 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 3 Dec 2007 16:39:56 +0000 (18:39 +0200)
lib/legacy.c
lib/legacy.h
rpmio/tufdio.c

index 169a100..f35bee8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file rpmdb/legacy.c
+ * \file lib/legacy.c
  */
 
 #include "system.h"
 
 #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)
index 95a9640..961e6b5 100644 (file)
@@ -2,7 +2,7 @@
 #define H_LEGACY
 
 /**
- * \file rpmdb/legacy.h
+ * \file lib/legacy.h
  *
  */
 
index 82333d1..f2751ad 100644 (file)
@@ -1,5 +1,5 @@
 /** \ingroup rpmio
- * \file lib/tufdio.c
+ * \file rpmio/tufdio.c
  */
 
 #include "system.h"