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