Test for Doxygen.

FossilOrigin-Name: 96a0a25e4b0c373ccd87ca73b17513f3e6c0cbe8aab01ded8e918063a6c2dff7
This commit is contained in:
7u83@mail.ru 2014-08-24 13:03:27 +00:00
parent 5782a088ed
commit 902f5caab2
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ ACIPLIST * aciplist_create();
#define aciplist_foreach(l,callback,cbpriv) avltree_foreach(l,callback,cbpriv,1)
/* structure to hold info about an ac */
/**
* Structure to hold info about an AC
*/
struct ac_info{
int stations;
int limit;