aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfilerecord.h
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-06 20:03:48 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-06 20:03:48 +0000
commitc989ceb038fcfe5d583928dfd1f8b0cf6a301cbe (patch)
treea938f3d1e5123e1505a4fd3840c3182f8d6395ee /lib/sisfilerecord.h
parentaa59faec168326365c6bdc6743dffec336862a6a (diff)
downloadplptools-c989ceb038fcfe5d583928dfd1f8b0cf6a301cbe.tar.gz
plptools-c989ceb038fcfe5d583928dfd1f8b0cf6a301cbe.tar.bz2
plptools-c989ceb038fcfe5d583928dfd1f8b0cf6a301cbe.zip
Document most of the method arguments with @param.
Diffstat (limited to 'lib/sisfilerecord.h')
-rw-r--r--lib/sisfilerecord.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sisfilerecord.h b/lib/sisfilerecord.h
index 0f6526b..dbbbc49 100644
--- a/lib/sisfilerecord.h
+++ b/lib/sisfilerecord.h
@@ -39,6 +39,12 @@ public:
/**
* Populate the fields.
+ *
+ * @param buf The buffer to read from.
+ * @param base The index to start reading from, which is updated
+ * when the record is successfully read.
+ * @param len The length of the buffer.
+ * @param sisFile The container SISFile.
*/
SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* sisFile);