Andreas Fabri
d5580a4b27
\cgalFigureCaptionEnd has no parameters
2015-01-29 09:20:23 +01:00
Laurent Rineau
62069ccfc2
Fix the image
...
There was superfluous "arrows" in the cell.
2015-01-28 17:40:30 +01:00
Laurent Rineau
e7d4526c6d
New figure, for vertex_triple_index
2015-01-28 16:41:12 +01:00
Laurent Rineau
a00429cba1
Add the src files of figures of TDS_3
2015-01-28 16:11:15 +01:00
Clement Jamin
b00eb1ffa2
Fixes the doc according to Monique's review
2014-02-17 08:06:49 +01:00
Clement Jamin
bdd16dccdb
Doc: typos and minor changes following Monique's review.
2013-12-05 17:45:40 +01:00
Clement Jamin
1d58bfb1da
Changed encoding (UTF8)
2013-11-27 10:09:02 +01:00
Clement Jamin
651dd7dc50
Changed encoding (UTF8)
2013-11-26 12:52:25 +01:00
Clement Jamin
ec8e949d21
Merge branch 'Mesh_3-parallel-cjamin-old' into Mesh_3-parallel-cjamin
2013-11-21 10:50:55 +01:00
Laurent Rineau
3ad8f223cd
Fix the documentation of the Tds parameters of cell base classes
...
And add see also between Compact_mesh_cell_base_3 and Mesh_cell_base_3.
2013-10-16 16:34:41 +02:00
Clement Jamin
bd9c3abf91
Doc: explain Concurrency_tag
2013-10-15 15:31:47 +02:00
Clement Jamin
4273b11f63
TDS: implementation history
2013-10-15 11:19:51 +02:00
Clement Jamin
5101c3d2e7
Added my name in a few places + implementation history
2013-10-15 11:14:58 +02:00
Clement Jamin
85bba6fa44
Minor fixes in the doc.
2013-10-15 10:06:24 +02:00
Clement Jamin
f55d87fb33
Clarify the Concurrency_tag documentation
2013-10-14 17:52:45 +02:00
Clement Jamin
2706cbfeff
Compact_container: erase counter strategy is now automatically deduced from T.
...
If the T::increment_erase_counter() function exists, then the erase counter
value will be updated by the Compact_container.
2013-09-30 18:25:41 +02:00
Clement Jamin
41929ed520
Merge branch 'Mesh_3-parallel-cjamin-old' into Mesh_3-parallel-cjamin
...
Conflicts:
Mesh_3/doc/Mesh_3/Concepts/MeshCellBase_3.h
Mesh_3/dont_submit
Triangulation_3/doc/TDS_3/CGAL/Triangulation_data_structure_3.h
Triangulation_3/doc/TDS_3/Concepts/TriangulationDataStructure_3.h
Triangulation_3/doc/Triangulation_3/CGAL/Delaunay_triangulation_3.h
Triangulation_3/doc/Triangulation_3/CGAL/Regular_triangulation_3.h
Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h
Triangulation_3/doc/Triangulation_3/PackageDescription.txt
2013-09-25 11:47:43 +02:00
Sébastien Loriot
197b9210ee
add missing advanced
2013-08-08 20:02:07 +02:00
Sébastien Loriot
9c2f35ed1a
using cgalHeading instead of h3
2013-08-07 10:06:49 +02:00
Sébastien Loriot
d282ade623
use \cgalCite instead of \cite
...
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot
6d9aeba4f2
add missing links
2013-08-05 09:48:45 +02:00
Sébastien Loriot
e1465ce617
add missing template parameter
...
requested by Monique
2013-08-05 09:18:41 +02:00
Sébastien Loriot
da4fccda97
remove doc of hierarchy vertices and triangulation, deprecated since 3.6
2013-08-05 09:12:07 +02:00
Sébastien Loriot
f2219bfa46
update classifed ref man
2013-08-05 09:03:23 +02:00
Sébastien Loriot
b2ef3b8673
Merge branch 'doc-remove_gif-local'
...
Successfully test in CGAL-4.3-Ic-102
This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.
Approved by the interim release manager
xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot
2dfe8a3d73
workaround for a doxygen bug: remove space after /!* to avoid a verbatim env
...
this happens if you have an empty line or the text directly after /!*
to find them in the generated documentation, grep for "pre class=\"fragment\""
(a few of them are legitimate however)
2013-07-25 14:58:53 +02:00
Sébastien Loriot
143a2181b3
add latex format for \imagei doxygen command
...
perl -pe 's/^(\s*)\\image\s+html\s+(.*)\s*$/$1\\image html $2\n$1\\image latex $2\n/' -i
2013-07-25 11:50:53 +02:00
Sébastien Loriot
74a1ac055e
remove pdf files from doxygen doc include path
2013-07-25 11:15:18 +02:00
Sébastien Loriot
519b301130
remove gif files from doxygen doc include path
2013-07-25 11:14:16 +02:00
Sébastien Loriot
4389b0bac8
remove the usage of gif in the doxygen doc as pdflatex does handle them
...
replace the files with png
2013-07-25 11:06:13 +02:00
Clement Jamin
1eae99f042
Doc: escaped double quotes + use unspecified_type instead of Hidden_type
2013-07-12 15:01:41 +02:00
Sébastien Loriot
33f0193644
replace in the doc \R by \mathbb{R}
...
\R is not a valid latex command
I used: sed -i 's/\\f$\s*\\R/\\f$ \\mathbb{R}/g'
(cherry picked from commit d4d9bc212b )
2013-07-10 17:22:29 +02:00
Sébastien Loriot
d4d9bc212b
replace in the doc \R by \mathbb{R}
...
\R is not a valid latex command
I used: sed -i 's/\\f$\s*\\R/\\f$ \\mathbb{R}/g'
2013-07-10 17:07:43 +02:00
Clement Jamin
206b20bc15
Merge branch 'Mesh_3-parallel-cjamin-old' into Mesh_3-parallel-cjamin
2013-07-02 17:37:50 +02:00
Laurent Rineau
0033b19157
Fix a precondition (bad copy paste from `vertex_triple_index()`)
2013-06-25 17:05:47 +02:00
Sébastien Loriot
716f87d2d7
rename Hidden_type to unspecified_type and update its description
2013-06-13 18:48:58 +02:00
Clement Jamin
d0ca823aa8
Doc minor change
2013-06-11 13:23:54 +02:00
Ross Hemsley
4d9caf3763
Added names that were missing into the Doxyfile.in entries.
...
Also modified Installation/CMakeLists.txt to push the version number variable to the parent level
so that it can be accessed by the documentation
2013-05-30 17:55:43 +02:00
Philipp Möller
d4e379ba82
Small fixes in the generated Doxyfile.in
2013-05-30 15:32:33 +02:00
Philipp Möller
4d469821f7
Generated Doxyfile.in and dependencies
2013-05-30 14:13:47 +02:00
Sébastien Loriot
2d947dc1d6
new cgal doxygen debug macro to put the text inside a div
2013-05-28 13:24:24 +02:00
Sébastien Loriot
170c619a2d
fix places where the <div> added by cgalAdvanced conflicts with other html tags
2013-05-28 09:51:49 +02:00
Sébastien Loriot
7e15467c72
new cgal doxygen advanced macro to put the text inside a div
2013-05-27 19:36:33 +02:00
Sébastien Loriot
8d602ed8c2
Merge branch 'triangulation_3-copy_tds-sloriot'
...
Approved by the release manager
Conflicts:
Alpha_shapes_3/test/Alpha_shapes_3/copy_tds.h
Triangulation_2/doc/TDS_2/Concepts/TriangulationDataStructure_2.h
it introduces a more general copy_tds that allows to copy tds with different types of simplices.
2013-04-29 11:09:01 +02:00
Andreas Fabri
169b10eea7
Add a missing ';'
...
(cherry picked from commit 2f95d1584a )
2013-04-17 17:11:27 +02:00
Clement Jamin
972d5e1898
Removed some useless "CGAL::"
2013-04-17 16:07:29 +02:00
Clement Jamin
f381378d19
Updated Triangulation_3 doc (parallel version)
2013-04-16 16:28:10 +02:00
Clement Jamin
9766784933
Updated doc of the parallel T3 and DT3.
2013-04-03 15:30:29 +02:00
Laurent Rineau
d09971b3c3
Update the picture of Triangulation_utils_3 (was unreadable)
2013-03-28 14:51:56 +01:00
Clement Jamin
dd0fa839ca
Doc fix
2013-03-14 17:49:44 +01:00