Trim struct: prefix in display output

This commit is contained in:
Kevin Sawicki
2012-12-17 11:25:55 -08:00
committed by Corey Johnson & Nathan Sobo
parent f06d4519ca
commit 62ddf8219f

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