comparison Doxyfile.in @ 20929:76df08dd7d7b

merge of 'bc9860a748e1570dd84f3743dd22c9834f2d38aa' and 'e8fa6e02ff781b7fa39b211e7617c5083ea42688'
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 14 Oct 2007 20:03:55 +0000
parents 309eb010efd1
children 43c329bb5983
comparison
equal deleted inserted replaced
20924:1048f90e72df 20929:76df08dd7d7b
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.