📄 docs: Add proper filedoc tags
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
/**
|
/**
|
||||||
* Spacetraders ship purchasing page.
|
* Spacetraders ship purchasing page.
|
||||||
*
|
*
|
||||||
* @package SpacetradersApi
|
* @package SpacetradersAPI
|
||||||
* @author Keith Solomon <keith@keithsolomon.net>
|
* @author Keith Solomon <keith@keithsolomon.net>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @link https://git.keithsolomon.net/keith/Spacetraders
|
* @version GIT: <git_id>
|
||||||
|
* @link https://git.keithsolomon.net/keith/Spacetraders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/spacetraders-api.php';
|
require_once __DIR__ . '/lib/spacetraders-api.php';
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
/**
|
/**
|
||||||
* Spacetraders configuration page.
|
* Spacetraders configuration page.
|
||||||
*
|
*
|
||||||
* @package Spacetraders
|
* @package SpacetradersAPI
|
||||||
* @author Keith Solomon <keith@keithsolomon.net>
|
* @author Keith Solomon <keith@keithsolomon.net>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @link https://git.keithsolomon.net/keith/Spacetraders
|
* @version GIT: <git_id>
|
||||||
|
* @link https://git.keithsolomon.net/keith/Spacetraders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/spacetraders-storage.php';
|
require_once __DIR__ . '/lib/spacetraders-storage.php';
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
/**
|
/**
|
||||||
* Spacetraders PHP Implementation
|
* Spacetraders PHP Implementation
|
||||||
*
|
*
|
||||||
* @package SpacetradersApi
|
* @package SpacetradersAPI
|
||||||
* @author Keith Solomon <keith@keithsolomon.net>
|
* @author Keith Solomon <keith@keithsolomon.net>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @link https://git.keithsolomon.net/keith/Spacetraders
|
* @version GIT: <git_id>
|
||||||
|
* @link https://git.keithsolomon.net/keith/Spacetraders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/spacetraders-api.php';
|
require_once __DIR__ . '/lib/spacetraders-api.php';
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
/**
|
/**
|
||||||
* Spacetraders mining fleet control page.
|
* Spacetraders mining fleet control page.
|
||||||
*
|
*
|
||||||
* @package SpacetradersApi
|
* @package SpacetradersAPI
|
||||||
* @author Keith Solomon <keith@keithsolomon.net>
|
* @author Keith Solomon <keith@keithsolomon.net>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @link https://git.keithsolomon.net/keith/Spacetraders
|
* @version GIT: <git_id>
|
||||||
|
* @link https://git.keithsolomon.net/keith/Spacetraders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/spacetraders-api.php';
|
require_once __DIR__ . '/lib/spacetraders-api.php';
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
/**
|
/**
|
||||||
* Spacetraders ship details page.
|
* Spacetraders ship details page.
|
||||||
*
|
*
|
||||||
* @package SpacetradersApi
|
* @package SpacetradersAPI
|
||||||
* @author Keith Solomon <keith@keithsolomon.net>
|
* @author Keith Solomon <keith@keithsolomon.net>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @link https://git.keithsolomon.net/keith/Spacetraders
|
* @version GIT: <git_id>
|
||||||
|
* @link https://git.keithsolomon.net/keith/Spacetraders
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/spacetraders-api.php';
|
require_once __DIR__ . '/lib/spacetraders-api.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user