Remove duplicate fpLookup() doxygen annotation
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Apr 2011 12:23:10 +0000 (15:23 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Apr 2011 12:24:09 +0000 (15:24 +0300)
lib/fprint.c

index c894513..5a72125 100644 (file)
@@ -61,14 +61,6 @@ static const struct fprintCacheEntry_s * cacheContainsDirectory(
     return NULL;
 }
 
-/**
- * Return finger print of a file path.
- * @param cache                pointer to fingerprint cache
- * @param dirName      leading directory name of path
- * @param baseName     file name of path
- * @param scareMemory
- * @return pointer to the finger print associated with a file path.
- */
 fingerPrint fpLookup(fingerPrintCache cache,
                const char * dirName, const char * baseName, int scareMemory)
 {