Ticket #77 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Doxygen comments for AvahiWatchEvent are offset

Reported by: tedp Owned by: lennart
Milestone: Component: avahi-common
Keywords: Cc:

Description

The Doxygen comments for the AvahiWatchEvent values are offset so they describe the wrong options:

From http://avahi.org/download/doxygen/watch_8h.html:

  AVAHI_WATCH_IN 	
  AVAHI_WATCH_OUT 	Input event.
  AVAHI_WATCH_ERR 	Output event.
  AVAHI_WATCH_HUP 	Error event.

This is because the "same line" style Doxygen comments are not used. I'm sure I don't need to point it out, but for reference, http://www.stack.nl/~dimitri/doxygen/docblocks.html#memberdoc

Attachments

avahiwatchevent.patch (0.8 kB) - added by tedp 5 years ago.
Converts the comments to member documentation style

Change History

Changed 5 years ago by tedp

Converts the comments to member documentation style

Changed 5 years ago by tedp

  • version 1.0 deleted

Changed 5 years ago by lathiat

  • status changed from new to closed
  • resolution set to fixed

Fixed in R1335

Changed 5 years ago by lathiat

(thanks)

Note: See TracTickets for help on using tickets.