CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.96k stars 1.38k forks source link

Documentation: strange namespace documentation in Manual directory #7037

Closed albert-github closed 1 year ago

albert-github commented 1 year ago

In the documentation I found the file doc_output/Manual/namespaceCGAL.html which is not directly referenced. The content is:

image

sloriot commented 1 year ago

I don't understand what the issue is. To me it is correct. The aforementioned function is used in tests/examples and is not part of any specific package. What matters is that it is found by users/devs looking at examples/tests. Or maybe I don't get your point.

albert-github commented 1 year ago

It was not clear to me that the data_file_path function was only used in tests and examples ( though not completely correct as it is also used in benchmarks of AAABB_tree, Surface_mesh_segmentation and Surface_mesh_skeletonization, though these fall in the same category as tests and examples).

So indeed yes I think now also that this is all OK.