Author: greg.ercolano
Date: 2012-03-05 13:09:14 -0800 (Mon, 05 Mar 2012)
New Revision: 664
Log:
small mods to support pdf version of cmp.


Modified:
   trunk/cmp.php

Modified: trunk/cmp.php
===================================================================
--- trunk/cmp.php       2012-03-05 20:59:51 UTC (rev 663)
+++ trunk/cmp.php       2012-03-05 21:09:14 UTC (rev 664)
@@ -1088,7 +1088,7 @@
     </li>
     <li> Itemized lists can be specified two ways; both work, left is 
preferred:</li>
     <p>
-    <table class=simple-table><tr>
+    <table border="1">
        <th>- Preferred -</th>
        <th>- Old -</th>
     <tr>
@@ -1965,25 +1965,28 @@
   Developers for 1.3 settled on the /** .. */ format for these reasons:
   <pre>
   erco 3/13/09:
-      I do like when (*)s run down left margin of all comments; easier to 
differentiate comments 
-      from code in large doc blocks.
+      I do like when (*)s run down left margin of all comments; easier
+      to differentiate comments from code in large doc blocks.
   matt 3/14/09:
       Yes, same here. I usually align them in the second column.
   erco 3/15/09:
-      Duncan doesn't like (*)s down the left because it complicates paragraph 
reformatting.. passing that on.
+      Duncan doesn't like (*)s down the left because it complicates
+      paragraph reformatting.. passing that on.
   erco 3/15/09:
-      Albrecht says this was already discussed and decision was *no stars* 
down the left, 
-      so I modified the examples here to follow this rule.
+      Albrecht says this was already discussed and decision was *no stars*
+      down the left, so I modified the examples here to follow this rule.
   erco 3/15/09:
-      Note: fltk2 uses QT /*! style comments, whereas fltk1 uses /** as 
described above. 
-      Should standard reflect this?
+      Note: fltk2 uses QT /*! style comments, whereas fltk1 uses /**
+      as described above.  Should standard reflect this?
   erco 07/18/10:
-      We seem to be going with /** style comments, no (*)s running down left 
margin (as per Duncan's sugg).
+      We seem to be going with /** style comments, no (*)s running down
+      left margin (as per Duncan's sugg).
   </pre>
 
   <h2><a name='DR_GENERAL_DEV_RECO'>General Developer Recommendations</a></h2>
-  Many of the notes in this section are from Fabien's TODO.doc, and seem 
consistent with the
-  actual fltk docs during the 1.1.x-to-1.3.x doxygenification transition.
+  Many of the notes in this section are from Fabien's TODO.doc, and
+  seem consistent with the actual fltk docs during the 1.1.x-to-1.3.x
+  doxygenification transition.
 
 </ul>
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to