]> git.mxchange.org Git - friendica.git/commitdiff
Changed documentation
authorMichael Vogel <icarus@dabo.de>
Fri, 8 Jul 2016 20:55:39 +0000 (22:55 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 8 Jul 2016 20:55:39 +0000 (22:55 +0200)
include/Probe.php

index 8a606ecaef5f43309b752acc1a4e965de7ffe728..d9778c2ee71d5fb9dcda8f601f66c26c2470eb11 100644 (file)
@@ -1,13 +1,7 @@
 <?php
 /**
- * @brief This class contain functions for probing URL
- *
- * To-Do:
- *
- * - OStatus links with index.php
- * - OStatus alias link
- * - Non absolute URL in feeds?
- * - Workaround for misconfigured Friendica servers?
+ * @file include/Probe.php
+ * @brief Functions for probing URL
  *
  */
 
@@ -18,6 +12,10 @@ require_once("include/feed.php");
 require_once('include/email.php');
 require_once('include/network.php');
 
+/**
+ * @brief This class contain functions for probing URL
+ *
+ */
 class Probe {
 
        /**