comparison Doxyfile.in @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 943b03bcecf5
children ef6a33dcd0dd
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
262 # will result in a user-defined paragraph with heading "Side Effects:". 262 # will result in a user-defined paragraph with heading "Side Effects:".
263 # You can put \n's in the value part of an alias to insert newlines. 263 # You can put \n's in the value part of an alias to insert newlines.
264 264
265 ALIASES = "signal=- @ref" 265 ALIASES = "signal=- @ref"
266 ALIASES += "signaldef=@section" 266 ALIASES += "signaldef=@section"
267 ALIASES += "endsignaldef=@endsection" 267 ALIASES += "endsignaldef="
268 ALIASES += "signalproto=@code" 268 ALIASES += "signalproto=@code"
269 ALIASES += "endsignalproto=@endcode" 269 ALIASES += "endsignalproto=@endcode"
270 ALIASES += "signaldesc=@par Description:\n" 270 ALIASES += "signaldesc=@par Description:\n"
271 ALIASES += "signals=@b Signals:\n" 271 ALIASES += "signals=@b Signals:\n"
272 ALIASES += "endsignals=" 272 ALIASES += "endsignals="