chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5ba9a
)
Fix renamed option use
author
Sergei Izmailov
<sergei.a.izmailov@gmail.com>
Tue, 9 Jun 2020 10:05:31 +0000
(13:05 +0300)
committer
Sergei Izmailov
<sergei.a.izmailov@gmail.com>
Tue, 9 Jun 2020 10:05:31 +0000
(13:05 +0300)
documentation/doxygen.py
patch
|
blob
|
history
diff --git
a/documentation/doxygen.py
b/documentation/doxygen.py
index e8b44c24cd46956333a51c71d96f23a739dfb555..423ea6e9a777d6725468a86b32ba5d27b000a9a0 100755
(executable)
--- a/
documentation/doxygen.py
+++ b/
documentation/doxygen.py
@@
-3834,7
+3834,7
@@
if __name__ == '__main__': # pragma: no cover
doxyfile = os.path.join(os.path.dirname(os.path.abspath(args.config)), config['DOXYFILE'])
else:
# Make the Doxyfile path absolute, otherwise everything gets messed up
- doxyfile = os.path.abspath(args.
doxyfile
)
+ doxyfile = os.path.abspath(args.
config
)
state = State(config)
parse_doxyfile(state, doxyfile)