File tree Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 40
40
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41
41
* POSSIBILITY OF SUCH DAMAGE.
42
42
*
43
- * @package Diff
43
+ * @package jblond
44
44
* @author Chris Boulton <chris.boulton@interspire.com>
45
45
* @copyright (c) 2009 Chris Boulton
46
46
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
Original file line number Diff line number Diff line change 37
37
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38
38
* POSSIBILITY OF SUCH DAMAGE.
39
39
*
40
- * @package DiffLib
40
+ * @package jblond\Diff\Renderer\Html
41
41
* @author Chris Boulton <chris.boulton@interspire.com>
42
42
* @copyright (c) 2009 Chris Boulton
43
43
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
44
44
* @version 1.10
45
45
* @link https://github.com/JBlond/php-diff
46
46
*/
47
-
48
- /**
49
- * Class Diff_Renderer_Html_Array
50
- */
51
47
class HtmlArray extends RendererAbstract
52
48
{
53
49
/**
Original file line number Diff line number Diff line change 35
35
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36
36
* POSSIBILITY OF SUCH DAMAGE.
37
37
*
38
- * @package DiffLib
38
+ * @package jblond\Diff\Renderer\Html
39
39
* @author Chris Boulton <chris.boulton@interspire.com>
40
40
* @copyright (c) 2009 Chris Boulton
41
41
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
42
42
* @version 1.10
43
43
* @link https://github.com/JBlond/php-diff
44
44
*/
45
-
46
- /**
47
- * Class Diff_Renderer_Html_Inline
48
- */
49
45
class Inline extends HtmlArray
50
46
{
51
47
/**
Original file line number Diff line number Diff line change 35
35
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36
36
* POSSIBILITY OF SUCH DAMAGE.
37
37
*
38
- * @package DiffLib
38
+ * @package jblond\Diff\Renderer\Html
39
39
* @author Chris Boulton <chris.boulton@interspire.com>
40
40
* @copyright (c) 2009 Chris Boulton
41
41
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
42
42
* @version 1.10
43
43
* @link https://github.com/JBlond/php-diff
44
44
*/
45
-
46
- /**
47
- * Class Diff_Renderer_Html_SideBySide
48
- */
49
45
class SideBySide extends HtmlArray
50
46
{
51
47
/**
Original file line number Diff line number Diff line change 35
35
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36
36
* POSSIBILITY OF SUCH DAMAGE.
37
37
*
38
- * @package DiffLib
38
+ * @package jblond\Diff\Renderer
39
39
* @author Chris Boulton <chris.boulton@interspire.com>
40
40
* @copyright (c) 2009 Chris Boulton
41
41
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
Original file line number Diff line number Diff line change 37
37
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38
38
* POSSIBILITY OF SUCH DAMAGE.
39
39
*
40
- * @package DiffLib
40
+ * @package jblond\Diff\Renderer\Text
41
41
* @author Chris Boulton <chris.boulton@interspire.com>
42
42
* @copyright (c) 2009 Chris Boulton
43
43
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
44
44
* @version 1.10
45
45
* @link https://github.com/JBlond/php-diff
46
46
*/
47
-
48
- /**
49
- * Class Diff_Renderer_Text_Context
50
- */
51
47
class Context extends RendererAbstract
52
48
{
53
49
/**
Original file line number Diff line number Diff line change 37
37
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38
38
* POSSIBILITY OF SUCH DAMAGE.
39
39
*
40
- * @package DiffLib
40
+ * @package jblond\Diff\Renderer\Text
41
41
* @author Chris Boulton <chris.boulton@interspire.com>
42
42
* @copyright (c) 2009 Chris Boulton
43
43
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
You can’t perform that action at this time.
0 commit comments