Skip to content
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

Documentation generation is wrong #1309

Closed
barendgehrels opened this issue Sep 20, 2024 · 1 comment · Fixed by #1321
Closed

Documentation generation is wrong #1309

barendgehrels opened this issue Sep 20, 2024 · 1 comment · Fixed by #1321
Assignees

Comments

@barendgehrels
Copy link
Collaborator

In this page
the section See also is missing.

That is already a long time. It was last there in 1.66

It is still in the source code:

\qbk{
[heading See also]
[link geometry.reference.algorithms.distance.distance_3_with_strategy distance (with strategy)]
}

But it is not picked up. In other algorithms, it is still there
For example assign_points here and here

Source code

\qbk{
[heading Notes]
[note Assign automatically clears the geometry before assigning (use append if you don't want that)]
[heading Example]
[assign_points] [assign_points_output]

[heading See also]
\* [link geometry.reference.algorithms.append append]
}

@barendgehrels barendgehrels self-assigned this Oct 1, 2024
@barendgehrels
Copy link
Collaborator Author

Probably caused by a change in XML generated by Doxygen

barendgehrels added a commit to barendgehrels/geometry that referenced this issue Oct 2, 2024
* also fixed frechet/haussdorff documentation
* removed ancient msvc support for doxygen_xml2qbk
* fixes boostorg#1309
barendgehrels added a commit to barendgehrels/geometry that referenced this issue Oct 4, 2024
* also fixed frechet/haussdorff documentation
* removed ancient msvc support for doxygen_xml2qbk
* fixes boostorg#1309
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 a pull request may close this issue.

1 participant