Skip to content

Commit

Permalink
Add/fix a few missing/misleading doxygen annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Nov 2, 2016
1 parent 84efd17 commit 826a839
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/rpmarchive.h
Expand Up @@ -3,6 +3,7 @@

/** \ingroup payload
* \file lib/rpmarchive.h
* File archive (aka payload) API.
*/

#define RPMERR_CHECK_ERRNO -32768
Expand Down
2 changes: 1 addition & 1 deletion lib/rpmdb.h
Expand Up @@ -3,7 +3,7 @@

/** \ingroup rpmdb dbi
* \file lib/rpmdb.h
* Access RPM indices using Berkeley DB interface(s).
* RPM database API.
*/

#include <rpm/rpmtypes.h>
Expand Down
6 changes: 6 additions & 0 deletions rpmio/rpmbase64.h
@@ -1,6 +1,12 @@
/* base64 encoder/decoder based on public domain implementation
* by Chris Venter */

/** \ingroup rpmio
* \file rpmio/rpmbase64.h
*
* Base64 encoding and decoding API
*/

#include <sys/types.h>

#ifdef __cplusplus
Expand Down

0 comments on commit 826a839

Please sign in to comment.