lua getOutput documentation generator #4867
This commit is contained in:
parent
0699f0cf98
commit
2090067ffa
Binary file not shown.
|
@ -67,7 +67,7 @@ public class GetConfigValueConsumer implements ConfigurationConsumer {
|
||||||
@Override
|
@Override
|
||||||
public void endFile() throws IOException {
|
public void endFile() throws IOException {
|
||||||
writeStringToFile(outputFileName, getContent());
|
writeStringToFile(outputFileName, getContent());
|
||||||
writeStringToFile(mdOutputFileName, getContent());
|
writeStringToFile(mdOutputFileName, getMdContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
private String processConfig(ReaderState readerState, ConfigField cf, String prefix) {
|
private String processConfig(ReaderState readerState, ConfigField cf, String prefix) {
|
||||||
|
|
Loading…
Reference in New Issue