Improve appearance of functions in the outline

Authored by arichardson on Apr 26 2015, 7:02 PM.

Description

Improve appearance of functions in the outline

before:
+- main(int, char**)

-- argc : int

\-- argv : char**

after:
main(int argc, char** argv)

REVIEW: 123562

Details

Committed
arichardsonApr 29 2015, 8:12 PM
Parents
R32:8ab4b90ec880: Add outlineview plugin
Branches
Unknown
Tags
Unknown