mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 10:04:40 +02:00
Add t_dist_docs_options checks, and fix related docs and coverage issues
This commit is contained in:
@@ -233,6 +233,12 @@ void V3OptionParser::finalize() {
|
||||
m_pimpl->m_isFinalized = true;
|
||||
}
|
||||
|
||||
void V3OptionParser::dumpOptions() {
|
||||
for (const auto& opt : m_pimpl->m_spellCheck.candidates()) {
|
||||
std::cout << "OPTION: \"" + opt + "\"\n";
|
||||
}
|
||||
}
|
||||
|
||||
V3OptionParser::V3OptionParser()
|
||||
: m_pimpl{new Impl{}} {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user