We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22311c commit ae9af76Copy full SHA for ae9af76
grails-docs/src/main/groovy/grails/doc/asciidoc/AsciiDocEngine.groovy
@@ -9,7 +9,10 @@ import org.radeox.api.engine.context.RenderContext
9
import static org.asciidoctor.Asciidoctor.Factory.create;
10
import org.asciidoctor.Asciidoctor;
11
/**
12
- * Created by graemerocher on 26/09/2016.
+ * A DocEngine implementation that uses Asciidoctor to render pages
13
+ *
14
+ * @author Graeme Rocher
15
+ * @since 3.2.0
16
*/
17
@InheritConstructors
18
class AsciiDocEngine extends DocEngine {
0 commit comments