From 6778f81586ad6869de18ee7abd8e4940b02d37c4 Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 27 Nov 2006 10:49:57 +0000 Subject: Documentation enhancements --- libcsoap/soap-fault.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libcsoap/soap-fault.h') diff --git a/libcsoap/soap-fault.h b/libcsoap/soap-fault.h index 1a11365..8ced1c4 100644 --- a/libcsoap/soap-fault.h +++ b/libcsoap/soap-fault.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-fault.h,v 1.6 2006/11/21 20:59:02 m0gg Exp $ + * $Id: soap-fault.h,v 1.7 2006/11/27 10:49:57 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -24,7 +24,7 @@ #ifndef __csoap_fault_h #define __csoap_fault_h -/** +/** @file * * The SOAP Fault element is used to carry error and/or status information within * a SOAP message. If present, the SOAP Fault element MUST appear as a body entry @@ -59,6 +59,9 @@ * entries. Detailed error information belonging to header entries MUST be * carried within header entries. * + * @author F. Ayaz + * @version $Revision: 1.7 $ + * */ /** -- cgit v1.1-32-gdbae