summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-03-17 19:55:09 +0000
committerjbj <devnull@localhost>2001-03-17 19:55:09 +0000
commit63890e6a4ab13e7ccafbd7643095539f832743fa (patch)
tree1e535d7f91fd99f0f7939da459a80d935c5557ff /python
parent54704b3b838fefd7547df94a6a9042e6ca84446a (diff)
downloadlibrpm-tizen-63890e6a4ab13e7ccafbd7643095539f832743fa.tar.gz
librpm-tizen-63890e6a4ab13e7ccafbd7643095539f832743fa.tar.bz2
librpm-tizen-63890e6a4ab13e7ccafbd7643095539f832743fa.zip
Doco updates.
CVS patchset: 4641 CVS date: 2001/03/17 19:55:09
Diffstat (limited to 'python')
-rw-r--r--python/hash.c4
-rw-r--r--python/upgrade.c4
-rw-r--r--python/upgrade.h4
3 files changed, 12 insertions, 0 deletions
diff --git a/python/hash.c b/python/hash.c
index 2bc6e0bf2..e5e9811b8 100644
--- a/python/hash.c
+++ b/python/hash.c
@@ -1,3 +1,7 @@
+/** \ingroup python
+ * \file python/hash.c
+ */
+
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
diff --git a/python/upgrade.c b/python/upgrade.c
index 4aff76a92..dfd9bd014 100644
--- a/python/upgrade.c
+++ b/python/upgrade.c
@@ -1,3 +1,7 @@
+/** \ingroup python
+ * \file python/upgrade.c
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/python/upgrade.h b/python/upgrade.h
index d971b7f7b..f9539c843 100644
--- a/python/upgrade.h
+++ b/python/upgrade.h
@@ -1,6 +1,10 @@
#ifndef H_UPGRADE
#define H_UPGRADE
+/** \ingroup python
+ * \file python/upgrade.h
+ */
+
struct packageInfo {
Header h;
char selected;