summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-fault.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-11-27 10:49:57 +0000
committerGravatar m0gg2006-11-27 10:49:57 +0000
commit6778f81586ad6869de18ee7abd8e4940b02d37c4 (patch)
treebde9a4abd2398204b8be8490af91c721d9fbf192 /libcsoap/soap-fault.h
parent65985c4e6527c82a75367d9c5418b009dfbc6379 (diff)
downloadcsoap-6778f81586ad6869de18ee7abd8e4940b02d37c4.tar.gz
csoap-6778f81586ad6869de18ee7abd8e4940b02d37c4.tar.bz2
Documentation enhancements
Diffstat (limited to 'libcsoap/soap-fault.h')
-rw-r--r--libcsoap/soap-fault.h7
1 files changed, 5 insertions, 2 deletions
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 $
+ *
*/
/**