Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Fixed API doc generator scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
aniemetz committed Jul 1, 2018
1 parent f470e9c commit 698cd9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/mkdocopts.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@
opts_str.append('\n')

with open('cboolector_options.rst', 'w') as file:
file.write('Boolector Options\n')
file.write('-----------------\n')
file.write(''.join(opts_str))

with open('pyboolector_options.rst', 'w') as file:
file.write('Boolector Options\n')
file.write('-----------------\n')
file.write(''.join(opts_str))

0 comments on commit 698cd9d

Please sign in to comment.