From: Andre Noll Date: Wed, 14 Feb 2007 19:42:18 +0000 (+0100) Subject: rc4.h: add doxygen file comment X-Git-Tag: v0.2.15~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ac9a47cdccd5f8c4a8f1312e4e09f88c338437da rc4.h: add doxygen file comment --- diff --git a/rc4.h b/rc4.h index c290b48c..9ddd8224 100644 --- a/rc4.h +++ b/rc4.h @@ -1 +1,4 @@ +/** \file rc4.h common symbols of command.c and client_common.c */ + +/** number of bytes of the rc4 session key */ #define RC4_KEY_LEN 16