3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

parameters neatified

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-08-16 09:14:34 -07:00
parent 498b6de3a7
commit 9d6de2f873
2 changed files with 606 additions and 607 deletions

File diff suppressed because it is too large Load diff

View file

@ -169,7 +169,7 @@ struct param_descrs::imp {
std::sort(names.begin(), names.end(), symlt());
if (markdown) {
out << " Parameter | Type | Description | Default\n";
out << " ----------------------------------------\n";
out << " ----------|------|-------------|--------\n";
}
for (symbol const& name : names) {
for (unsigned i = 0; i < indent; i++) out << " ";