summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcremet <cremet@epfl.ch>2004-01-19 18:31:12 +0000
committercremet <cremet@epfl.ch>2004-01-19 18:31:12 +0000
commitdfb4b3d88b6e189adb1f9fb502b71511b933eb61 (patch)
tree1829633fc6bd715407a72cd249d0650cc75c6b98
parentcebef56475f7f73c28680c77188cbe6a4d577905 (diff)
downloadscala-dfb4b3d88b6e189adb1f9fb502b71511b933eb61.tar.gz
scala-dfb4b3d88b6e189adb1f9fb502b71511b933eb61.tar.bz2
scala-dfb4b3d88b6e189adb1f9fb502b71511b933eb61.zip
*** empty log message ***
-rw-r--r--sources/scala/tools/scaladoc/Comment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/scaladoc/Comment.java b/sources/scala/tools/scaladoc/Comment.java
index db12da4f80..fe75bb0738 100644
--- a/sources/scala/tools/scaladoc/Comment.java
+++ b/sources/scala/tools/scaladoc/Comment.java
@@ -201,7 +201,7 @@ public class Comment extends DefaultHandler {
void showHtmlError(SAXParseException e) {
String msg = "";
- msg += "documentation comments should be written in HTML" + "\n";
+ msg += "documentation comments should be written in XHTML" + "\n";
msg += e.getMessage() + "\n";
if (unit != null)
unit.warning(holder.pos, msg);