changed PHPDoc package
This commit is contained in:
parent
0b8ac37cb7
commit
6761f601c6
|
@ -22,9 +22,9 @@ $Id$
|
|||
*/
|
||||
|
||||
/**
|
||||
* This file provides functions to load and save account profiles for users/groups/hosts.
|
||||
* This file provides functions to load and save account profiles.
|
||||
*
|
||||
* @package configuration
|
||||
* @package profiles
|
||||
* @author Roland Gruber
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ $Id$
|
|||
/**
|
||||
* Saves new/modified profiles.
|
||||
*
|
||||
* @package Profiles
|
||||
* @package profiles
|
||||
* @author Roland Gruber
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ $Id$
|
|||
/**
|
||||
* Manages deletion of profiles.
|
||||
*
|
||||
* @package Profiles
|
||||
* @package profiles
|
||||
* @author Roland Gruber
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ $Id$
|
|||
/**
|
||||
* This is the main window of the profile editor.
|
||||
*
|
||||
* @package Profiles
|
||||
* @package profiles
|
||||
* @author Roland Gruber
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ $Id$
|
|||
/**
|
||||
* Manages creating/changing of profiles.
|
||||
*
|
||||
* @package Profiles
|
||||
* @package profiles
|
||||
* @author Roland Gruber
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue