Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425866
D10147.id24430.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D10147.id24430.diff
View Options
diff --git a/src/parser/xhpast/bin/xhpast_parse.php b/src/parser/xhpast/bin/xhpast_parse.php
--- a/src/parser/xhpast/bin/xhpast_parse.php
+++ b/src/parser/xhpast/bin/xhpast_parse.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @group xhpast
- */
function xhpast_is_available() {
static $available;
if ($available === null) {
@@ -21,10 +18,6 @@
return $available;
}
-
-/**
- * @group xhpast
- */
function xhpast_get_binary_path() {
if (phutil_is_windows()) {
return dirname(__FILE__).'\\xhpast.exe';
@@ -32,10 +25,6 @@
return dirname(__FILE__).'/xhpast';
}
-
-/**
- * @group xhpast
- */
function xhpast_get_build_instructions() {
$root = phutil_get_library_root('phutil');
$make = $root.'/../scripts/build_xhpast.sh';
@@ -48,10 +37,6 @@
EOHELP;
}
-
-/**
- * @group xhpast
- */
function xhpast_get_parser_future($data) {
if (!xhpast_is_available()) {
try {
@@ -68,9 +53,6 @@
return $future;
}
-/**
- * @group xhpast
- */
function xhpast_build() {
$root = phutil_get_library_root('phutil');
execx('%s', $root.'/../scripts/build_xhpast.sh');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 6:30 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7715288
Default Alt Text
D10147.id24430.diff (1 KB)
Attached To
Mode
D10147: Remove some leftover `@group` annotations
Attached
Detach File
Event Timeline
Log In to Comment