changeset 20925:309eb010efd1

Add the constreturn macro. Perhaps I added this to Doxyfile and not Doxyfile.in way back in the day?
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 19:51:30 +0000
parents b2b16843851b
children 70403d57afe6
files Doxyfile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile.in	Sat Oct 13 21:55:41 2007 +0000
+++ b/Doxyfile.in	Sun Oct 14 19:51:30 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.