Changed documentation

This commit is contained in:
Michael Vogel 2016-07-08 22:55:39 +02:00
parent f86dac652f
commit 058c93a64c
1 changed files with 6 additions and 8 deletions

View 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 {
/**