From ac9a47cdccd5f8c4a8f1312e4e09f88c338437da Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Feb 2007 20:42:18 +0100 Subject: [PATCH] rc4.h: add doxygen file comment --- rc4.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2