Fixed broken links in documentation.
This commit is contained in:
parent
31cf009598
commit
caf96db6c4
@ -13,7 +13,7 @@ import com.jdblabs.jlp.ast.SourceFile;
|
||||
* be an abstract class implementing methods that take additional input for
|
||||
* convenience.
|
||||
*
|
||||
* [`SourceFile`]: jlp://jlp.jdb-labs.com/SourceFile
|
||||
* [`SourceFile`]: jlp://jlp.jdb-labs.com/ast/SourceFile
|
||||
*
|
||||
* @org jlp.jdb-labs.com/JLPParser
|
||||
*/
|
||||
|
@ -217,7 +217,7 @@ public class LiterateMarkdownGenerator extends JLPBaseGenerator {
|
||||
/// Close the table row.
|
||||
sb.append('</tr>') }
|
||||
|
||||
/** @api Emit a [`DocBlock`](jlp://jlp/jdb-labs.com/ast/DocBlock). */
|
||||
/** @api Emit a [`DocBlock`](jlp://jlp.jdb-labs.com/ast/DocBlock). */
|
||||
protected String emit(DocBlock docBlock) {
|
||||
/// Create a queue for the doc block elements, we are going to
|
||||
/// sort them by type and line number
|
||||
|
Loading…
Reference in New Issue
Block a user