mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Trim struct: prefix in display output
This commit is contained in:
@@ -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