Laurent Rineau
|
51ea960be6
|
Fix warnings about unused types or variables.
|
2013-02-08 16:50:02 +01:00 |
Andreas Fabri
|
c029f702a3
|
use more types
|
2013-02-07 11:02:14 +01:00 |
Laurent Rineau
|
e87dad0f95
|
Fix all warnings in demo/Polyhedron/
The compilation was fix g++-4.8, and the flags:
--std=c++11 -frounding-math Wall -Wno-array-bounds -Wno-uninitialized
|
2013-02-06 17:03:20 +01:00 |
Sébastien Loriot
|
3b81e2d1a4
|
fix warnings in algebraic foundations
to fix the remaining warnings we need a strategy to disambiguate
the typedef vs. the concept
|
2013-01-20 12:21:53 +01:00 |
Sébastien Loriot
|
6e63d3cfa8
|
adding missing () in see also for functions
|
2013-01-09 19:48:42 +01:00 |
Sébastien Loriot
|
b0bd160355
|
add missing back-ticks in see also
|
2013-01-09 19:48:41 +01:00 |
Sébastien Loriot
|
ade462dbad
|
add () to function reference in classified ref man
|
2013-01-08 17:50:33 +01:00 |
Sébastien Loriot
|
5f3c8826d1
|
h2 is the first header in classified reference manuals
|
2013-01-07 09:00:48 +01:00 |
Sébastien Loriot
|
42d15a11d0
|
using uniform markups in classified reference pages
|
2013-01-04 15:16:40 +01:00 |
Philipp Möller
|
0b5021a461
|
Flatten the modules and integrate the Classified Reference
|
2012-12-18 22:09:21 +01:00 |
Philipp Möller
|
75f69570dc
|
Change the titles of mainpages to "User Manual"
This leads to a slightly odd result in the search for "User Manual",
but makes the pages themselves more consistent.
|
2012-12-13 14:47:09 +01:00 |
Sébastien Loriot
|
9576be3c3b
|
add doc in dont_submit
|
2012-11-27 08:42:02 +01:00 |
Sébastien Loriot
|
920eb63882
|
backporting documentation changes of master@9fcc5b57 into doxy-port-pmoeller
Conflicts:
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_linear_traits_2.h
Installation/doc_tex/Installation/usage.tex
Kernel_23/doc/Kernel_23/CGAL/Projection_traits_xy_3.h
Mesh_2/doc/Mesh_2/Concepts/ConformingDelaunayTriangulationTraits_2.h
Spatial_searching/doc/Spatial_searching/CGAL/Incremental_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/K_neighbor_search.h
Spatial_searching/doc/Spatial_searching/CGAL/Orthogonal_incremental_neighbor_search.h
|
2012-11-23 22:54:31 +01:00 |
Sébastien Loriot
|
7cd0e93fa9
|
Revert "Merge the changes to ccPrecond and ccPostcond that have been in"
This reverts commit b529971917.
Conflicts:
Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex
Matrix_search/doc_tex/Polytope_distance_d_ref/spec_all_furthest_neighbors.tex
Min_annulus_d/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex
Min_circle_2/doc_tex/Bounding_volumes_ref/Min_circle_2.tex
Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex
Min_quadrilateral_2/doc_tex/Bounding_volumes_ref/spec_oops.tex
Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex
Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex
Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex
Surface_mesh_parameterization/doc_tex/Surface_mesh_parameterization_ref/Taucs_matrix.tex
Surface_mesh_parameterization/doc_tex/Surface_mesh_parameterization_ref/Taucs_symmetric_matrix.tex
Triangulation_2/doc_tex/Triangulation_2_ref/Constrained_triangulation_2.tex
Width_3/doc_tex/Polytope_distance_d_ref/Width_3.tex
|
2012-11-23 18:04:33 +01:00 |
Sébastien Loriot
|
947f6352bc
|
backport commit in tex file from master into doxygen
|
2012-11-23 15:29:38 +01:00 |
Sébastien Loriot
|
ae8362b7d6
|
replace \cgalModels ::FOO by \cgalModels `FOO`
using:
perl -pi -e 's/\\cgalModels\s+::([A-Za-z0-9_:]+)\s*$/\\cgalModels `$1`\n/'
|
2012-11-23 09:37:53 +01:00 |
Sébastien Loriot
|
4fa2db4a48
|
change \sa ::FOO into \s `FOO`
using:
perl -pi -e 's/\\sa\s+::([A-Za-z0-9_:]+)\s*/\\sa `$1`\n/'
|
2012-11-23 09:18:35 +01:00 |
Andreas Fabri
|
625f9f6cd7
|
after git merge remotes/origin/hot-fixes-for-Git
|
2012-11-20 13:02:17 +01:00 |
Sébastien Loriot
|
936a94fc5e
|
missing ref
|
2012-11-15 09:16:45 +01:00 |
Sébastien Loriot
|
128b02abb8
|
update CGAL custom doxygen macros
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
|
2012-11-14 00:31:05 +01:00 |
Sébastien Loriot
|
974621b58f
|
start using new figure macros.
For Combinatorial maps, I reintroduced the original anchor names as they
were still in use in the reference manual.
|
2012-11-08 10:55:09 +00:00 |
Sébastien Loriot
|
ae159cbdf3
|
replace markup #, ##, ### by \section, \subsection and \subsubsection
(script replacement)
|
2012-11-06 22:02:15 +00:00 |
Sébastien Loriot
|
297ed62c30
|
decrease level
|
2012-11-06 20:50:00 +00:00 |
Sébastien Loriot
|
34d6728763
|
remove exe property
|
2012-11-06 15:54:42 +00:00 |
Andreas Fabri
|
d981d9aadf
|
typo
|
2012-11-02 10:59:50 +00:00 |
Andreas Fabri
|
7a6634b5a7
|
No need for CGAL:: in user manuals
|
2012-10-31 20:11:16 +00:00 |
Philipp Möller
|
31a3c07418
|
Turn \refines :: into \refines `X` globally
|
2012-10-25 09:48:39 +00:00 |
Philipp Möller
|
31e9eadf8b
|
Fix all PackageDescriptions to a newer layout
|
2012-10-19 15:52:31 +00:00 |
Michael Hemmer
|
f70c98a99c
|
improve doc
|
2012-10-17 14:40:17 +00:00 |
Andreas Fabri
|
92e32a4f8a
|
fix (old) linking problem
|
2012-10-15 09:53:30 +00:00 |
Andreas Fabri
|
5a8b3c2ea9
|
fix (old) linking problem
|
2012-10-15 07:22:45 +00:00 |
Philipp Möller
|
b7ae09f4a6
|
Better linking to Tag_true
|
2012-10-12 13:25:24 +00:00 |
Andreas Fabri
|
5ef6b0d52e
|
cleanup of classified reference pages; Move global functions in a group too
|
2012-10-10 13:33:03 +00:00 |
Laurent Rineau
|
9a3998357f
|
svn merge --reintegrate \^/branches/features/CGAL_foundations-fix_missing_headers-lrineau
|
2012-10-10 12:39:36 +00:00 |
Andreas Fabri
|
bdcb53abef
|
Add a classified Reference page
|
2012-10-10 06:33:36 +00:00 |
Michael Hemmer
|
8cfa1699a3
|
update email
|
2012-10-09 11:52:16 +00:00 |
Laurent Rineau
|
f8b9521b3b
|
Fix headers of Algebraic_foundations
Mostly missing headers.
But sometimes I have removed the use of <CGAL/number_type_basic.h>, because
that header is hell for the moment.
|
2012-10-08 08:41:43 +00:00 |
Andreas Fabri
|
86f5f18679
|
linking
|
2012-10-05 13:18:58 +00:00 |
Andreas Fabri
|
63cec869c1
|
linking
|
2012-10-05 13:09:54 +00:00 |
Philipp Möller
|
bc48dfe5a0
|
Be consistent about author/authors
|
2012-10-03 16:40:16 +00:00 |
Philipp Möller
|
c9fdbf3edb
|
Add an anchor to each level one heading, so we get a nice tree in the
user manuals.
|
2012-10-02 11:53:01 +00:00 |
Philipp Möller
|
37778547bf
|
Fix example to point to paths similar to a flat layout
|
2012-10-01 18:02:44 +00:00 |
Philipp Möller
|
a78c695347
|
Fix another doxygen bug and throw out another hack.
|
2012-09-27 17:07:10 +00:00 |
Philipp Möller
|
9d96057636
|
Add PkgDependsOn to the package summary
|
2012-09-27 11:13:37 +00:00 |
Philipp Möller
|
8162ba0ea1
|
move interval_nt_advanced to its true scope
|
2012-09-26 10:05:48 +00:00 |
Andreas Fabri
|
eeeec9f768
|
link
|
2012-09-25 19:25:47 +00:00 |
Andreas Fabri
|
3fba305d28
|
link
|
2012-09-25 19:21:39 +00:00 |
Philipp Möller
|
b64ba48134
|
The changes to move the package overview labels into the
PackageDescription.
|
2012-09-25 17:17:49 +00:00 |
Philipp Möller
|
1954eff3d6
|
* build normalized mainpage anchors
* better naming for Pkg commands
* User and Reference Manual links from the PackageOverview
|
2012-09-20 15:30:03 +00:00 |
Andreas Fabri
|
6f61e2b2ee
|
Downsize headings
|
2012-09-17 14:53:05 +00:00 |