diff options
author | David Robillard <d@drobilla.net> | 2012-01-04 23:52:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-04 23:52:04 +0000 |
commit | 2a51057367d2ac39988cf97635975868062a8475 (patch) | |
tree | 2c168cbc2810013233d0782ada80a974aeafbd6d /gendoc.py | |
parent | 68d79ecc564de5652fd7a782c456d882a5a5a775 (diff) | |
download | lv2-2a51057367d2ac39988cf97635975868062a8475.tar.xz |
Fix documentation style.
Diffstat (limited to 'gendoc.py')
-rwxr-xr-x | gendoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ os.chdir('build') # Generate code (headers) documentation print('## Generating header documentation with doxygen ##') +shutil.copy('../doc/doxy-style.css', './doxy-style.css') subprocess.call(['doxygen', '../Doxyfile'], stdout=devnull) def rescue_tags(in_path, out_path): |