mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-03-12 05:35:22 -07:00
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
<?php
|
|
|
|
return (object)[
|
|
'rootNamespace' => 'SpacesAPI',
|
|
'destDirectory' => 'docs',
|
|
'format' => 'github',
|
|
'classes' => [
|
|
'\SpacesAPI\Spaces',
|
|
'\SpacesAPI\Space',
|
|
'\SpacesAPI\File',
|
|
],
|
|
];
|