dbertoni 2003/02/25 08:36:10
Modified: c/src/XalanTransformer XalanTransformer.cpp
XalanTransformer.hpp
Log:
Cleaned up doc.
Revision Changes Path
1.67 +1 -1 xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp
Index: XalanTransformer.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- XalanTransformer.cpp 5 Feb 2003 05:41:50 -0000 1.66
+++ XalanTransformer.cpp 25 Feb 2003 16:36:10 -0000 1.67
@@ -187,7 +187,7 @@
DeleteFunctor<XalanParsedSource>());
for (FunctionParamPairVectorType::size_type i = 0; i < m_functionPairs.size();
++i)
- {
+ {
delete m_functionPairs[i].second;
}
1.48 +3 -2 xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp
Index: XalanTransformer.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- XalanTransformer.hpp 5 Feb 2003 05:41:52 -0000 1.47
+++ XalanTransformer.hpp 25 Feb 2003 16:36:10 -0000 1.48
@@ -745,6 +745,7 @@
/**
* Enums to determine whether or not run-time omission of the META tag has
been set.
+ * Relevant only for HTML output
*/
enum eOmitMETATag
{
@@ -754,7 +755,7 @@
};
/**
- * Get the value for run-time omission of URLs. This can
+ * Get the value for run-time omission of the META tag. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
@@ -764,7 +765,7 @@
getOmitMETATag() const;
/**
- * Get the value for run-time omission of URLs. This can
+ * Get the value for run-time omission of the META tag. This can
* override the property specified by the stylesheet. The
* default behavior is to honor the property in the stylesheet.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]