@@ -809,9 +809,7 @@ static const std::string TEMPLATE_KIND_NONCLASS =
809
809
810
810
{% include "breadcrumbs" -%}
811
811
812
- {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description)
813
-
814
- {% endif -%}
812
+ {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description){% endif %}
815
813
816
814
{% include "nonclass_members_tables" -%}
817
815
@@ -828,9 +826,7 @@ static const std::string TEMPLATE_KIND_CLASS =
828
826
829
827
{% include "breadcrumbs" %}
830
828
831
- {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description)
832
-
833
- {% endif -%}
829
+ {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description){% endif %}
834
830
835
831
{% if exists("includes") %}
836
832
`#include {{includes}}`
@@ -870,9 +866,7 @@ static const std::string TEMPLATE_KIND_GROUP =
870
866
871
867
{% include "breadcrumbs" -%}
872
868
873
- {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description)
874
-
875
- {% endif -%}
869
+ {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description){% endif %}
876
870
877
871
{% include "nonclass_members_tables" -%}
878
872
@@ -888,9 +882,7 @@ static const std::string TEMPLATE_KIND_GROUP =
888
882
static const std::string TEMPLATE_KIND_FILE =
889
883
R"( {% include "header" -%}
890
884
891
- {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description)
892
-
893
- {% endif -%}
885
+ {% if exists("brief") %}{{brief}}{% endif %}{% if hasDetails %} [More...](#detailed-description){% endif %}
894
886
895
887
{% include "nonclass_members_tables" -%}
896
888
0 commit comments