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/sisfile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sisfile.h') diff --git a/lib/sisfile.h b/lib/sisfile.h index 02e400b..cae00ee 100644 --- a/lib/sisfile.h +++ b/lib/sisfile.h @@ -40,6 +40,9 @@ class SISFile public: /** * Populate the fields. + * + * @param buf The buffer to read from. + * @param len The length of the buffer. */ SisRC fillFrom(uint8_t* buf, off_t len); -- cgit v1.2.3