Skip to content

Commit d9e4577

Browse files
Core, Tools, FX: documentation updates
1 parent 56b20be commit d9e4577

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: codespell-project/actions-codespell@master
3838
with:
3939
check_filenames: true
40-
ignore_words_list: lod
40+
ignore_words_list: lod,thirdparty
4141
skip: ./.git,./DiligentCore,./DiligentTools,./DiligentFX,./DiligentSamples
4242
path: .
4343

DiligentCore

Submodule DiligentCore updated 140 files

Doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ RESOLVE_UNNAMED_PARAMS = YES
598598
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
599599
# The default value is: NO.
600600

601-
HIDE_UNDOC_MEMBERS = NO
601+
HIDE_UNDOC_MEMBERS = YES
602602

603603
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
604604
# undocumented classes that are normally visible in the class hierarchy. If set

0 commit comments

Comments
 (0)