-
- All Superinterfaces:
Documentation,DocumentContext,GraphContext,MutableGraphContext
public interface MutableDocumentation extends Documentation, MutableGraphContext
-
-
Field Summary
-
Fields inherited from interface io.fixprotocol.md.event.Documentation
MARKDOWN
-
Fields inherited from interface io.fixprotocol.md.event.DocumentContext
UNKNOWN_POSITION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableDocumentationdocumentation(String documentation)-
Methods inherited from interface io.fixprotocol.md.event.Documentation
getDocumentation, getFormat
-
Methods inherited from interface io.fixprotocol.md.event.DocumentContext
getCharPositionInLine, getLine
-
Methods inherited from interface io.fixprotocol.md.event.GraphContext
getParent
-
Methods inherited from interface io.fixprotocol.md.event.MutableGraphContext
setParent
-
-
-
-
Method Detail
-
documentation
MutableDocumentation documentation(String documentation)
-
-