diff options
author | jbj <devnull@localhost> | 2000-08-27 19:27:03 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-27 19:27:03 +0000 |
commit | f8b364d7a88e346412bd2f458b25d1728abaaf5c (patch) | |
tree | 920100f041eeb487d4b25ac4364ee8422008d0d6 /lib/stringbuf.c | |
parent | bb6d8f7278f902223a1b5bd7a4b89bd604d642c8 (diff) | |
download | librpm-tizen-f8b364d7a88e346412bd2f458b25d1728abaaf5c.tar.gz librpm-tizen-f8b364d7a88e346412bd2f458b25d1728abaaf5c.tar.bz2 librpm-tizen-f8b364d7a88e346412bd2f458b25d1728abaaf5c.zip |
Doxygen annotations.
CVS patchset: 4132
CVS date: 2000/08/27 19:27:03
Diffstat (limited to 'lib/stringbuf.c')
-rw-r--r-- | lib/stringbuf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stringbuf.c b/lib/stringbuf.c index 548c745dc..afd223e77 100644 --- a/lib/stringbuf.c +++ b/lib/stringbuf.c @@ -1,3 +1,7 @@ +/** + * \file lib/stringbuf.c + */ + #include "system.h" #include "stringbuf.h" |