diff options
author | jbj <devnull@localhost> | 2002-04-08 18:56:01 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-08 18:56:01 +0000 |
commit | b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9 (patch) | |
tree | 31a9c230b6207a383c709e2d68f4e357dbd0ad36 /build/rpmspec.h | |
parent | ffdfd1056e25d18f95776fbff43fceca864be95f (diff) | |
download | rpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.gz rpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.tar.bz2 rpm-b45c27e2ab0ba5c0d3bd3385ef561943d4cc57f9.zip |
doxygen cleanup.
CVS patchset: 5379
CVS date: 2002/04/08 18:56:01
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 5d2bf192e..517e2fa02 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -211,12 +211,18 @@ struct OpenFileInfo * newOpenFileInfo(void) /*@*/; /** \ingroup rpmbuild * @param spec spec file control structure + * @param h + * @param tag + * @param lang */ spectag stashSt(Spec spec, Header h, int tag, const char * lang) /*@modifies spec->st @*/; /** \ingroup rpmbuild * @param spec spec file control structure + * @param pkg + * @param field + * @param tag */ int addSource(Spec spec, Package pkg, const char * field, int tag) /*@globals rpmGlobalMacroContext @*/ @@ -227,6 +233,8 @@ int addSource(Spec spec, Package pkg, const char * field, int tag) /** \ingroup rpmbuild * @param spec spec file control structure + * @param field + * @param tag */ int parseNoSource(Spec spec, const char * field, int tag) /*@modifies nothing @*/; |