Ticket #77 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Doxygen comments for AvahiWatchEvent are offset

Reported by: tedp Assigned to: lennart
Priority: minor Milestone:
Component: avahi-common Version:
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 on 11/19/06 08:09:29.
Converts the comments to member documentation style

Change History

11/19/06 08:09:29 changed by tedp

  • attachment avahiwatchevent.patch added.

Converts the comments to member documentation style

11/19/06 08:17:33 changed by tedp

  • version deleted.

11/19/06 09:04:33 changed by lathiat

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

Fixed in R1335

11/19/06 09:06:05 changed by lathiat

(thanks)