Merge pull request #951 from dawnbreak/docu

💡 Add source documentation from recent conversations.
This commit is contained in:
git-marijus
2018-01-12 10:15:43 +01:00
committed by GitHub
9 changed files with 335 additions and 118 deletions

View File

@@ -2010,7 +2010,7 @@ function build_querystring($params, $name = null) {
}
/*
/**
* @brief Much better way of dealing with c-style args.
*/
function argc() {
@@ -2031,6 +2031,8 @@ function dba_timer() {
/**
* @brief Returns xchan_hash from the observer.
*
* Observer can be a local or remote channel.
*
* @return string xchan_hash from observer, otherwise empty string if no observer
*/
function get_observer_hash() {
@@ -2041,7 +2043,6 @@ function get_observer_hash() {
return '';
}
/**
* @brief Returns the complete URL of the current page, e.g.: http(s)://something.com/network
*