# HG changeset patch # User Richard Laager # Date 1192391490 0 # Node ID 309eb010efd1a0079f9de894cde508d0852097ea # Parent b2b16843851b306565b52a031976f68564641de6 Add the constreturn macro. Perhaps I added this to Doxyfile and not Doxyfile.in way back in the day? diff -r b2b16843851b -r 309eb010efd1 Doxyfile.in --- 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.