Klasse Comment
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.Content
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.Comment
Class for generating a comment for HTML pages of javadoc output.
-
Konstruktordetails
-
Comment
Constructor to construct a Comment object.- Parameter:
comment- comment text for the comment
-
-
Methodendetails
-
isEmpty
Beschreibung aus Klasse kopiert:ContentReturns true if the content is empty. -
write
Beschreibung aus Klasse kopiert:ContentWrites content to a writer, using a given newline sequence, which should be either \n or the platform line separator.- Angegeben von:
writein KlasseContent- Parameter:
out- the writernewline- the newline sequence to useatNewline- whether the writer has just written a newline- Gibt zurück:
- whether the writer has just written a newline
- Löst aus:
IOException- if an error occurs while writing the output
-