summaryrefslogtreecommitdiff
path: root/lib/cpio.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-08-28 01:08:57 +0000
committerjbj <devnull@localhost>2000-08-28 01:08:57 +0000
commit8c10883fdd434363e6cc48125337b5f305cc5534 (patch)
tree2e31cee268fbbe81b5487628148c6ccd69bb6af6 /lib/cpio.h
parentaf938797acd2a1fc33c2e83aac0f006973d5c3c9 (diff)
downloadrpm-8c10883fdd434363e6cc48125337b5f305cc5534.tar.gz
rpm-8c10883fdd434363e6cc48125337b5f305cc5534.tar.bz2
rpm-8c10883fdd434363e6cc48125337b5f305cc5534.zip
Doxygen annotations.
CVS patchset: 4138 CVS date: 2000/08/28 01:08:57
Diffstat (limited to 'lib/cpio.h')
-rw-r--r--lib/cpio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/cpio.h b/lib/cpio.h
index 887a22525..5e6f7b3d4 100644
--- a/lib/cpio.h
+++ b/lib/cpio.h
@@ -5,8 +5,7 @@
* \file lib/cpio.h
* Structures used to handle cpio payloads within rpm packages.
*
- * Warning: Don't think that rpm's cpio implementation behaves just like
- * standard cpio.
+ * @warning Rpm's cpio implementation may be different than standard cpio.
* The implementation is pretty close, but it has some behaviors which are
* more to RPM's liking. I tried to document the differing behavior in cpio.c,
* but I may have missed some (ewt).