Skip to content

Commit 9dd7eea

Browse files
committed
fix doxybuild.py paths
1 parent 35bea41 commit 9dd7eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxybuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def yesno( bool ):
116116
ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent )
117117
if not options.silent:
118118
print open(warning_log_path, 'rb').read()
119-
index_path = os.path.abspath(os.path.join(subst_keys['%HTML_OUTPUT%'], 'index.html'))
119+
index_path = os.path.abspath(os.path.join('doc', subst_keys['%HTML_OUTPUT%'], 'index.html'))
120120
print 'Generated documentation can be found in:'
121121
print index_path
122122
if options.open:

0 commit comments

Comments
 (0)