]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/CodingStyle.pod
release: 0.0.49
[lilypond.git] / Documentation / CodingStyle.pod
index 5ce7a20e04bd83982c930ff5ed7d419fc8a5cdee..c1a9c7aed0981db668ecd76276027c59b2f65aba 100644 (file)
@@ -375,3 +375,5 @@ Variable foo: an C<Int*> that you must delete
 Variable bar: an C<Int*> that you must not delete
 
 =back
+
+Generally default arguments are taboo, except for nil pointers.