Show
Ignore:
Timestamp:
05/28/04 01:16:10 (9 years ago)
Author:
benoitg
Message:

2004-05-27 Benoit Gr�goire <bock@…>

  • Massive Doxygen update in all files. IMPORTANT: The new convention is: @brief in the .h, long description and parameters in the .c
  • Cleaned up some more issues in my notes taken at the formal review
  • client_list.c,h: Make client_list_free_node() private, define and document client_list_mutex here
  • config.c: Start the hunt for evil globals: Get rid of the config global
  • doc/doxygen.cfg.in: Enable generation of internal doc, a few other tweaks
  • Documentation now generates a TODO list and DEPRECATED list, please look at them
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/util.c

    r135 r136  
    2323 * 11:37:43 aprilp Exp $ 
    2424 */ 
    25 /** @internal 
    26   @file firewall.c 
    27   @brief Firewall update functions 
     25/** 
     26  @file util.c 
     27  @brief Misc utility functions 
    2828  @author Copyright (C) 2004 Philippe April <papril777@yahoo.com> 
    2929 */ 
     
    4646#include "debug.h" 
    4747 
    48 /** @brief Execute a shell command 
    49  * 
    50  * Fork a child and execute a shell command, the parent 
     48/** Fork a child and execute a shell command, the parent 
    5149 * process waits for the child to return and returns the child's exit() 
    5250 * value.