mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
added module descriptions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1871bef6e1
commit
fa53b1eb92
17 changed files with 159 additions and 33 deletions
|
@ -79,6 +79,11 @@ public:
|
|||
*/
|
||||
static void register_module(char const * module_name, param_descrs * d);
|
||||
|
||||
/**
|
||||
\brief Add a (small) description to the given module.
|
||||
*/
|
||||
static void register_module_descr(char const * module_name, char const * descr);
|
||||
|
||||
/**
|
||||
\brief Retrieves the parameters associated with the given module.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue