summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/functions/qnumericfns_p.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-11 19:44:38 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-11 19:44:38 +1000
commitef9fec988d3d7ea33836a08128119f99747dc9d5 (patch)
tree67c134d1bee2c2338e958c766b23805666674d5a /src/xmlpatterns/functions/qnumericfns_p.h
parent3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (diff)
Update old email address.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns/functions/qnumericfns_p.h')
-rw-r--r--src/xmlpatterns/functions/qnumericfns_p.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xmlpatterns/functions/qnumericfns_p.h b/src/xmlpatterns/functions/qnumericfns_p.h
index 5de5b502f3..17271c79b0 100644
--- a/src/xmlpatterns/functions/qnumericfns_p.h
+++ b/src/xmlpatterns/functions/qnumericfns_p.h
@@ -74,7 +74,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:floor()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class FloorFN : public Aggregator
{
@@ -86,7 +86,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:abs()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class AbsFN : public Aggregator
{
@@ -98,7 +98,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:round()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class RoundFN : public Aggregator
{
@@ -110,7 +110,7 @@ namespace QPatternist
* @short Implements the function <tt>fn:ceiling()</tt>.
*
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class CeilingFN : public Aggregator
{
@@ -124,7 +124,7 @@ namespace QPatternist
* @see <a href="http://www.w3.org/TR/xpath-functions/#func-round-half-to-even">XQuery 1.0
* and XPath 2.0 Functions and Operators, 6.4.5 fn:round-half-to-even</a>
* @ingroup Patternist_functions
- * @author Frans Englich <fenglich@trolltech.com>
+ * @author Frans Englich <frans.englich@nokia.com>
*/
class RoundHalfToEvenFN : public Aggregator
{