comparison Doxyfile.in @ 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 f34539eb7a61
children 43c329bb5983
comparison
equal deleted inserted replaced
20921:b2b16843851b 20925:309eb010efd1
167 "endsignaldef=" \ 167 "endsignaldef=" \
168 "signalproto=@code" \ 168 "signalproto=@code" \
169 "endsignalproto=@endcode" \ 169 "endsignalproto=@endcode" \
170 "signaldesc=@par Description:" \ 170 "signaldesc=@par Description:" \
171 "signals=@b Signals:" \ 171 "signals=@b Signals:" \
172 "endsignals=" 172 "endsignals=" \
173 "constreturn=@note The return value of this function must not be modified or freed. @return"
173 174
174 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 175 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
175 # only. Doxygen will then generate output that is more tailored for C. 176 # only. Doxygen will then generate output that is more tailored for C.
176 # For instance, some of the names that are used will be different. The list 177 # For instance, some of the names that are used will be different. The list
177 # of all members will be omitted, etc. 178 # of all members will be omitted, etc.