Sun, 14 Oct 2007 19:51:30 +0000
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.