[phc-internals] [phc commit] r2660 - Fix a sourcecode directive
which was missing a language.
codesite-noreply at google.com
codesite-noreply at google.com
Sun May 24 17:57:14 IST 2009
Author: paul.biggar
Date: Sun May 24 09:55:58 2009
New Revision: 2660
Modified:
trunk/doc/manual/grammar.rst
Log:
Fix a sourcecode directive which was missing a language.
Modified: trunk/doc/manual/grammar.rst
==============================================================================
--- trunk/doc/manual/grammar.rst (original)
+++ trunk/doc/manual/grammar.rst Sun May 24 09:55:58 2009
@@ -45,7 +45,7 @@
Statements
----------
-.. sourcecode::
+.. sourcecode:: haskell
Statement ::=
Class_def | Interface_def | Method
More information about the phc-internals
mailing list