Skip to content

Commit 2966d01

Browse files
authored
Merge pull request #688 from veselypeta/petr/fix-heading
Fix API Listing typdef header
2 parents 0189058 + b495e39 commit 2966d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/templates/api_listing.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ ${th.make_type_name(n, tags, obj)}
247247
%for obj in objects:
248248
%if re.match(r"typedef", obj['type']):
249249
%if isempty: # only display section title if there is content.
250-
${title} Structures
250+
${title} Typedefs
251251
--------------------------------------------------------------------------------
252252
<%isempty = False%>
253253
%endif

0 commit comments

Comments
 (0)