Skip to content

Escape function aliases, which may be templates #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

johnmcfarlane
Copy link
Contributor

For a function templated on T returning an boost::optional<T>, I am seeing many repeated incomplete function signatures on the "functions" page for a header file. On inspecting the HTML, each represents a unique specialization of the template, but because the angle brackets aren't escaped, template parameters are eaten by the HTML parser and each line looks the same, missing those template parameters.

The accompanying change appears to address this issue.

Signed-off-by: John McFarlane <git@john.mcfarlane.name>
@henry2cox
Copy link
Collaborator

Thanks for the fix...nobody noticed that before.
I will test and integrate the fix shortly.

@henry2cox henry2cox merged commit c85b855 into linux-test-project:master Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants