You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/04/18 05:43:35 UTC

[zeta-commits] svn commit: r1094228 - /incubator/zetacomponents/website/Pakefile

Author: jeromer
Date: Mon Apr 18 05:43:34 2011
New Revision: 1094228

URL: http://svn.apache.org/viewvc?rev=1094228&view=rev
Log:
- Added missing PHPDoc

Modified:
    incubator/zetacomponents/website/Pakefile

Modified: incubator/zetacomponents/website/Pakefile
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/Pakefile?rev=1094228&r1=1094227&r2=1094228&view=diff
==============================================================================
--- incubator/zetacomponents/website/Pakefile (original)
+++ incubator/zetacomponents/website/Pakefile Mon Apr 18 05:43:34 2011
@@ -354,6 +354,13 @@ function run_docs( $task, $args )
 }
 /* ------ "Private" functions ----------- */
 
+/**
+ * Generates .index.xml files for tutorials
+ *
+ * @param string $tutorialRootDir
+ * @access public
+ * @return void
+ */
 function gen_tutorial_index_file( $tutorialRootDir )
 {
     pake_echo_comment( "Generating index files" );