[svn:parrot] r36177 - trunk/docs/dev

coke at svn.parrot.org coke at svn.parrot.org
Fri Jan 30 20:48:58 UTC 2009


Author: coke
Date: Fri Jan 30 20:48:57 2009
New Revision: 36177
URL: https://trac.parrot.org/parrot/changeset/36177

Log:
fix POD so the the list renders as one.

Modified:
   trunk/docs/dev/headerizer.pod

Modified: trunk/docs/dev/headerizer.pod
==============================================================================
--- trunk/docs/dev/headerizer.pod	Fri Jan 30 17:53:12 2009	(r36176)
+++ trunk/docs/dev/headerizer.pod	Fri Jan 30 20:48:57 2009	(r36177)
@@ -28,8 +28,14 @@
 function in source, so linking on Windows broke.  If that happens again,
 here's what you do:
 
-* Run Configure.pl
-* Update the source with PARROT_EXPORT above the return type
-* Run "make headerizer"
+=over 4
+
+=item * Run Configure.pl
+
+=item * Update the source with PARROT_EXPORT above the return type
+
+=item * Run "make headerizer"
+
+=back
 
 The .h file should now have PARROT_EXPORT for the function in question.


More information about the parrot-commits mailing list