Doxygen
This commit is contained in:
parent
5490f71326
commit
ba479b95f0
@ -17,15 +17,14 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/core/cookie.class.php
|
||||
\ingroup core
|
||||
\version $Id$
|
||||
\brief File of class to manage cookies
|
||||
* \file htdocs/core/cookie.class.php
|
||||
* \ingroup core
|
||||
* \version $Id$
|
||||
* \brief File of class to manage cookies
|
||||
*/
|
||||
|
||||
|
||||
class DolCookie
|
||||
{
|
||||
class DolCookie
|
||||
{
|
||||
var $myKey;
|
||||
var $myCookie;
|
||||
var $myValue;
|
||||
@ -207,6 +206,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user