Homec4science

Render Diviner atom signatures on one line

Authored by epriestley <git@epriestley.com> on Sep 8 2013, 18:11.

Description

Render Diviner atom signatures on one line

Summary:
Ref T988. Instead of rendering this:

ClassName
final class ClassName

methodName
final public function methodName(...)

...just render this:

final class ClassName

final public function methodName(...)

Also link and anchor the method names.

Test Plan:
Before:

{F57536}
{F57537}

After:

{F57538}
{F57539}

Reviewers: chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T988

Differential Revision: https://secure.phabricator.com/D6908

Details

Committed
epriestley <git@epriestley.com>Sep 8 2013, 18:11
Pushed
aubortJan 31 2017, 17:16
Parents
rPH4cc40933c466: Color consolidation
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPH2367b6422945: Render Diviner atom signatures on one line (authored by epriestley <git@epriestley.com>).Sep 8 2013, 18:11