mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-02 21:12:15 +00:00
Command line option for strict mode
Doesn't actually do anything yet. Also implemented a dummy '--strict' command line option in text_diff.cpp, as I couldn't work out how to pass '--strict' to quickbook and not to text_diff in the tests. So instead just make text_diff ignore it.
This commit is contained in:
@@ -46,6 +46,7 @@ namespace quickbook
|
||||
, callout_depth(0)
|
||||
, dependencies()
|
||||
, explicit_list(false)
|
||||
, strict_mode(false)
|
||||
|
||||
, imported(false)
|
||||
, macro()
|
||||
|
||||
Reference in New Issue
Block a user