summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-04-10 12:36:45 +0000
committerjbj <devnull@localhost>2001-04-10 12:36:45 +0000
commitf75a3f71ab5b584af5a4d3b168064968fd400c48 (patch)
tree33a6da2073ee5680798b2e21e136c5c6ebc24ead /python
parent999f9b1654a3546b2c7e42fe3b3b224ec2781b1f (diff)
downloadrpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.gz
rpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.bz2
rpm-f75a3f71ab5b584af5a4d3b168064968fd400c48.zip
Doxygen annotations for config files.
Doxygen annotations for rpmdep section. Add manifests for install modes. CVS patchset: 4675 CVS date: 2001/04/10 12:36:45
Diffstat (limited to 'python')
-rw-r--r--python/hash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/hash.h b/python/hash.h
index 954ad3bf4..714cc4626 100644
--- a/python/hash.h
+++ b/python/hash.h
@@ -1,6 +1,10 @@
#ifndef H_HASH
#define H_HASH
+/** \ingroup python
+ * \file python/hash.h
+ */
+
struct hash_table;
typedef struct hash_table * hashTable;