Home GnuPG

Improve parsing of docblock specials
237549280f08Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Improve parsing of docblock specials

Summary:
Currently the tags of following docblock are parsed as array('special' => "foo\nbar"). This diff changes the output to be array('special' => array('foo', 'bar')).

/**
 * @special foo
 * @special bar
 */

Test Plan: Ran unit tests.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

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

Details

Provenance
Joshua Spence <josh@freelancer.com>Authored on Aug 23 2016, 2:15 AM
Parents
rPHUTIL9c03af69571f: Record the last time a connection was used on the connection object
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@freelancer.com> committed rPHUTIL237549280f08: Improve parsing of docblock specials (authored by Joshua Spence <josh@freelancer.com>).Aug 23 2016, 4:13 AM