Fix couple of doxygen file paths, remove obsolete comment

This commit is contained in:
Panu Matilainen 2007-12-03 18:39:56 +02:00
parent ee9cd5176f
commit 6d37b9782d
3 changed files with 3 additions and 10 deletions

View File

@ -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)

View File

@ -2,7 +2,7 @@
#define H_LEGACY
/**
* \file rpmdb/legacy.h
* \file lib/legacy.h
*
*/

View File

@ -1,5 +1,5 @@
/** \ingroup rpmio
* \file lib/tufdio.c
* \file rpmio/tufdio.c
*/
#include "system.h"