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:
Pirogov, Vadim
2025-07-16 12:55:02 -07:00
committed by Vadim Pirogov
parent 5bc5ba521c
commit 6a0340f648

View File

@ -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