includes/json.php
changeset 468 194a19711346
parent 1 fe660c52c48f
child 1227 bdac73ed481e
--- a/includes/json.php	Sat Mar 01 18:56:37 2008 -0500
+++ b/includes/json.php	Sat Mar 01 18:57:07 2008 -0500
@@ -94,9 +94,7 @@
 /**
  * Converts to and from JSON format.
  *
- * Brief example of use:
- *
- * <code>
+ * @example <code>
    // create a new instance of Services_JSON
    $json = new Services_JSON();
   
@@ -111,6 +109,7 @@
    $input = file_get_contents('php://input', 1000000);
    $value = $json->decode($input);
    </code>
+ *
  */
 class Services_JSON
 {