Trim struct: prefix in display output

This commit is contained in:
Kevin Sawicki
2012-12-17 11:25:55 -08:00
parent 9ea2f56f6e
commit 9e4325d8b2

View File

@@ -15,6 +15,8 @@ class TagGenerator
section.substring(5)
else if section.indexOf('signature:') is 0
section.substring(10)
else if section.indexOf('struct:') is 0
section.substring(7)
else
section