summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-14 23:09:09 +0000
committerjbj <devnull@localhost>2001-03-14 23:09:09 +0000
commitfc920e3ac326473d884ffc6cfc86225d98442ea0 (patch)
tree4bfe664051292af9d4c6beeaba9dfa4e8c8d708d /build.c
parenta40655424d818053ccddde39ec62e1ebd0983ed2 (diff)
downloadrpm-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.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.c b/build.c
index b8f73ddbd..b871c3b82 100644
--- a/build.c
+++ b/build.c
@@ -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)
{