Skip to content
Snippets Groups Projects
Commit 986794ad authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix doxygen

parent d03714d6
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,8 @@ ...@@ -17,9 +17,8 @@
*/ */
/** /**
* \file htdocs/core/lib/functions2.lib.php * \file htdocs/core/lib/geturl.lib.php
* \brief A set of functions for Dolibarr * \brief This file contains functions dedicated to get URL.
* This file contains all rare functions.
*/ */
/** /**
...@@ -29,7 +28,7 @@ ...@@ -29,7 +28,7 @@
* @param string $postorget 'POST', 'GET', 'HEAD' * @param string $postorget 'POST', 'GET', 'HEAD'
* @param string $param Paraemeters of URL (x=value1&y=value2) * @param string $param Paraemeters of URL (x=value1&y=value2)
* @param string $followlocation 1=Follow location, 0=Do not follow * @param string $followlocation 1=Follow location, 0=Do not follow
* @param array $addhearers Array of string to add into header. Example: ('Accept: application/xrds+xml', ....) * @param array $addheaders Array of string to add into header. Example: ('Accept: application/xrds+xml', ....)
* @return array Returns an associative array containing the response from the server array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...) * @return array Returns an associative array containing the response from the server array('content'=>response,'curl_error_no'=>errno,'curl_error_msg'=>errmsg...)
*/ */
function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addheaders=array()) function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addheaders=array())
...@@ -125,3 +124,4 @@ function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addhea ...@@ -125,3 +124,4 @@ function getURLContent($url,$postorget='GET',$param='',$followlocation=1,$addhea
return $rep; return $rep;
} }
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment