diff Doxyfile.in @ 20929:76df08dd7d7b

merge of 'bc9860a748e1570dd84f3743dd22c9834f2d38aa' and 'e8fa6e02ff781b7fa39b211e7617c5083ea42688'
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 14 Oct 2007 20:03:55 +0000
parents 309eb010efd1
children 43c329bb5983
line wrap: on
line diff
--- a/Doxyfile.in	Sun Oct 14 20:02:34 2007 +0000
+++ b/Doxyfile.in	Sun Oct 14 20:03:55 2007 +0000
@@ -169,7 +169,8 @@
                          "endsignalproto=@endcode" \
                          "signaldesc=@par Description:" \
                          "signals=@b Signals:" \
-                         "endsignals="
+                         "endsignals=" \
+                         "constreturn=@note The return value of this function must not be modified or freed. @return"
 
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 
 # only. Doxygen will then generate output that is more tailored for C.