Homec4science

Make PhutilDocblockParser slightly more liberal in finding "@special"…

Authored by epriestley <git@epriestley.com> on Aug 27 2013, 14:14.

Description

Make PhutilDocblockParser slightly more liberal in finding "@special" annotations

Summary:
Ref T988. XHProf has some docblocks like this:

/**
 * Blah blah blah, one space indent.
 *
 *  @author two space indent
 */

This is slightly ambiguous with code blocks, but be more liberal in parsing it since we don't really create any ambiguity.

Test Plan: Unit tests.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T988

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

Details

Committed
epriestley <git@epriestley.com>Aug 27 2013, 14:14
Pushed
aubortMar 17 2017, 12:03
Parents
rPHU7949a69ca237: Implement a simple type language
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU4dc37df2bd86: Make PhutilDocblockParser slightly more liberal in finding "@special"… (authored by epriestley <git@epriestley.com>).Aug 27 2013, 14:14