Allow a custom postprocessor for FilterDocs#199
Allow a custom postprocessor for FilterDocs#199wilzbach wants to merge 1 commit intodlang:masterfrom
Conversation
|
I feel like this should be part of |
e857300 to
5ccdde3
Compare
Ok. While I was at it, I added the ability to accept
Yeah, I felt like a hack, but the filter already rewrites the comment and searching for the generated output of this felt hacky too :/
I had the same thoughts :/ |
|
@s-ludwig so anything missing from this? |
As we are rewriting the assert/writeln pipeline and avoid making a full copy of the entire directory, but do the rewrite before calling Ddoc, we needed to do the same for Ddox.
For now, dlang/dlang.org#2069 does this, but still uses a lot of duplicated code from
ddox.main.The idea of this config object is to reduce the amount of duplication between dpl-docs and
ddox.