Mael Rouxel-Labbé
ede18b776c
Merge remote-tracking branch 'cgal/master' into Triangulation_on_sphere_2-GF
2021-03-18 10:42:52 +01:00
Mael Rouxel-Labbé
74e8414241
Properly document SDG storage traits + many other SDG2 doc fixes
2020-12-05 15:20:31 +01:00
Mael Rouxel-Labbé
7de73bebf2
Fix doc of TDS_2::copy_tds
2020-12-05 11:51:02 +01:00
Mael Rouxel-Labbé
6b87fe393d
Fix various grammar issues
2020-12-05 11:11:33 +01:00
Mael Rouxel-Labbé
db1823a470
Merge remote-tracking branch 'cgal/master' into Triangulation_on_sphere_2-GF
2020-09-22 14:27:09 +02:00
Mael Rouxel-Labbé
f324618c87
Add FaceData / Face_data to TDS_2
2020-09-22 14:13:18 +02:00
Sébastien Loriot
d1a323c730
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:24:14 +01:00
Sébastien Loriot
86e25f7e71
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:23:54 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Laurent Rineau
378554e5a7
Change the API of for_compact_container/Compact_container_traits
...
Now, we have a proper pair of getter/setter, and the `void` pointer is
get by a `reinterpret_cast`, instead of a union.
Cc: @mglisse
2020-03-09 17:19:58 +01:00
Mael Rouxel-Labbé
2c2313ea44
Do not use inheritance in concepts
2020-01-16 12:23:21 +01:00
Mael Rouxel-Labbé
9d58d7ff67
Document the parameter template of CGAL::T_DS_vertex/face/cell_23
2019-12-30 18:57:16 +01:00
Mael Rouxel-Labbé
19ceed98b8
Misc minor fixes
2019-12-30 18:32:04 +01:00
Mael Rouxel-Labbé
ba7c36850a
Remove Rebind_vertex/Face from TDS2 concept
...
The rebind mechanism is for the model CGAL::TDS_2, not the concept TDS2
where this doesn't make sense.
2019-12-30 18:24:11 +01:00
Mael Rouxel-Labbé
4b693695cd
Don't duplicate requirements between TriangulationDSFace and TDS2::Face
2019-12-30 18:23:37 +01:00
Mael Rouxel-Labbé
fb539f605c
TriangulationDSVertexBase_2 should refine TDS2::Vertex
2019-12-30 18:22:42 +01:00
Mael Rouxel-Labbé
db357a9ecb
TriangulationDSFaceBase_2 should refine TDS2::Face
2019-12-30 18:22:10 +01:00
Mael Rouxel-Labbé
0d7ce069ae
Add a note explaining rebind mechanisms in the doc of vertex/face typedefs
2019-12-30 18:21:29 +01:00
Mael Rouxel-Labbé
80bfae0c78
Merge remote-tracking branch 'afabri/TDS_3-doc-GF' into TDS-Fix_doc-GF
2019-12-30 14:29:12 +01:00
Andreas Fabri
1b2ed599d7
Unify template parameter names and add tpram for TDS_2
2019-11-23 10:20:33 +01:00
Mael Rouxel-Labbé
faf55abc73
Doc improvements
2019-10-01 14:35:02 +02:00
Sébastien Loriot
fbafb9d06f
fix remaining mismatches and fix bugs
2019-07-10 11:40:45 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Iordan Iordanov
2d497ea826
fix for doc bug, github issue #2346
2017-08-14 14:38:01 +02:00
Andreas Fabri
98e41d81af
Add \cgalRefines and polish a little bit
2017-03-24 09:29:21 +01:00
Andreas Fabri
b2e6e3f468
Update TriangulationDSFaceBase_2.h
...
Prefix with `CGAL::` in order to generate a link.
2016-12-13 14:23:35 +01:00
Iordan Iordanov
24d7fd0142
Small change to description of insert_in_hole() in the documentation
2016-09-21 10:35:41 +02:00
Iordan Iordanov
a791e577c2
Small updates to doc for TDS_2 and assertion added in TDS_2.insert_in_hole()
2016-09-21 10:35:41 +02:00
Iordan Iordanov
441df3c540
Modifications to the code for TDS_2.insert_in_hole, the documentation and also the testsuite
2016-09-21 10:35:41 +02:00
Iordan Iordanov
e90be729d6
Small feature: doc description update for function insert_in_hole in TDS_2
2016-09-21 10:35:41 +02:00
Iordan Iordanov
649745d040
Small feature: add function insert_in_hole to Triangulation_data_structure_2. Contains documentation and test.
2016-09-21 10:35:41 +02:00
Philipp Möller
0a04a3a48f
Use CGAL_DOC_VERSION
2016-02-11 15:37:54 +01:00
Philipp Möller
71b4e9c515
Use CGAL_FULL_VERSION in all Doxyfile.in
2015-12-17 16:33:28 +01:00
Philipp Möller
4613ed8c84
Remove out-package reference in TDS_3
...
Remove out-package reference in TDS_2
2015-12-10 17:03:46 +01:00
Philipp Möller
81a8f982dc
Handle the easy INPUT cases
...
If INPUT is just PKG/doc/PKG, handle it automatically.
2015-12-10 17:00:26 +01:00
Andreas Fabri
67d72675fe
split packages
2015-08-17 23:46:59 +02:00