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 27da4e3 commit 731065dCopy full SHA for 731065d
.github/workflows/windows-build.yml
@@ -53,7 +53,8 @@ jobs:
53
54
# Update Doxyfile for Windows environment
55
$doxyfile = Get-Content Doxyfile -Raw
56
- $doxyfile = $doxyfile -replace 'INPUT\s*=\s*/cpp_tutorials/src', 'INPUT = src'
+ $doxyfile = $doxyfile -replace '/cpp_tutorials/src', 'src'
57
+ $doxyfile = $doxyfile -replace '/cpp_tutorials/docs', 'docs'
58
$doxyfile = $doxyfile -replace 'OUTPUT_DIRECTORY\s*=\s*\.', 'OUTPUT_DIRECTORY = docs'
59
$doxyfile = $doxyfile -replace 'OUTPUT_TEXT_DIRECTION\s*=\s*None', '# OUTPUT_TEXT_DIRECTION = None'
60
$doxyfile = $doxyfile -replace 'HTML_TIMESTAMP\s*=\s*NO', '# HTML_TIMESTAMP = NO'
0 commit comments