Ticket #84 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Add IDs to static documentation

Reported by: tkg Assigned to:
Priority: trivial Milestone: xmlroff 0.5.4
Component: libfo Version: 0.5.x
Keywords: Cc:
Blocking:

Description (Last modified by tkg)

Recent gtk-doc versions now complain about missing IDs in the static documentation pages:

ID recommended on section: Abbreviations
ID recommended on section: Compare pointers to NULL

Attachments

xmlroff-code-rules.xml.patch (505 bytes) - added by asmodai on 12/17/07 12:14:00.
Add ids to the appropriate sections
xmlroff-doc-ids.patch (16.3 kB) - added by asmodai on 12/17/07 12:34:40.
IDs for the rest of the documentation XML files

Change History

08/06/07 19:31:30 changed by tkg

  • description changed.

12/17/07 12:14:00 changed by asmodai

  • attachment xmlroff-code-rules.xml.patch added.

Add ids to the appropriate sections

12/17/07 12:14:46 changed by asmodai

  • milestone set to xmlroff 0.5.4.

Add a patch for xmlroff-code-rules.xml.

12/17/07 12:34:40 changed by asmodai

  • attachment xmlroff-doc-ids.patch added.

IDs for the rest of the documentation XML files

12/17/07 12:38:00 changed by asmodai

I went through the rest of the files as well, they might not all have very desireable names yet I tried to stick them within their own non-colliding namespaces as much as possible, so I think it works for now.

12/18/07 09:32:00 changed by tkg

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

(In [284]) Added IDs to static XML files. Fixes #84. (Asmodai)