mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
set unicode by default
This commit is contained in:
parent
8fde6c207d
commit
60cc9d8182
2 changed files with 2 additions and 3 deletions
|
@ -61,8 +61,8 @@ stages:
|
||||||
mkdir api/html/ml
|
mkdir api/html/ml
|
||||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
|
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
|
||||||
cd ..
|
cd ..
|
||||||
- script: zip -r api.zip doc/api
|
- script: zip -r doc.zip z3doc/api
|
||||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
- script: cp z3doc.zip $(Build.ArtifactStagingDirectory)/.
|
||||||
- task: PublishPipelineArtifact@0
|
- task: PublishPipelineArtifact@0
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'UbuntuDoc'
|
artifactName: 'UbuntuDoc'
|
||||||
|
|
|
@ -23,7 +23,6 @@ Author:
|
||||||
|
|
||||||
char_decl_plugin::char_decl_plugin():
|
char_decl_plugin::char_decl_plugin():
|
||||||
m_charc_sym("Char") {
|
m_charc_sym("Char") {
|
||||||
std::cout << gparams::get_value("unicode") << "\n";
|
|
||||||
m_unicode = gparams::get_value("unicode") != "false";
|
m_unicode = gparams::get_value("unicode") != "false";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue