Skip to content

Commit 012d284

Browse files
author
synapticloop
committed
removed extraneous output
1 parent 92cec05 commit 012d284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ to write, documentation for any project/module/framework/extension helps:
155155

156156
For this `README` file, the only files that are hand-written are:
157157

158-
- `src/docs/pre-usage.md.templar`,
158+
- `src/docs/pre-usage.md`,
159159
- `src/docs/post-usage.md.templar`
160+
- `src/docs/table-of-contents.md`
160161

161162
files. All other information is generated from the `documentr.json` file in
162163
the root of this project.

src/main/java/synapticloop/documentr/generator/Generator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ private String renderTableOfContents(String rendered) {
305305

306306
headerStringBuilder.append("\n\n");
307307

308-
System.out.println(headerStringBuilder);
309308
rendered = rendered.replace("§§TABLE_OF_CONTENTS§§", headerStringBuilder.toString());
310309

311310
numHeader = 0;

0 commit comments

Comments
 (0)