mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
adjust some comments to work with phpdocumentor. :)
git-svn-id: file:///svn/phpbb/trunk@6595 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -23,17 +23,12 @@ include_once($phpbb_root_path . 'includes/diff/renderer.' . $phpEx);
|
||||
* Code from pear.php.net, Text_Diff-0.2.1 (beta) package
|
||||
* http://pear.php.net/package/Text_Diff/
|
||||
*
|
||||
* Modified by Acyd Burn to meet our coding standards
|
||||
* Modified by phpBB Group to meet our coding standards
|
||||
* and being able to integrate into phpBB
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* General API for generating and formatting diffs - the differences between
|
||||
* two sequences of strings.
|
||||
*
|
||||
* The PHP diff code used in this package was originally written by Geoffrey
|
||||
* T. Dairiki and is used with his permission.
|
||||
*
|
||||
* @package phpBB3
|
||||
* @author Geoffrey T. Dairiki <dairiki@dairiki.org>
|
||||
*/
|
||||
@@ -182,7 +177,7 @@ class diff
|
||||
/**
|
||||
* Removes trailing newlines from a line of text. This is meant to be used with array_walk().
|
||||
*
|
||||
* @param string $line The line to trim.
|
||||
* @param string &$line The line to trim.
|
||||
* @param integer $key The index of the line in the array. Not used.
|
||||
*/
|
||||
function trim_newlines(&$line, $key)
|
||||
|
Reference in New Issue
Block a user