Skip to content

Commit ee410d7

Browse files
committed
Autodoc configuration review
1 parent 49e14d1 commit ee410d7

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

fj-doc-lib-autodoc/src/main/resources/fj_doc_lib_autodoc/fm-doc-process-config-autodoc.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
<!--
88
Configuration stub version : 003 (2023-07-19)
99
-->
10-
11-
<docHandlerConfig>
12-
<!-- Type handler for markdown format -->
13-
<docHandler id="md-ext" info="md" type="org.fugerit.java.doc.base.typehandler.markdown.SimpleMarkdownExtTypeHandler" />
14-
<!-- Type henalder for xml format, generates the source xml:doc -->
15-
<docHandler id="xml-doc" info="xml" type="org.fugerit.java.doc.base.config.DocTypeHandlerXMLUTF8" />
16-
<!-- Type handlers for html using freemarker -->
17-
<docHandler id="html-fm" info="html" type="org.fugerit.java.doc.freemarker.html.FreeMarkerHtmlTypeHandlerUTF8" />
18-
<!-- Type handlers for html using freemarker (fragment version, only generates body content no html or head part -->
19-
<docHandler id="html-fragment-fm" info="fhtml" type="org.fugerit.java.doc.freemarker.html.FreeMarkerHtmlFragmentTypeHandlerUTF8" />
20-
</docHandlerConfig>
21-
2210

2311
<docChain id="shared">
2412
<chainStep stepType="config">

fj-doc-tool/src/test/resources/params-test/convert-config-autodoc.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
tool=generate-stub
33
input=src/test/resources/convert-config-test/doc-process-autodoc.xml
44
output=target/autodoc-new-process-config.xml
5-
enable-opencsv=1
6-
enable-fop-base=1
7-
enable-fop-full=0
8-
enable-poi=1
5+
stub-handler=0

0 commit comments

Comments
 (0)