mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2024-11-21 01:31:50 -08: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',
|
|
],
|
|
];
|