From ff1860fde0672da4b57acf53cb3bae27e683ebaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Mon, 19 Jul 2010 07:19:18 +0000 Subject: [PATCH] Add the doxygen documentation of the denied.c file. --- documentation/denied.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 documentation/denied.txt diff --git a/documentation/denied.txt b/documentation/denied.txt new file mode 100644 index 0000000..ddb42f2 --- /dev/null +++ b/documentation/denied.txt @@ -0,0 +1,22 @@ +/*!\file denied.c +\brief List the denied accesses made by the user. + + +/*! \fn static void show_ignored_denied(FILE *fp_ou,int count) +Append a line in the table to show how many entries have been ignored for the user. + +\parm fp_ou The html file with the denied report page. +\param count The number of ignored entries. +*/ + + + + + +/*! \fn void gen_denied_report(void) +Write the denied report page from the sorted denied list file. +*/ + + + +*/ -- 2.47.2