diagrams / diagrams-haddock

Preprocessor for including inline diagrams in Haddock documentation
Other
10 stars 4 forks source link

Skip compiling diagrams which were not discovered in the first pass. #13

Closed byorgey closed 11 years ago

byorgey commented 11 years ago

This could happen if a diagram URL got removed by CPP, in which case we will see it in the (dumb) second pass, but should not compile it since it will not actually appear in the final Haddock output. Fixes

7.