Add classes description on docblock

This commit is contained in:
Diogo Cordeiro
2018-07-13 12:32:27 +01:00
parent d7627fb061
commit 6a9b649cd7
13 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,11 @@ if (!defined ('GNUSOCIAL')) {
}
/**
* ActivityPub's own Postman
*
* Standard workflow expects that we send an Explorer to find out destinataries'
* inbox address. Then we send our postman to deliver whatever we want to send them.
*
* @category Plugin
* @package GNUsocial
* @author Diogo Cordeiro <diogo@fc.up.pt>