summaryrefslogtreecommitdiff
path: root/ACEXML/common/Transcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/Transcode.h')
-rw-r--r--ACEXML/common/Transcode.h25
1 files changed, 22 insertions, 3 deletions
diff --git a/ACEXML/common/Transcode.h b/ACEXML/common/Transcode.h
index f71f97cf5ba..4cfcbb80b27 100644
--- a/ACEXML/common/Transcode.h
+++ b/ACEXML/common/Transcode.h
@@ -1,11 +1,30 @@
-// -*- C++ -*- $Id$
-// This file declares functions to convert char string among different
-// unicode encoding (utf8, utf16, utf32)
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file Transcode.h
+ *
+ * This file declares functions to convert char string among different
+ * unicode encoding (utf8, utf16, utf32)
+ *
+ * $Id$
+ *
+ * @author Nanbor Wang <nanbor@cs.wustl.edu>
+ */
+//=============================================================================
#ifndef _ACEXML_TRANSCODE_H_
#define _ACEXML_TRANSCODE_H_
#include "common/XML_Types.h"
+/**
+ * @class ACEXML_Transcoder Transcode.h "common/Transcode.h"
+ *
+ * @brief ACEXML_Transcoder
+ *
+ * Wrapper class for performing transcoding among different UNICODE
+ * encoding.
+ */
class ACEXML_Export ACEXML_Transcoder
{
public: