From a0fd436324823789a2a357d8e55e2b90f3a4f84d Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 9 Jul 2010 16:45:11 -0700 Subject: [PATCH] commenting --- lib/data.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/data.php b/lib/data.php index 8c6a537..7d26c36 100644 --- a/lib/data.php +++ b/lib/data.php @@ -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) { -- 2.34.1