Skip to content

Commit

Permalink
fix doxyrest template
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Feb 16, 2024
1 parent ec91f5d commit f86dc1a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions doc/source/doxyrest-frames/cfamily/compound.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if compound.compoundKind == "namespace" or compound.compoundKind == "group" then
functionSectionName = "Global Functions"
indent = ""
else
variableSectionName = "\nFields"
functionSectionName = "\nMethods"
variableSectionName = "Fields"
functionSectionName = "Methods"
indent = "\t"
end

Expand All @@ -40,18 +40,12 @@ local compoundStats = prepareCompound(compound)
}
$(getCompoundTocTree(compound))

%{
local hasDetails =
compoundStats.hasDocumentedItems or
compoundStats.hasBriefDocumentation and compoundStats.hasDetailedDocumentation

if hasDetails then
}
Overview
~~~~~~~~

$(getItemDetailedDocumentation(compound))

%{
end -- if

if #compound.groupArray > 0 or compound.hasGlobalNamespace then
local groupTree = ""
Expand Down

0 comments on commit f86dc1a

Please sign in to comment.