Add the constreturn macro. Perhaps I added this to Doxyfile and not

Sun, 14 Oct 2007 19:51:30 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 14 Oct 2007 19:51:30 +0000
changeset 21000
2db25eed9428
parent 20996
1a6e2dd87657
child 21001
cd56c63e2b2c

Add the constreturn macro. Perhaps I added this to Doxyfile and not
Doxyfile.in way back in the day?

Doxyfile.in file | annotate | diff | comparison | revisions
--- 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. 

mercurial