We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb73cc commit a1b0abdCopy full SHA for a1b0abd
1 file changed
ddsenabler_docs/docs/conf.py
@@ -333,7 +333,7 @@ def configure_doxyfile(
333
script_path = os.path.abspath(pathlib.Path(__file__).parent.absolute())
334
# Project directories
335
project_source_dir = os.path.abspath("{}/../code".format(script_path))
336
-project_binary_dir = os.path.abspath("{}/../build".format(script_path))
+project_binary_dir = os.path.abspath("{}/../../build".format(script_path))
337
output_dir = os.path.abspath("{}/doxygen".format(project_binary_dir))
338
doxygen_html = os.path.abspath("{}/html/doxygen".format(project_binary_dir))
339
0 commit comments