Readme and comments update

This commit is contained in:
Joey Kimsey
2025-02-02 18:02:51 -05:00
parent 2ec0473930
commit 9c48e66bf5
12 changed files with 68 additions and 172 deletions

View File

@ -7,9 +7,9 @@
* given point in the script. It can also interface directly with the browser via the
* Overwatch browser extension.
*
* @version 3.0
* @version 1.0.7
* @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/Core
* @link https://TheTempusProject.com/libraries/Canary
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
namespace TheTempusProject\Canary\Bin;
@ -427,6 +427,7 @@ class Canary {
self::gend();
}
}
/**
* Socket function for a debugging error.
*

View File

@ -4,9 +4,9 @@
*
* Uses the Hermes autoloader if it has been defined.
*
* @version 3.0
* @version 1.0.7
* @author Joey Kimsey <Joey@thetempusproject.com>
* @link https://TheTempusProject.com/TempusDebugger
* @link https://TheTempusProject.com/libraries/Canary
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
namespace TheTempusProject\Canary;