Feature #77
All files need function headers and also file headers
| Status: | New | Start date: | 09/04/2009 | |
|---|---|---|---|---|
| Priority: | Very Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Future | |||
| Affected version: | All | Affected Architecture: |
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.
History
#1
Updated by Scott Ullrich over 3 years ago
- Target version changed from 2.0 to 3
- Affected version changed from 2.0 to All
#2
Updated by Chris Buechler about 3 years ago
- Tracker changed from Bug to Feature
#3
Updated by Chris Buechler about 3 years ago
- Target version changed from 3 to Future