From 3d97c19c6eccdf0aa4fd0bdb7ccb9fe7880dded6 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 9 Mar 2022 14:07:36 +0200 Subject: [PATCH] Remove leading directories from doxygen notation These don't represent the exported include structure so they're probably more harmful than anything else. --- build/rpmbuild.h | 2 +- build/rpmfc.h | 2 +- build/rpmspec.h | 2 +- lib/cpio.h | 2 +- lib/fprint.h | 2 +- lib/fsm.h | 2 +- lib/header.h | 2 +- lib/header_internal.h | 2 +- lib/manifest.h | 2 +- lib/misc.h | 2 +- lib/rpmal.h | 2 +- lib/rpmarchive.h | 2 +- lib/rpmcallback.h | 2 +- lib/rpmcli.h | 2 +- lib/rpmdb.h | 2 +- lib/rpmds.h | 2 +- lib/rpmfi.h | 2 +- lib/rpmfiles.h | 2 +- lib/rpmgi.h | 2 +- lib/rpmlead.h | 2 +- lib/rpmlib.h | 2 +- lib/rpmpol.h | 2 +- lib/rpmprob.h | 2 +- lib/rpmps.h | 2 +- lib/rpmtag.h | 2 +- lib/rpmtd.h | 2 +- lib/rpmte.h | 2 +- lib/rpmts.h | 2 +- lib/rpmtypes.h | 2 +- lib/signature.h | 2 +- rpmio/argv.h | 2 +- rpmio/rpmbase64.h | 2 +- rpmio/rpmfileutil.h | 2 +- rpmio/rpmio.h | 2 +- rpmio/rpmio_internal.h | 2 +- rpmio/rpmkeyring.h | 2 +- rpmio/rpmlog.h | 2 +- rpmio/rpmmacro.h | 2 +- rpmio/rpmmacro_internal.h | 2 +- rpmio/rpmpgp.h | 2 +- rpmio/rpmsq.h | 2 +- rpmio/rpmstring.h | 2 +- rpmio/rpmstrpool.h | 2 +- rpmio/rpmsw.h | 2 +- rpmio/rpmurl.h | 2 +- rpmio/rpmutil.h | 2 +- sign/rpmsign.h | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/build/rpmbuild.h b/build/rpmbuild.h index b50475530..227a412ff 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -2,7 +2,7 @@ #define _H_RPMBUILD_ /** \ingroup rpmbuild - * \file build/rpmbuild.h + * \file rpmbuild.h * This is the *only* module users of librpmbuild should need to include. */ diff --git a/build/rpmfc.h b/build/rpmfc.h index c8e0e6733..dfc5841ed 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -2,7 +2,7 @@ #define _H_RPMFC_ /** \ingroup rpmfc rpmbuild - * \file build/rpmfc.h + * \file rpmfc.h * Structures and methods for build-time file classification. */ diff --git a/build/rpmspec.h b/build/rpmspec.h index 164c9b6ac..1ec338312 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -2,7 +2,7 @@ #define _H_SPEC_ /** \ingroup rpmbuild - * \file build/rpmspec.h + * \file rpmspec.h * The rpmSpec and Package data structures used during build. */ diff --git a/lib/cpio.h b/lib/cpio.h index 2cd4f8ab6..b31ef2d2f 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -2,7 +2,7 @@ #define H_CPIO /** \ingroup payload - * \file lib/cpio.h + * \file cpio.h * Structures used to handle cpio payloads within rpm packages. * * @warning Rpm's cpio implementation may be different than standard cpio. diff --git a/lib/fprint.h b/lib/fprint.h index 208d4d017..25d6b9a12 100644 --- a/lib/fprint.h +++ b/lib/fprint.h @@ -2,7 +2,7 @@ #define H_FINGERPRINT /** \ingroup rpmtrans - * \file lib/fprint.h + * \file fprint.h * Identify a file name path by a unique "finger print". */ diff --git a/lib/fsm.h b/lib/fsm.h index c4e60d29a..25b129de2 100644 --- a/lib/fsm.h +++ b/lib/fsm.h @@ -2,7 +2,7 @@ #define H_FSM /** \ingroup payload - * \file lib/fsm.h + * \file fsm.h * File state machine to handle a payload within an rpm package. */ diff --git a/lib/header.h b/lib/header.h index df1c2d185..e6e78d721 100644 --- a/lib/header.h +++ b/lib/header.h @@ -2,7 +2,7 @@ #define H_HEADER /** \ingroup header - * \file lib/header.h + * \file header.h * * An rpm header carries all information about a package. A header is * a collection of data elements called tags. Each tag has a data type, diff --git a/lib/header_internal.h b/lib/header_internal.h index 107be2a24..9b7435719 100644 --- a/lib/header_internal.h +++ b/lib/header_internal.h @@ -2,7 +2,7 @@ #define H_HEADER_INTERNAL /** \ingroup header - * \file lib/header_internal.h + * \file header_internal.h */ #include diff --git a/lib/manifest.h b/lib/manifest.h index 2202cbc44..111d0980a 100644 --- a/lib/manifest.h +++ b/lib/manifest.h @@ -2,7 +2,7 @@ #define H_MANIFEST /** - * \file lib/manifest.h + * \file manifest.h * Routines to expand a manifest containing glob expressions into an argv list. */ diff --git a/lib/misc.h b/lib/misc.h index fcd258438..9591495a6 100644 --- a/lib/misc.h +++ b/lib/misc.h @@ -2,7 +2,7 @@ #define H_MISC /** - * \file lib/misc.h + * \file misc.h * */ diff --git a/lib/rpmal.h b/lib/rpmal.h index 3a13c5406..80827695c 100644 --- a/lib/rpmal.h +++ b/lib/rpmal.h @@ -2,7 +2,7 @@ #define H_RPMAL /** \ingroup rpmdep rpmtrans - * \file lib/rpmal.h + * \file rpmal.h * Structures used for managing added/available package lists. */ diff --git a/lib/rpmarchive.h b/lib/rpmarchive.h index 46724e57e..5eafc2c9c 100644 --- a/lib/rpmarchive.h +++ b/lib/rpmarchive.h @@ -2,7 +2,7 @@ #define H_ARCHIVE /** \ingroup payload - * \file lib/rpmarchive.h + * \file rpmarchive.h * File archive (aka payload) API. */ diff --git a/lib/rpmcallback.h b/lib/rpmcallback.h index ca2b655b4..14601fdc2 100644 --- a/lib/rpmcallback.h +++ b/lib/rpmcallback.h @@ -2,7 +2,7 @@ #define _RPMCALLBACK_H /** \ingroup rpmcallback - * \file lib/rpmcallback.h + * \file rpmcallback.h * * (un)install callbacks */ diff --git a/lib/rpmcli.h b/lib/rpmcli.h index ee1321cf6..104ec11a9 100644 --- a/lib/rpmcli.h +++ b/lib/rpmcli.h @@ -2,7 +2,7 @@ #define H_RPMCLI /** \ingroup rpmcli rpmbuild - * \file lib/rpmcli.h + * \file rpmcli.h * * Parsing RPM command line arguments */ diff --git a/lib/rpmdb.h b/lib/rpmdb.h index 8e5487afa..afd0b85cc 100644 --- a/lib/rpmdb.h +++ b/lib/rpmdb.h @@ -2,7 +2,7 @@ #define H_RPMDB /** \ingroup rpmdb dbi - * \file lib/rpmdb.h + * \file rpmdb.h * RPM database API. */ diff --git a/lib/rpmds.h b/lib/rpmds.h index 8fec12a2f..66d7ab5c9 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -2,7 +2,7 @@ #define H_RPMDS /** \ingroup rpmdep rpmtrans - * \file lib/rpmds.h + * \file rpmds.h * Structure(s) used for dependency tag sets. */ diff --git a/lib/rpmfi.h b/lib/rpmfi.h index 52310c6fe..8958a01bf 100644 --- a/lib/rpmfi.h +++ b/lib/rpmfi.h @@ -2,7 +2,7 @@ #define H_RPMFI /** \ingroup rpmfi - * \file lib/rpmfi.h + * \file rpmfi.h * File info set iterator API. */ diff --git a/lib/rpmfiles.h b/lib/rpmfiles.h index 15ab5ccfb..29bca259e 100644 --- a/lib/rpmfiles.h +++ b/lib/rpmfiles.h @@ -2,7 +2,7 @@ #define _RPMFILES_H /** \ingroup rpmfilesles - * \file lib/rpmfiles.h + * \file rpmfiles.h * File info set API. */ #include diff --git a/lib/rpmgi.h b/lib/rpmgi.h index 32b88064b..ed6b1a7d8 100644 --- a/lib/rpmgi.h +++ b/lib/rpmgi.h @@ -2,7 +2,7 @@ #define H_RPMGI /** \ingroup rpmio - * \file lib/rpmgi.h + * \file rpmgi.h */ #include diff --git a/lib/rpmlead.h b/lib/rpmlead.h index 9d86a8d73..80db44e81 100644 --- a/lib/rpmlead.h +++ b/lib/rpmlead.h @@ -2,7 +2,7 @@ #define _H_RPMLEAD /** \ingroup lead - * \file lib/rpmlead.h + * \file rpmlead.h * Routines to read and write an rpm lead structure for a a package. */ #ifdef __cplusplus diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 0879d04e5..db3839763 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -2,7 +2,7 @@ #define H_RPMLIB /** \ingroup rpmcli rpmrc rpmdep rpmtrans rpmdb lead signature header payload dbi - * \file lib/rpmlib.h + * \file rpmlib.h * * In Memoriam: Steve Taylor was here, now he's not. * diff --git a/lib/rpmpol.h b/lib/rpmpol.h index f5aef28ad..22e058068 100644 --- a/lib/rpmpol.h +++ b/lib/rpmpol.h @@ -2,7 +2,7 @@ #define H_RPMPOL /** \ingroup rpmpol - * \file lib/rpmpol.h + * \file rpmpol.h * Structure(s) used for policy sets. */ diff --git a/lib/rpmprob.h b/lib/rpmprob.h index 71fe7cd29..d580b0a27 100644 --- a/lib/rpmprob.h +++ b/lib/rpmprob.h @@ -2,7 +2,7 @@ #define _RPMPROB_H /** \ingroup rpmprob - * \file lib/rpmprob.h + * \file rpmprob.h * Structures and prototypes used for an rpm problem item. */ diff --git a/lib/rpmps.h b/lib/rpmps.h index 1b1142bf2..fdcd224f8 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -2,7 +2,7 @@ #define H_RPMPS /** \ingroup rpmps - * \file lib/rpmps.h + * \file rpmps.h * Structures and prototypes used for an "rpmps" problem set. */ diff --git a/lib/rpmtag.h b/lib/rpmtag.h index ed281accb..b87cf5d03 100644 --- a/lib/rpmtag.h +++ b/lib/rpmtag.h @@ -2,7 +2,7 @@ #define _RPMTAG_H /** \ingroup rpmtag - * \file lib/rpmtag.h + * \file rpmtag.h * * Accessing RPM tags: values, types, ... */ diff --git a/lib/rpmtd.h b/lib/rpmtd.h index 977726d5e..069ce5f9c 100644 --- a/lib/rpmtd.h +++ b/lib/rpmtd.h @@ -2,7 +2,7 @@ #define _RPMTD_H /** \ingroup rpmtd - * \file lib/rpmtd.h + * \file rpmtd.h * * RPM Tag Data Container API */ diff --git a/lib/rpmte.h b/lib/rpmte.h index 8008cdbbc..0ed6397dd 100644 --- a/lib/rpmte.h +++ b/lib/rpmte.h @@ -2,7 +2,7 @@ #define H_RPMTE /** \ingroup rpmts rpmte - * \file lib/rpmte.h + * \file rpmte.h * Structures used for an "rpmte" transaction element. */ diff --git a/lib/rpmts.h b/lib/rpmts.h index db632d24f..f66e5cecf 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -2,7 +2,7 @@ #define H_RPMTS /** \ingroup rpmts - * \file lib/rpmts.h + * \file rpmts.h * Structures and prototypes used for an "rpmts" transaction set. */ diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h index bdd6eef2c..52e0701e3 100644 --- a/lib/rpmtypes.h +++ b/lib/rpmtypes.h @@ -2,7 +2,7 @@ #define _RPMTYPES_H /** \ingroup rpmtypes - * \file lib/rpmtypes.h + * \file rpmtypes.h * * Typedefs for RPM abstract data types. * @todo The grouping needs love to look sane... diff --git a/lib/signature.h b/lib/signature.h index dfea092b3..56d07f596 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -2,7 +2,7 @@ #define H_SIGNATURE /** \ingroup signature - * \file lib/signature.h + * \file signature.h * Generate and verify signatures. */ #include diff --git a/rpmio/argv.h b/rpmio/argv.h index df6484847..9be46d494 100644 --- a/rpmio/argv.h +++ b/rpmio/argv.h @@ -2,7 +2,7 @@ #define _H_ARGV_ /** \ingroup rpmargv - * \file rpmio/argv.h + * \file argv.h * * Argument Manipulation API. */ diff --git a/rpmio/rpmbase64.h b/rpmio/rpmbase64.h index 3858cc331..03c80446b 100644 --- a/rpmio/rpmbase64.h +++ b/rpmio/rpmbase64.h @@ -2,7 +2,7 @@ * by Chris Venter */ /** \ingroup rpmio - * \file rpmio/rpmbase64.h + * \file rpmbase64.h * * Base64 encoding and decoding API */ diff --git a/rpmio/rpmfileutil.h b/rpmio/rpmfileutil.h index c4f754af0..215db129c 100644 --- a/rpmio/rpmfileutil.h +++ b/rpmio/rpmfileutil.h @@ -2,7 +2,7 @@ #define _RPMFILEUTIL_H /** \ingroup rpmfileutil rpmio - * \file rpmio/rpmfileutil.h + * \file rpmfileutil.h * File and path manipulation helper functions. */ diff --git a/rpmio/rpmio.h b/rpmio/rpmio.h index 4239ef474..20659375e 100644 --- a/rpmio/rpmio.h +++ b/rpmio/rpmio.h @@ -2,7 +2,7 @@ #define H_RPMIO /** \ingroup rpmio - * \file rpmio/rpmio.h + * \file rpmio.h * * RPM I/O API (Fd_t is RPM equivalent to libc's FILE) */ diff --git a/rpmio/rpmio_internal.h b/rpmio/rpmio_internal.h index 5d33a6cb2..fb82b04bd 100644 --- a/rpmio/rpmio_internal.h +++ b/rpmio/rpmio_internal.h @@ -2,7 +2,7 @@ #define H_RPMIO_INTERNAL /** \ingroup rpmio - * \file rpmio/rpmio_internal.h + * \file rpmio_internal.h */ #include diff --git a/rpmio/rpmkeyring.h b/rpmio/rpmkeyring.h index da2a8ad20..8d99afb36 100644 --- a/rpmio/rpmkeyring.h +++ b/rpmio/rpmkeyring.h @@ -2,7 +2,7 @@ #define _RPMKEYRING_H /** \ingroup rpmkeyring - * \file rpmio/rpmkeyring.h + * \file rpmkeyring.h * * RPM keyring API */ diff --git a/rpmio/rpmlog.h b/rpmio/rpmlog.h index 1752259fc..0e26b884c 100644 --- a/rpmio/rpmlog.h +++ b/rpmio/rpmlog.h @@ -2,7 +2,7 @@ #define H_RPMLOG 1 /** \ingroup rpmio - * \file rpmio/rpmlog.h + * \file rpmlog.h * Yet Another syslog(3) API clone. * Used to unify rpmError() and rpmMessage() interfaces in rpm. */ diff --git a/rpmio/rpmmacro.h b/rpmio/rpmmacro.h index 7e584bfa3..e7bee11ef 100644 --- a/rpmio/rpmmacro.h +++ b/rpmio/rpmmacro.h @@ -2,7 +2,7 @@ #define _H_MACRO_ /** \ingroup rpmio - * \file rpmio/rpmmacro.h + * \file rpmmacro.h * * Macro API */ diff --git a/rpmio/rpmmacro_internal.h b/rpmio/rpmmacro_internal.h index 4e0ed0df4..254c36236 100644 --- a/rpmio/rpmmacro_internal.h +++ b/rpmio/rpmmacro_internal.h @@ -2,7 +2,7 @@ #define _H_MACRO_INTERNAL /** \ingroup rpmio - * \file rpmio/rpmmacro_internal.h + * \file rpmmacro_internal.h * * Internal Macro API */ diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index be0c7473d..72c668e3c 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -2,7 +2,7 @@ #define H_RPMPGP /** \ingroup rpmpgp - * \file rpmio/rpmpgp.h + * \file rpmpgp.h * * OpenPGP constants and structures from RFC-2440. * diff --git a/rpmio/rpmsq.h b/rpmio/rpmsq.h index 9fe817ee6..30466e9a8 100644 --- a/rpmio/rpmsq.h +++ b/rpmio/rpmsq.h @@ -2,7 +2,7 @@ #define H_RPMSQ /** \ingroup rpmio - * \file rpmio/rpmsq.h + * \file rpmsq.h * * Signal Queue API (obsolete, do not use) */ diff --git a/rpmio/rpmstring.h b/rpmio/rpmstring.h index 716fc12ef..e3ab13266 100644 --- a/rpmio/rpmstring.h +++ b/rpmio/rpmstring.h @@ -2,7 +2,7 @@ #define _RPMSTRING_H_ /** \ingroup rpmstring - * \file rpmio/rpmstring.h + * \file rpmstring.h * String manipulation helper functions */ diff --git a/rpmio/rpmstrpool.h b/rpmio/rpmstrpool.h index 11c946973..7d765b372 100644 --- a/rpmio/rpmstrpool.h +++ b/rpmio/rpmstrpool.h @@ -2,7 +2,7 @@ #define _RPMSTRPOOL_H /** \ingroup rpmstrpool - * \file rpmio/rpmstrpool.h + * \file rpmstrpool.h * * String pools manipulation helper functions * diff --git a/rpmio/rpmsw.h b/rpmio/rpmsw.h index 61d6fe317..88b51348a 100644 --- a/rpmio/rpmsw.h +++ b/rpmio/rpmsw.h @@ -2,7 +2,7 @@ #define H_RPMSW /** \ingroup rpmio - * \file rpmio/rpmsw.h + * \file rpmsw.h * * Statistics API */ diff --git a/rpmio/rpmurl.h b/rpmio/rpmurl.h index b8d1643d3..d8e62b86d 100644 --- a/rpmio/rpmurl.h +++ b/rpmio/rpmurl.h @@ -2,7 +2,7 @@ #define H_RPMURL /** \ingroup rpmio - * \file rpmio/rpmurl.h + * \file rpmurl.h * * A couple utils for URL Manipulation */ diff --git a/rpmio/rpmutil.h b/rpmio/rpmutil.h index 553712e1d..841f89c32 100644 --- a/rpmio/rpmutil.h +++ b/rpmio/rpmutil.h @@ -3,7 +3,7 @@ #include -/** \file rpmio/rpmutil.h +/** \file rpmutil.h * * Miscellaneous utility macros: * - portability wrappers for various gcc extensions like __attribute__() diff --git a/sign/rpmsign.h b/sign/rpmsign.h index 5169741dd..089276f34 100644 --- a/sign/rpmsign.h +++ b/sign/rpmsign.h @@ -1,7 +1,7 @@ #ifndef _RPMSIGN_H #define _RPMSIGN_H -/** \file sign/rpmsign.h +/** \file rpmsign.h * * Signature API */