add some doxygen comments

This commit is contained in:
Fabrixxm 2016-02-09 11:10:00 +01:00
parent aec8a1883e
commit d2a9aa1972
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
<?php
/**
* @file include/autoloader.php
*/
/**
* @brief composer-derived autoloader init
**/
class FriendicaAutoloaderInit
{
private static $loader;