Remove leading directories from doxygen notation
These don't represent the exported include structure so they're probably more harmful than anything else.
This commit is contained in:
parent
2f0f3be64d
commit
3d97c19c6e
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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".
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_HEADER_INTERNAL
|
||||
|
||||
/** \ingroup header
|
||||
* \file lib/header_internal.h
|
||||
* \file header_internal.h
|
||||
*/
|
||||
|
||||
#include <rpm/header.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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_MISC
|
||||
|
||||
/**
|
||||
* \file lib/misc.h
|
||||
* \file misc.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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_ARCHIVE
|
||||
|
||||
/** \ingroup payload
|
||||
* \file lib/rpmarchive.h
|
||||
* \file rpmarchive.h
|
||||
* File archive (aka payload) API.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMCALLBACK_H
|
||||
|
||||
/** \ingroup rpmcallback
|
||||
* \file lib/rpmcallback.h
|
||||
* \file rpmcallback.h
|
||||
*
|
||||
* (un)install callbacks
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMCLI
|
||||
|
||||
/** \ingroup rpmcli rpmbuild
|
||||
* \file lib/rpmcli.h
|
||||
* \file rpmcli.h
|
||||
*
|
||||
* Parsing RPM command line arguments
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMDB
|
||||
|
||||
/** \ingroup rpmdb dbi
|
||||
* \file lib/rpmdb.h
|
||||
* \file rpmdb.h
|
||||
* RPM database API.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMDS
|
||||
|
||||
/** \ingroup rpmdep rpmtrans
|
||||
* \file lib/rpmds.h
|
||||
* \file rpmds.h
|
||||
* Structure(s) used for dependency tag sets.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMFI
|
||||
|
||||
/** \ingroup rpmfi
|
||||
* \file lib/rpmfi.h
|
||||
* \file rpmfi.h
|
||||
* File info set iterator API.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMFILES_H
|
||||
|
||||
/** \ingroup rpmfilesles
|
||||
* \file lib/rpmfiles.h
|
||||
* \file rpmfiles.h
|
||||
* File info set API.
|
||||
*/
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMGI
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file lib/rpmgi.h
|
||||
* \file rpmgi.h
|
||||
*/
|
||||
|
||||
#include <rpm/rpmtypes.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
|
||||
|
|
|
@ -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 <staylor@redhat.com> was here, now he's not.
|
||||
*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMPOL
|
||||
|
||||
/** \ingroup rpmpol
|
||||
* \file lib/rpmpol.h
|
||||
* \file rpmpol.h
|
||||
* Structure(s) used for policy sets.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMTAG_H
|
||||
|
||||
/** \ingroup rpmtag
|
||||
* \file lib/rpmtag.h
|
||||
* \file rpmtag.h
|
||||
*
|
||||
* Accessing RPM tags: values, types, ...
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMTD_H
|
||||
|
||||
/** \ingroup rpmtd
|
||||
* \file lib/rpmtd.h
|
||||
* \file rpmtd.h
|
||||
*
|
||||
* RPM Tag Data Container API
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMTE
|
||||
|
||||
/** \ingroup rpmts rpmte
|
||||
* \file lib/rpmte.h
|
||||
* \file rpmte.h
|
||||
* Structures used for an "rpmte" transaction element.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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...
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_SIGNATURE
|
||||
|
||||
/** \ingroup signature
|
||||
* \file lib/signature.h
|
||||
* \file signature.h
|
||||
* Generate and verify signatures.
|
||||
*/
|
||||
#include <rpm/rpmtypes.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _H_ARGV_
|
||||
|
||||
/** \ingroup rpmargv
|
||||
* \file rpmio/argv.h
|
||||
* \file argv.h
|
||||
*
|
||||
* Argument Manipulation API.
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* by Chris Venter */
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmbase64.h
|
||||
* \file rpmbase64.h
|
||||
*
|
||||
* Base64 encoding and decoding API
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMFILEUTIL_H
|
||||
|
||||
/** \ingroup rpmfileutil rpmio
|
||||
* \file rpmio/rpmfileutil.h
|
||||
* \file rpmfileutil.h
|
||||
* File and path manipulation helper functions.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMIO_INTERNAL
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmio_internal.h
|
||||
* \file rpmio_internal.h
|
||||
*/
|
||||
|
||||
#include <rpm/rpmio.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMKEYRING_H
|
||||
|
||||
/** \ingroup rpmkeyring
|
||||
* \file rpmio/rpmkeyring.h
|
||||
* \file rpmkeyring.h
|
||||
*
|
||||
* RPM keyring API
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _H_MACRO_
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmmacro.h
|
||||
* \file rpmmacro.h
|
||||
*
|
||||
* Macro API
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _H_MACRO_INTERNAL
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmmacro_internal.h
|
||||
* \file rpmmacro_internal.h
|
||||
*
|
||||
* Internal Macro API
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMPGP
|
||||
|
||||
/** \ingroup rpmpgp
|
||||
* \file rpmio/rpmpgp.h
|
||||
* \file rpmpgp.h
|
||||
*
|
||||
* OpenPGP constants and structures from RFC-2440.
|
||||
*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMSQ
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmsq.h
|
||||
* \file rpmsq.h
|
||||
*
|
||||
* Signal Queue API (obsolete, do not use)
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMSTRING_H_
|
||||
|
||||
/** \ingroup rpmstring
|
||||
* \file rpmio/rpmstring.h
|
||||
* \file rpmstring.h
|
||||
* String manipulation helper functions
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define _RPMSTRPOOL_H
|
||||
|
||||
/** \ingroup rpmstrpool
|
||||
* \file rpmio/rpmstrpool.h
|
||||
* \file rpmstrpool.h
|
||||
*
|
||||
* String pools manipulation helper functions
|
||||
*
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMSW
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmsw.h
|
||||
* \file rpmsw.h
|
||||
*
|
||||
* Statistics API
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define H_RPMURL
|
||||
|
||||
/** \ingroup rpmio
|
||||
* \file rpmio/rpmurl.h
|
||||
* \file rpmurl.h
|
||||
*
|
||||
* A couple utils for URL Manipulation
|
||||
*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
/** \file rpmio/rpmutil.h
|
||||
/** \file rpmutil.h
|
||||
*
|
||||
* Miscellaneous utility macros:
|
||||
* - portability wrappers for various gcc extensions like __attribute__()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _RPMSIGN_H
|
||||
#define _RPMSIGN_H
|
||||
|
||||
/** \file sign/rpmsign.h
|
||||
/** \file rpmsign.h
|
||||
*
|
||||
* Signature API
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue