Mercurial > pidgin
changeset 11148:be0f164eabc6
[gaim-migrate @ 13227]
Kill some doxygen warnings
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sat, 23 Jul 2005 20:59:28 +0000 |
parents | 616feca04ada |
children | 239918d22c5f |
files | Doxyfile.in |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Doxyfile.in Sat Jul 23 20:28:17 2005 +0000 +++ b/Doxyfile.in Sat Jul 23 20:59:28 2005 +0000 @@ -148,13 +148,13 @@ # You can put \n's in the value part of an alias to insert newlines. ALIASES = "signal=- @ref" \ - signaldef=@section \ - endsignaldef= \ - signalproto=@code \ - endsignalproto=@endcode \ - "signaldesc=@par Description:\n" \ - "signals=@b Signals:\n" \ - endsignals= + "signaldef=@section" \ + "endsignaldef=" \ + "signalproto=@code" \ + "endsignalproto=@endcode" \ + "signaldesc=@par Description:" \ + "signals=@b Signals:" \ + "endsignals=" # 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.