]> git.quilime.com - plog.git/commitdiff
commenting
authorGabriel Dunne <gdunne@quilime.com>
Fri, 9 Jul 2010 23:45:11 +0000 (16:45 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 9 Jul 2010 23:45:11 +0000 (16:45 -0700)
lib/data.php

index 8c6a537ff8412cd1b31c9ebf33cc8284631548fb..7d26c3605122bfe3eaab74d52492d2245447e8f9 100644 (file)
@@ -40,7 +40,7 @@ function get_entries( $path = "", $args = array())
 
 
 /**
- * get pages
+ * get all pages
  */
 function get_pages()
 {
@@ -59,8 +59,8 @@ function get_pages()
 
 /**
  *     returns directories of a folder
- *     @param path     the path to search. defaults to the CONTENT_DIR
- *     @param recursive        default is true
+ *     @param path the path to search. defaults to the CONTENT_DIR
+ *     @param args array
  */
 function get_dirs( $path = "", $args = array())
 {
@@ -85,8 +85,8 @@ function get_dirs( $path = "", $args = array())
 
 
 /**
- * @param splFileInfo          SPLFileInfo Object
- * @param include_drafts       default is false
+ * @param splFileInfo SPLFileInfo Object
+ * @param page default is false
  */
 function parse_entry($fileInfo, $page = 0)
 {