summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorajs <ajs>2004-12-03 19:03:33 +0000
committerajs <ajs>2004-12-03 19:03:33 +0000
commit5e76477456ce8bc4a1eeaccb5c5e1d3d99ab1300 (patch)
tree6a05e47a55e4afce73b653e00f9abfd34f860511 /HACKING
parent2cac10935b6e2aabeb480d6769be01d9eec7101f (diff)
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* HACKING: Indicate that header files should be consulted for documentation, particularly logging levels in lib/log.h. * log.h: Document appropriate use of syslog logging priorities inside quagga.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 10 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index fa5ac1ac..1335b082 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,5 @@
-*- mode: text; -*-
-$Id: HACKING,v 1.12 2004/11/15 19:23:47 gdt Exp $
+$Id: HACKING,v 1.13 2004/12/03 19:03:33 ajs Exp $
GUIDELINES FOR HACKING ON QUAGGA
@@ -36,6 +36,15 @@ the top, commented out appropriately for the file type. Just add
<dollar>Id:<dollar>, replacing <dollar> with $. See line 2 of HACKING
for an example; on checkout :$ is expanded to include the value.
+Please document fully the proper use of a new function in the header file
+in which it is declared. And please consult existing headers for
+documentation on how to use existing functions. In particular, please consult
+these header files:
+
+ lib/log.h logging levels and usage guidance
+ [more to be added]
+
+
CHANGELOG
Add a ChangeLog entry whenever changing code, except for minor fixes