mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Trim struct: prefix in display output
This commit is contained in:
committed by
Corey Johnson & Nathan Sobo
parent
f06d4519ca
commit
62ddf8219f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user