Actions
Feature #77
closedAll files need function headers and also file headers
Status:
Closed
Priority:
Very Low
Assignee:
-
Category:
-
Target version:
-
Start date:
09/04/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
Need file headers such as this:
/****h* pfSense/notices
* NAME
* notices.inc - pfSense notice utilities
* DESCRIPTION
* This include contains the pfSense notice facilities.
* HISTORY
* $Id$
*
/
Need function header on each function such as this:
/****f* notices/file_notice
* NAME
* file_notice
* INPUTS
* $id, $notice, $category, $url, $priority
* RESULT
* Files a notice and kicks off the various alerts, smtp, growl, system log, LED's, etc.
**/
We can then begin creating api documentation again after these fixes.
Actions