Rocco Rutte:
[apps/madmutt.git] / doc / devel-notes.txt
index a404922..85b3b7e 100644 (file)
@@ -101,6 +101,7 @@ Style Guide
 
 - try to keep mutt-ng as portable as possible.
 
 
 - try to keep mutt-ng as portable as possible.
 
+- do not use C++-style comments (i.e. "// Comment")
 
 Documentation
 -------------
 
 Documentation
 -------------
@@ -117,6 +118,10 @@ where you may have to add documentation:
 Configuration _variables_ are documented directly in init.h.   Note
 that this includes documentation for possibly added format flags!
 
 Configuration _variables_ are documented directly in init.h.   Note
 that this includes documentation for possibly added format flags!
 
+When adding variables which depend on system-functionality and/or
+./configure switches, you have to add additional availability
+information to avoid confusion in the manual.
+
 The parts of The Manual and the muttngrc manual page dealing with
 these variables, and the global Muttrc, are generated automatically
 from that documentation.  To start this process, type "make
 The parts of The Manual and the muttngrc manual page dealing with
 these variables, and the global Muttrc, are generated automatically
 from that documentation.  To start this process, type "make