Opened 15 years ago

Closed 15 years ago

#1218 closed Patches (fixed)

Boostbook error when generating documentation for a member typedef with a description

Reported by: Daniel James Owned by: Daniel James
Milestone: To Be Determined Component: None
Version: Boost Development Trunk Severity: Problem
Keywords: boostbook docbook Cc:

Description

The boostbook stylesheets don't generate documentation for a typedef member of a class, so if a typedef has a description it generates a link, but nothing to link to.

Attachments (2)

typedef-test.xml (829 bytes ) - added by Daniel James 15 years ago.
Small boostbook example which causes the error.
typedef.patch (424 bytes ) - added by Daniel James 15 years ago.
A quick hack that I'm using to get it working - but it generates the typedef documentation on a new page when it should be inline. I might try to do it properly in the future if no one else has the time.

Download all attachments as: .zip

Change History (5)

by Daniel James, 15 years ago

Attachment: typedef-test.xml added

Small boostbook example which causes the error.

by Daniel James, 15 years ago

Attachment: typedef.patch added

A quick hack that I'm using to get it working - but it generates the typedef documentation on a new page when it should be inline. I might try to do it properly in the future if no one else has the time.

comment:1 by Daniel James, 15 years ago

Owner: changed from Douglas Gregor to Daniel James

I've just looked into this, and it looks like my patch is actually correct, it's meant to create a new page for the typedef - like it does for enums. I'll ask on the documentation list about checking this in.

comment:2 by Daniel James, 15 years ago

Type: BugsPatches

comment:3 by Daniel James, 15 years ago

Resolution: fixed
Status: newclosed

(In [39711]) Generate documentation for typedef members of classes. Fixes #1218.

Note: See TracTickets for help on using tickets.