diff options
Diffstat (limited to 'tools/slang-cpp-extractor/options.h')
| -rw-r--r-- | tools/slang-cpp-extractor/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/slang-cpp-extractor/options.h b/tools/slang-cpp-extractor/options.h index 186ac2fbb..e660bc376 100644 --- a/tools/slang-cpp-extractor/options.h +++ b/tools/slang-cpp-extractor/options.h @@ -28,6 +28,7 @@ struct Options bool m_extractDoc = true; ///< If set will try to extract documentation associated with nodes bool m_outputFields = false; ///< When dumping macros also dump field definitions + bool m_requireMark = true; List<String> m_inputPaths; ///< The input paths to the files to be processed |
