From d4444ef0a671e19aa2ec9266ad8254e8761357db Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 4 Feb 2001 04:43:28 +0000 Subject: More KDOC documentation in headers. --- lib/rpcs16.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'lib/rpcs16.h') diff --git a/lib/rpcs16.h b/lib/rpcs16.h index efc6b99..7085939 100644 --- a/lib/rpcs16.h +++ b/lib/rpcs16.h @@ -6,13 +6,18 @@ class ppsocket; class bufferStore; +/** + * This is the implementation of the @ref rpcs protocol for + * Psion series 3 (SIBO) variant. + * For a complete documentation, see @ref rpcs . + */ class rpcs16 : public rpcs { - public: - rpcs16(ppsocket *); - ~rpcs16(); - - Enum queryDrive(const char, bufferArray &); - Enum getCmdLine(const char *, bufferStore &); + public: + rpcs16(ppsocket *); + ~rpcs16(); + + Enum queryDrive(const char, bufferArray &); + Enum getCmdLine(const char *, bufferStore &); }; #endif -- cgit v1.2.3