Skip to content

Commit

Permalink
Merge branch 'public-types'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jan 20, 2015
2 parents 23486af + a789af2 commit 6a9635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathe/renderer/rst/doxygen/compound.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CompoundDefTypeSubRenderer(Renderer):
# having two lists in case they fall out of sync
sections = [
("user-defined", "User Defined"),
("public-type", "Public Type"),
("public-type", "Public Types"),
("public-func", "Public Functions"),
("public-attrib", "Public Members"),
("public-slot", "Public Slots"),
Expand Down

0 comments on commit 6a9635c

Please sign in to comment.