Opened 13 years ago
Closed 12 years ago
#3907 closed Bugs (fixed)
Fix ids in included files.
Reported by: | Daniel James | Owned by: | Daniel James |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
At the moment included files that don't have an id will generate a document id from the document title - even if the document defines an id. And to make things more confusing, an included file that defines a title will overwrite the parent title, even after the file has been included.
This has to be protected by a version switch, as it changes ids throughout the documentation.
Note:
See TracTickets
for help on using tickets.
(In [63733]) Fix documentation info handling in included files. Refs #3907.