From c989ceb038fcfe5d583928dfd1f8b0cf6a301cbe Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Wed, 6 Mar 2002 20:03:48 +0000 Subject: Document most of the method arguments with @param. --- lib/sisfileheader.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/sisfileheader.h') diff --git a/lib/sisfileheader.h b/lib/sisfileheader.h index eba4c97..6b5fa3f 100644 --- a/lib/sisfileheader.h +++ b/lib/sisfileheader.h @@ -26,7 +26,10 @@ #include "sistypes.h" /** - * The first part of a SIS file. + * The first part of a SISFile. + * + * This file header is referenced from most other parts of the sis file, + * mainly since it contains the list of languages. */ class SISFileHeader { @@ -34,6 +37,11 @@ public: /** * Populate the fields. + * + * @param buf The buffer to read from. + * @param base The index to start reading from, which is updated + * when the header is successfully read. + * @param len The length of the buffer. */ SisRC fillFrom(uint8_t* buf, int* base, off_t len); -- cgit v1.2.3