diff options
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 44fca24..7bfcc73 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -731,6 +731,10 @@ setup the tests. Run "make test" to run all the tests. | |||
731 | 731 | ||
732 | <para>You should use /* */ for comments and not // as some compilers | 732 | <para>You should use /* */ for comments and not // as some compilers |
733 | do not handle the latter form.</para> | 733 | do not handle the latter form.</para> |
734 | |||
735 | <para>You should also avoid using the type "bool" and its values | ||
736 | "true" and "false". Instead use the "int" type and the plugins' own | ||
737 | "TRUE"/"FALSE" values to keep the code uniformly.</para> | ||
734 | </section> | 738 | </section> |
735 | 739 | ||
736 | <section><title>Crediting sources</title> | 740 | <section><title>Crediting sources</title> |