Skip to content

Commit

Permalink
doc compiler fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemeray committed Jun 10, 2024
1 parent 1de6e0d commit 0ecfdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess, os

def configureDoxyfile(input_dir, output_dir):
with open('Doxyfile', 'r') as file :
with open('../Doxyfile', 'r') as file :
filedata = file.read()

#filedata = filedata.replace('@DOXYGEN_INPUT_DIR@', input_dir)
Expand Down

0 comments on commit 0ecfdd8

Please sign in to comment.