jesselang / dox

Publish markdown to Confluence as HTML
MIT License
23 stars 5 forks source link

Support ignored files that are not published #4

Closed mitchell-then closed 5 years ago

mitchell-then commented 5 years ago

Add the option to ignore files that should not be published.

jesselang commented 5 years ago

What do you think about using <!-- dox: ignore -->? This could be checked before scanning for an ID.

mitchell-then commented 5 years ago

What do you think about using <!-- dox: ignore -->? This could be checked before scanning for an ID.

That was the original plan, but then I figured the ID code would parse it and get a bogus ID. Checking for ignore first then breaking makes sense though.