From 344fbb8d358c9a4f496c10ffed8d0c41337df5f8 Mon Sep 17 00:00:00 2001 From: Edward Speyer Date: Tue, 2 Aug 2011 18:12:36 +0100 Subject: [PATCH] Fix documentation: stop __init__ rendering in bold Summary: Requires https://secure.phabricator.com/rPHU0acf708b9b0fdbf59e4399f14dd8295b6a96972c from libphutil, which allows a backslash prefix to control escape sequences such as bold, underline, and invert. Test Plan: "arc help liberate" Reviewed By: epriestley Reviewers: epriestley CC: aran, epriestley Differential Revision: 767 --- src/workflow/liberate/ArcanistLiberateWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/liberate/ArcanistLiberateWorkflow.php b/src/workflow/liberate/ArcanistLiberateWorkflow.php index 645cee4c..68289392 100644 --- a/src/workflow/liberate/ArcanistLiberateWorkflow.php +++ b/src/workflow/liberate/ArcanistLiberateWorkflow.php @@ -34,7 +34,7 @@ class ArcanistLiberateWorkflow extends ArcanistBaseWorkflow { **liberate** [__path__] Supports: libphutil Create or update a libphutil library, generating required metadata - files like __init__.php. + files like \__init__.php. EOTEXT ); }