Always correctly link to the constructor of Crypt_Base.

This commit is contained in:
Andreas Fischer 2014-06-16 16:42:18 +02:00
parent 91e78c2106
commit d38886c2a9
5 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@ define('CRYPT_AES_MODE_OFB', CRYPT_MODE_OFB);
/**#@+
* @access private
* @see Crypt_AES::Crypt_AES()
* @see Crypt_Base::Crypt_Base()
*/
/**
* Toggles the internal implementation

View File

@ -103,7 +103,7 @@ define('CRYPT_BLOWFISH_MODE_OFB', CRYPT_MODE_OFB);
/**#@+
* @access private
* @see Crypt_Blowfish::Crypt_Blowfish()
* @see Crypt_Base::Crypt_Base()
*/
/**
* Toggles the internal implementation

View File

@ -123,7 +123,7 @@ define('CRYPT_DES_MODE_OFB', CRYPT_MODE_OFB);
/**#@+
* @access private
* @see Crypt_DES::Crypt_DES()
* @see Crypt_Base::Crypt_Base()
*/
/**
* Toggles the internal implementation

View File

@ -120,7 +120,7 @@ define('CRYPT_RIJNDAEL_MODE_OFB', CRYPT_MODE_OFB);
/**#@+
* @access private
* @see Crypt_Rijndael::Crypt_Rijndael()
* @see Crypt_Base::Crypt_Base()
*/
/**
* Toggles the internal implementation

View File

@ -103,7 +103,7 @@ define('CRYPT_TWOFISH_MODE_OFB', CRYPT_MODE_OFB);
/**#@+
* @access private
* @see Crypt_Twofish::Crypt_Twofish()
* @see Crypt_Base::Crypt_Base()
*/
/**
* Toggles the internal implementation