Fixed some wrong @see annotations

This commit is contained in:
Marc Philip Scholten 2013-12-26 12:09:40 +01:00
parent ea8cadddad
commit 6d8c02c432

View File

@ -437,7 +437,7 @@ class Net_SSH1
/** /**
* Log Boundary * Log Boundary
* *
* @see Net_SSH2::_format_log * @see Net_SSH1::_format_log
* @access private * @access private
*/ */
var $log_boundary = ':'; var $log_boundary = ':';
@ -445,7 +445,7 @@ class Net_SSH1
/** /**
* Log Long Width * Log Long Width
* *
* @see Net_SSH2::_format_log * @see Net_SSH1::_format_log
* @access private * @access private
*/ */
var $log_long_width = 65; var $log_long_width = 65;
@ -453,7 +453,7 @@ class Net_SSH1
/** /**
* Log Short Width * Log Short Width
* *
* @see Net_SSH2::_format_log * @see Net_SSH1::_format_log
* @access private * @access private
*/ */
var $log_short_width = 16; var $log_short_width = 16;