mirror of https://github.com/CGAL/cgal
also add Boolean_set_operations to the xml
This commit is contained in:
parent
35f9778f39
commit
4fb7989310
|
|
@ -563,13 +563,26 @@ namespace for the XML file to be processed properly. -->
|
|||
<input>../Arrangement_on_surface_2/doc/Sweep_line_2</input>
|
||||
<doxygen>
|
||||
<string name="STRIP_FROM_PATH">../Arrangement_on_surface_2/doc/Sweep_line_2</string>
|
||||
<string name="STRIP_FROM_INC_PATH">../Sweep_line_2/doc/Nef_3/</string>
|
||||
<string name="STRIP_FROM_INC_PATH">../Arrangement_on_surface_2/doc/Sweep_line_2/</string>
|
||||
<string name="GENERATE_TAGFILE">./tags/Sweep_line_2.tag</string>
|
||||
<string name="IMAGE_PATH">../Arrangement_on_surface_2/doc/Sweep_line_2/fig</string>
|
||||
<string name="EXAMPLE_PATH">../Arrangement_on_surface_2/examples</string>
|
||||
</doxygen>
|
||||
</project>
|
||||
|
||||
<project>
|
||||
<name>Boolean_set_operations_2</name>
|
||||
<input>../Boolean_set_operations_2/doc/Boolean_set_operations_2</input>
|
||||
<doxygen>
|
||||
<string name="STRIP_FROM_PATH">../Boolean_set_operations_2/doc/Boolean_set_operations_2</string>
|
||||
<string name="STRIP_FROM_INC_PATH">../Boolean_set_operations_2/doc/Boolean_set_operations_2/</string>
|
||||
<string name="GENERATE_TAGFILE">./tags/Boolean_set_operations_2.tag</string>
|
||||
<string name="IMAGE_PATH">../Boolean_set_operations_2/doc/Boolean_set_operations_2/fig</string>
|
||||
<string name="EXAMPLE_PATH">../Boolean_set_operations_2/examples</string>
|
||||
</doxygen>
|
||||
</project>
|
||||
|
||||
|
||||
<project>
|
||||
<name>Nef_3</name>
|
||||
<input>../Nef_3/doc</input>
|
||||
|
|
@ -643,6 +656,7 @@ namespace for the XML file to be processed properly. -->
|
|||
<item>../Skin_surface_3/doc/Skin_surface_3/fig</item>
|
||||
<item>../Snap_rounding_2/doc/Snap_rounding_2/fig</item>
|
||||
<item>../Arrangement_on_surface_2/doc/Sweep_line_2/fig</item>
|
||||
<item>../Boolean_set_operations_2/doc/Boolean_set_operations_2/fig</item>
|
||||
<item>../Spatial_searching/doc/Spatial_searching/fig</item>
|
||||
<item>../Segment_Delaunay_graph_2/doc/Segment_Delaunay_graph_2/fig</item>
|
||||
<item>../Straight_skeleton_2/doc/Straight_skeleton_2/fig</item>
|
||||
|
|
@ -684,6 +698,7 @@ namespace for the XML file to be processed properly. -->
|
|||
<item>./tags/STL_Extension.tag=../../CGAL.CGAL.STL_Extension/html</item>
|
||||
<item>./tags/Skin_surface_3.tag=../../CGAL.CGAL.Skin_surface_3/html</item>
|
||||
<item>./tags/Sweep_line_2.tag=../../CGAL.CGAL.Sweep_line_2/html</item>
|
||||
<item>./tags/Boolean_set_operations_2.tag=../../CGAL.CGAL.Boolean_set_operations_2/html</item>
|
||||
<item>./tags/Snap_rounding_2.tag=../../CGAL.CGAL.Snap_rounding_2/html</item>
|
||||
<item>./tags/Spatial_searching.tag=../../CGAL.CGAL.Spatial_searching/html</item>
|
||||
<item>./tags/Segment_Delaunay_graph_2.tag=../../CGAL.CGAL.Segment_Delaunay_graph_2/html</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue