Opened 16 years ago
Closed 16 years ago
#727 closed Patches (Rejected)
[parameter] Broken links in documentation
| Reported by: | Daniel James | Owned by: | daniel_wallin |
|---|---|---|---|
| Milestone: | Component: | None | |
| Version: | None | Severity: | |
| Keywords: | Cc: |
Description
I posted this to the list a couple of weeks ago, but I
think it was missed.
A few of the links in the documentation are broken, the
attached patch fixes this.
But there's still a problem because in the following
lines 'tag::name' and 'tag::index' are misinterpreted
as links in the generated documentation.
parameter::parameters<
required<tag::name, is_convertible<_,char const*> >
, optional<tag::index, is_convertible<_,int> >
> const spec;
Note:
See TracTickets
for help on using tickets.
