Interface | Description |
---|---|
Documented |
Describes dsl object that can be documented with extra documentation.
|
Renderable |
Implementations of this interface should encapsulate Objects that are not natively handled by the dsl documentation library,
but should be rendered by a way more complex than a simple "toString".
|
RenderingDataBuilder |
Implementing classes are responsible to build needed data for dsl objects documentation rendering.
|
SyntaxicScheme.Element | |
SyntaxicScheme.ElementGroup |
Class | Description |
---|---|
DslDoc |
Stores extra documentation in DSL objects (Grammar, matcher, block, lexer).
|
DslDocGen |
Basis for main dsl-doc generator.
|
HandlersHolder<C,H> |
Repository of handlers (H) for a specific Classes (C) implementations.
|
SyntaxicScheme |
Provides basis for rendering of a syntaxic scheme.
|
SyntaxicScheme.AbstractElement | |
SyntaxicScheme.EmptyElement | |
SyntaxicScheme.LabelElement | |
SyntaxicScheme.LexerRefElement |