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 b87ef75 commit 72a8a7aCopy full SHA for 72a8a7a
.github/workflows/windows-build.yml
@@ -58,7 +58,7 @@ jobs:
58
$doxyfile = Get-Content Doxyfile -Raw
59
$doxyfile = $doxyfile -replace 'INPUT\s*=\s*/cpp_tutorials/src', 'INPUT = src'
60
$doxyfile = $doxyfile -replace 'OUTPUT_DIRECTORY\s*=\s*\.', 'OUTPUT_DIRECTORY = docs'
61
- # Don't replace /cpp_tutorials/docs as it conflicts with OUTPUT_DIRECTORY setting
+ $doxyfile = $doxyfile -replace 'HTML_OUTPUT\s*=\s*/cpp_tutorials/docs/html', 'HTML_OUTPUT = html'
62
$doxyfile = $doxyfile -replace 'OUTPUT_TEXT_DIRECTION\s*=\s*None', '# OUTPUT_TEXT_DIRECTION = None'
63
$doxyfile = $doxyfile -replace 'HTML_TIMESTAMP\s*=\s*NO', '# HTML_TIMESTAMP = NO'
64
$doxyfile = $doxyfile -replace 'FORMULA_TRANSPARENT\s*=\s*YES', '# FORMULA_TRANSPARENT = YES'
0 commit comments