diff options
author | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-04-10 12:36:45 +0000 |
commit | f75a3f71ab5b584af5a4d3b168064968fd400c48 (patch) | |
tree | 33a6da2073ee5680798b2e21e136c5c6ebc24ead /python | |
parent | 999f9b1654a3546b2c7e42fe3b3b224ec2781b1f (diff) | |
download | librpm-tizen-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.gz librpm-tizen-f75a3f71ab5b584af5a4d3b168064968fd400c48.tar.bz2 librpm-tizen-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.h | 4 |
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; |