From 05e4d00784aebf75bb70b12dacf688eeece450d3 Mon Sep 17 00:00:00 2001 From: "cata%netscape.com" Date: Tue, 9 Mar 1999 22:41:09 +0000 Subject: [PATCH] Docs added. git-svn-id: svn://10.0.0.236/trunk@23397 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h b/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h index 008be10c2a0..8b645f1914b 100644 --- a/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h +++ b/mozilla/intl/uconv/ucvlatin/nsUCvLatinSupport.h @@ -27,9 +27,14 @@ // Class nsEncoderSupport [declaration] /** - * Support class for the Unicode encoders. + * Support class for the Unicode encoders. + * + * The class source files for this class are in /ucvlatin/nsUCvLatinSupport. + * However, because these objects requires non-xpcom subclassing, local copies + * will be made into the other directories using them. Just don't forget to + * keep in sync with the master copy! * - * It implements: + * This class implements: * - nsISupports * - the buffer management * - error handling procedure(s)