From 552cc11b1f017ce4962fca741f567d098f768574 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 13 Mar 2008 14:14:44 +0000 Subject: merged the modularization branch (credentials) back to trunk --- src/charon/processing/processor.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/charon/processing/processor.c') diff --git a/src/charon/processing/processor.c b/src/charon/processing/processor.c index b3815eeb1..bfae7bdff 100644 --- a/src/charon/processing/processor.c +++ b/src/charon/processing/processor.c @@ -1,10 +1,3 @@ -/** - * @file processor.c - * - * @brief Implementation of processor_t. - * - */ - /* * Copyright (C) 2005-2007 Martin Willi * Copyright (C) 2005 Jan Hutter @@ -19,6 +12,8 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. + * + * $Id$ */ #include @@ -35,7 +30,7 @@ typedef struct private_processor_t private_processor_t; /** - * @brief Private data of processor_t class. + * Private data of processor_t class. */ struct private_processor_t { /** -- cgit v1.2.3