Skip to content

Commit ae9af76

Browse files
committed
groovydocs
1 parent d22311c commit ae9af76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

grails-docs/src/main/groovy/grails/doc/asciidoc/AsciiDocEngine.groovy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ import org.radeox.api.engine.context.RenderContext
99
import static org.asciidoctor.Asciidoctor.Factory.create;
1010
import org.asciidoctor.Asciidoctor;
1111
/**
12-
* Created by graemerocher on 26/09/2016.
12+
* A DocEngine implementation that uses Asciidoctor to render pages
13+
*
14+
* @author Graeme Rocher
15+
* @since 3.2.0
1316
*/
1417
@InheritConstructors
1518
class AsciiDocEngine extends DocEngine {

0 commit comments

Comments
 (0)