]> git.mxchange.org Git - friendica.git/commitdiff
Still some more documentation
authorMichael Vogel <icarus@dabo.de>
Mon, 25 Jan 2016 21:10:26 +0000 (22:10 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 25 Jan 2016 21:10:26 +0000 (22:10 +0100)
include/dfrn.php

index 885e03a91badb275b1058e450caf80e4472444bf..ee29e7347cc0de1ff50f2f9a11d1396240d898cf 100644 (file)
@@ -1,8 +1,19 @@
 <?php
+/**
+ * @file include/dfrn.php
+ * @brief The implementation of the dfrn protocol
+ *
+ * https://github.com/friendica/friendica/wiki/Protocol
+ */
+
 require_once('include/items.php');
 require_once('include/Contact.php');
 require_once('include/ostatus.php');
 
+/**
+ * @brief This class contain functions to create and send DFRN XML files
+ *
+ */
 class dfrn {
 
        /**