diff options
author | jbj <devnull@localhost> | 2001-03-14 23:09:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-03-14 23:09:09 +0000 |
commit | fc920e3ac326473d884ffc6cfc86225d98442ea0 (patch) | |
tree | 4bfe664051292af9d4c6beeaba9dfa4e8c8d708d /build.c | |
parent | a40655424d818053ccddde39ec62e1ebd0983ed2 (diff) | |
download | rpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.gz rpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.tar.bz2 rpm-fc920e3ac326473d884ffc6cfc86225d98442ea0.zip |
Update to doxygen-1.2.6 configuration.
Add manual files to Doxfile.in.
lclint annotations.
CVS patchset: 4624
CVS date: 2001/03/14 23:09:09
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +/** \ingroup rpmcli + * Parse spec file and build package. + */ + #include "system.h" #include <rpmbuild.h> @@ -6,6 +10,8 @@ #include "build.h" #include "debug.h" +/** + */ static int checkSpec(Header h) { char *rootdir = NULL; @@ -51,6 +57,8 @@ static int checkSpec(Header h) * angielsku... */ /* XXX this is still a dumb test but at least it's i18n aware */ +/** + */ static int isSpecFile(const char *specfile) { char buf[256]; @@ -86,6 +94,8 @@ static int isSpecFile(const char *specfile) return 1; } +/** + */ static int buildForTarget(const char *arg, struct rpmBuildArguments *ba, const char *passPhrase, char *cookie) { |