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:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user