Documentation - Fix issue with documentation build (#992)

- Modified Doxygen configuration to suppress documentation warnings and errors while enabling recursive example processing
- Removed sample documentation references from PDF and HTML file lists
- Updated example paths to include ViewerTest source files with recursive pattern matching
This commit is contained in:
Pasukhin Dmitry
2026-01-12 09:06:59 +00:00
committed by GitHub
parent 4afc8ef788
commit bfd3fcae2e
5 changed files with 8 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ runs:
run: |
set PATH=%PATH%;C:\Program Files\doxygen\bin;C:\Program Files\Graphviz\bin;C:\Program Files\doxygen
cd build
cmake --build . --target doc --config Release
cmake --build . --target doc --config Release & exit /b 0
shell: cmd
- name: Upload refman documentation