From d80b8811641f8305ba6a1215b5393c6de3e6792e Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 4 Feb 2001 05:01:10 +0000 Subject: More doc changes. --- lib/bufferstore.h | 5 ++++- lib/psitime.h | 2 +- lib/rfsv16.h | 2 +- lib/rfsv32.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/bufferstore.h b/lib/bufferstore.h index d9c2e54..a018e81 100644 --- a/lib/bufferstore.h +++ b/lib/bufferstore.h @@ -187,7 +187,10 @@ public: * Appends data to the content of this instance. * * @param b The bufferStore whose content to append. - * @param maxLen Length of content. + * @param maxLen Length of content to append. If + * @p maxLen is less than 0 or greater than + * the current length of @p b , then the + * whole content of @p b is appended. */ void addBuff(const bufferStore &b, long maxLen = -1); diff --git a/lib/psitime.h b/lib/psitime.h index 0650cda..2b26379 100644 --- a/lib/psitime.h +++ b/lib/psitime.h @@ -83,7 +83,7 @@ typedef struct psi_timezone_t { * NOTE: For proper conversion, the current timezone of * the Psion has to be set. For EPOC devices, the * timezone can be evaluated using - * @ref rpcs::getMachineInfo. For SIBO devices, + * @ref rpcs::getMachineInfo . For SIBO devices, * unfortunately there is no known method of retrieving * this information. Therefore, if the timezone is * not set, a fallback using the environment diff --git a/lib/rfsv16.h b/lib/rfsv16.h index 33aba60..a94aa5f 100644 --- a/lib/rfsv16.h +++ b/lib/rfsv16.h @@ -4,7 +4,7 @@ #include "rfsv.h" /** - * This is the implementation of the @rfsv protocol for + * This is the implementation of the @ref rfsv protocol for * Psion series 3 (SIBO) variant. * For a complete documentation, see @ref rfsv . */ diff --git a/lib/rfsv32.h b/lib/rfsv32.h index 4df18b3..abbc6ad 100644 --- a/lib/rfsv32.h +++ b/lib/rfsv32.h @@ -5,7 +5,7 @@ #include "plpdirent.h" /** - * This is the implementation of the @rfsv protocol for + * This is the implementation of the @ref rfsv protocol for * Psion series 5 (EPOC) variant. * For a complete documentation, see @ref rfsv . */ -- cgit v1.2.3