mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
doc: fixed undefined label warning
Doxyrest generates links to protected method default_attr() in primitive_desc_base class. This link becomes broken with PROTECTION_FILTER="public".
This commit is contained in:
committed by
Vadim Pirogov
parent
5bc5ba521c
commit
6a0340f648
@ -246,7 +246,7 @@ CREF_DB = false
|
||||
By default, only public items are included into documentation.
|
||||
]]
|
||||
|
||||
PROTECTION_FILTER = "public"
|
||||
PROTECTION_FILTER = "protected"
|
||||
|
||||
--!
|
||||
--! In many projects empty defines are *only* used as include-guards (and as
|
||||
|
Reference in New Issue
Block a user