Philipp Möller
71b4e9c515
Use CGAL_FULL_VERSION in all Doxyfile.in
2015-12-17 16:33:28 +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
6692f993ce
Add/Remove some cgalPkgDependsOn
...
Move Visibility package from Arrangements to Polygons
Add some `` in the Visibility package
Add the keyword 'Geodesic' to the Shortest Path package.
2015-09-09 12:09:57 +02:00
Sébastien Loriot
6ee3c59489
doc bug-fix: Hidden_type -> unspecified_type
...
theses were coming from merges done after the global replacement
2014-06-02 07:47:05 +02:00
Sébastien Loriot
9114db9085
restore figure source files removed in 0fa2cacb
...
| commit 0fa2cacb60
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Tue Dec 3 17:27:02 2013 +0100
|
| remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Sébastien Loriot
0fa2cacb60
remove doc_tex documentation (including developer manual) and old manual tools
2013-12-03 17:27:02 +01:00
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Laurent Rineau
93104198dd
Another fix proposed by Nico
2013-09-09 14:42:41 +02:00
Nico Kruithof
90cc4c852b
Fixed a copy-paste error from the 3D code to the 2D code.
...
bug-fix for master
2013-09-09 14:32:16 +02:00
Andreas Fabri
6bb5b1e44a
unify package anchor with P3T3
2013-08-28 15:13:54 +02:00
Nico Kruithof
7c0f9944b1
Added missing documentation for the Periodic triangulation hierarchy vertex class.
...
Added vertex and face classes in a single group similar to the Triangulation_2
2013-08-09 22:20:56 +02:00
Sébastien Loriot
9a8eeb8867
remove Figure work added by the macro+postprocessing
2013-08-08 23:01:09 +02:00
Sébastien Loriot
07a13bb06a
remove duplicated Inherits from sections and using cgalHeading instead of <h3>
2013-08-07 08:30:17 +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
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
c130fa3b8c
update copyright holder of P2T2 package
2013-07-26 08:32:46 +02:00
Sébastien Loriot
8e2db3be02
add copyright file for P2T2
2013-07-26 08:25:02 +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
Nico Kruithof
e6a963832c
Fixed errors in the Doxygen documentation
...
- Missing template arguments
- Typo in iterator types in P2T2
2013-07-18 20:59:27 +02:00
Nico Kruithof
fe3017a048
minor fix for master
...
- Fixed #define guard
- Fixed #include
2013-07-18 20:57:45 +02:00
Nico Kruithof
0889773189
* Changed template parameter Predicate_ to Functor_ (for the traits classes of P2T2 and P3T3)
...
* Added side_of_bounded_circle to the predicates in the 2D traits classes
2013-07-15 13:06:45 +02:00
Nico Kruithof
3eeb035a33
Moved a generic named class to an internal namespace
2013-07-04 23:52:59 +02:00
Laurent Rineau
b5b388d33e
Fill the license.txt file for Periodic_2
2013-06-28 17:54:04 +02:00
Nico Kruithof
c39c55b4f1
Changed the copyright and the license
2013-06-26 21:55:51 +02:00
Laurent Rineau
285099af60
Better thumb picture for Periodic_2
2013-06-26 13:03:38 +02:00
Nico Kruithof
58bbfceb6f
Changes proposed by the release manager (Laurent)
2013-06-24 15:47:59 +02:00
Nico Kruithof
c9228f71fb
More doc fixes
2013-06-21 23:51:47 +02:00
Nico Kruithof
4a6829ddb2
Removing more comments that things are advanced when they are already marked advanced
2013-06-21 23:47:44 +02:00
Nico Kruithof
739d78d582
Removed an advanced function remark
2013-06-21 23:45:41 +02:00
Nico Kruithof
d0eca5584d
documentation
2013-06-21 23:20:24 +02:00
Nico Kruithof
e62ee1f642
Merge branch 'Periodic_2_triangulation_2-nkruithof' of ssh://scm.cgal.org/var/git/cgal into Periodic_2_triangulation_2-nkruithof
2013-06-21 21:37:35 +02:00
Nico Kruithof
190903c821
Fixed a reference
2013-06-21 21:37:02 +02:00
Sébastien Loriot
9573de6416
use the new macros for advanced sections
2013-06-17 08:46:43 +02:00
Sébastien Loriot
e0682bc390
add doxygen config files for cmake build system
2013-06-17 08:22:41 +02:00
Nico Kruithof
eb83b2cb97
Fixed the last 6 warnings
2013-06-07 08:48:46 +02:00
Nico Kruithof
81fc05c90f
Changed the copyright to remain mine until Monique sorts out legal issues with the INRIA legal department
2013-06-06 09:19:13 +02:00
Nico Kruithof
a94549091c
Resolving warnings
2013-06-04 11:33:38 +02:00
Nico Kruithof
2db890c902
Fixed typo
2013-06-03 12:53:43 +02:00
Nico Kruithof
4ab8d8bd71
Added citation
2013-05-22 13:14:38 +02:00
Nico Kruithof
84b7de6f3c
Changes proposed by Monique
2013-05-22 13:09:19 +02:00
Nico Kruithof
c364c05731
Fixing compiler warnings with CGAL defines
2013-05-18 07:02:21 +02:00
Nico Kruithof
5832a7c0e1
Fixing warnings
2013-05-17 13:01:50 +02:00
Nico Kruithof
4cac3b0020
Fixing compiler warnings
2013-05-16 12:20:36 +02:00
Nico Kruithof
175f6c7d37
Fixing the fix
2013-05-14 09:55:36 +02:00
Nico Kruithof
89c6b1d4a7
Working on the error in the hierarchy and removing compiler warnings
2013-05-14 09:46:19 +02:00
Nico Kruithof
02fdc5b53e
Added debug code to analyse the error on windows with the hierarchy
2013-05-12 19:44:36 +02:00