svn: /web/doc-editor/trunk/php/ LogManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 26 Dec 2009 23:58:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292680
Log:
Add comment of this new var
Changed paths:
U web/doc-editor/trunk/php/LogManager.php
Modified: web/doc-editor/trunk/php/LogManager.php
===================================================================
--- web/doc-editor/trunk/php/LogManager.php 2009-12-26 23:57:28 UTC (rev 292679)
+++ web/doc-editor/trunk/php/LogManager.php 2009-12-26 23:58:46 UTC (rev 292680)
@@ -198,6 +198,7 @@
* Get the data about a failed build.
*
* @param $id The id of the failed build into DB we want to retrieve
+ * @param $highlight If set to tru (default), some elements of the content is html-hightlighted.
* @return The content of this failed build
*/
public function getFailedBuildData($id, $highlight=true)