veraPDF / veraPDF-library

Industry supported, open source PDF/A validation library
http://verapdf.org/software
GNU General Public License v3.0
268 stars 48 forks source link

JavaDocs or any code documentation. #1457

Closed Samyssmile closed 2 months ago

Samyssmile commented 2 months ago

In one of you code examples I found this.

Foundries.defaultInstance().createValidator(parser.getFlavour(), false);

I try to figure it out what boolean false is meaning here. Is any documentation available?

MaximPlusov commented 2 months ago

hi @Samyssmile You can find the documentation of this method here.