2
0
mirror of https://github.com/boostorg/docca.git synced 2026-01-19 04:12:08 +00:00

remove requirement of Config.default_namespace

This commit is contained in:
Dmitry Arkhipov
2024-10-31 11:52:23 +03:00
parent c9709363ed
commit bc3f776196

View File

@@ -315,7 +315,7 @@ are enabled.
{% if entity is not Namespace -%}
{% continue %}
{%- endif -%}
{% if Config.default_namespace
{% if Config.get('default_namespace')
and entity.fully_qualified_name != Config.default_namespace -%}
{% continue %}
{%- endif -%}