From: Lukas Smith Date: Sat, 24 Nov 2007 13:55:20 +0000 (+0000) Subject: - fixed unexpected emphasis in reST parsing due to use of * X-Git-Tag: RELEASE_2_0_0a1~1287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ccca2143e19028d91f51adf727d45953d61256f;p=php - fixed unexpected emphasis in reST parsing due to use of * --- diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 27bcb104d4..5fe00ddd42 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -16,7 +16,7 @@ Code Implementation 1. Functions that are given pointers to resources should not free them -For instance, function int mail(char *to, char *from) should NOT free +For instance, ``function int mail(char *to, char *from)`` should NOT free to and/or from. Exceptions: