mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
distribute forall cpp code
This commit is contained in:
parent
c33e58ee1a
commit
7e69dab8f6
3 changed files with 112 additions and 0 deletions
|
@ -167,6 +167,8 @@ struct param_descrs::imp {
|
|||
names.push_back(kv.m_key);
|
||||
}
|
||||
std::sort(names.begin(), names.end(), symlt());
|
||||
if (names.empty())
|
||||
return;
|
||||
if (markdown) {
|
||||
out << " Parameter | Type | Description | Default\n";
|
||||
out << " ----------|------|-------------|--------\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue