Commit Graph

53 Commits

Author SHA1 Message Date
Sebastien Loriot 97bd1cf428
Rename home page of reference manuals to "Reference Manual" (#8904)
Before: "Pkg Reference"
After: "Reference Manual"

No need to repeat the package name as it is on the line above.

Example output
![Screenshot from 2025-05-22
16-18-54](https://github.com/user-attachments/assets/ed285e12-d95c-4ec2-934d-12f4c7aa014c)
2025-05-26 11:47:37 +02:00
Sébastien Loriot 13609a6966 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Andreas Fabri e2058c01c6 Remove some hyphens 2025-05-15 07:28:31 +01:00
albert-github e4dff1ffaf issue #7395 Improvement of layout of model relations
Corrections after review.
2023-07-21 11:41:27 +02:00
albert-github 4e5578d469 issue #7395 Improvement of layout of model relations
- based on review
2023-07-15 13:12:15 +02:00
albert-github a0320dd7b4 Merge branch 'master' into feature/issue_7395
# Conflicts:
#	Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
2023-07-13 10:33:18 +02:00
albert-github ee2a55279d issue #7395 Improvement of layout of model relations
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
2023-07-06 17:35:34 +02:00
albert-github b3af96caa1 issue #7454 Consistency of BigO notations
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
2023-07-04 16:23:14 +02:00
albert-github 2d60f46985 issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
albert-github 2329cb714d Making description of author(s) of a package consistent
After review
Removing `,` in case of 2 authors so it is also consistent with the bibliography.
2023-02-03 12:21:50 +01:00
albert-github 57e900b47c Making description of author(s) of a package consistent
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
albert-github b22fd6a676 Documentation error in Set_movable_separability_2
After review: correcting protection
2022-09-25 10:09:07 +02:00
albert-github 5f0a00133e Documentation error in Set_movable_separability_2
The construct:
```
... \ref
Chapter_2D_Regularized_Boolean_Set-Operations "2D Regularized Boolean
Set-Operations" ...
```
leads to the fact that the link is shown as:
```
2D Regularized BooleanSet-Operations"
```
Note the joined words and the `"` as doxygen doesn't like the return in the string here.

File: doc_output/Set_movable_separability_2/index.html
2022-09-24 14:37:17 +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
Efi Fogel 84f5864cb3 Shorten example program file names 2017-08-31 17:24:20 +03:00
Efi Fogel 5465dd2742 Added Boolean_set_operations_2 to the list of dependencies 2017-08-29 18:28:32 +03:00
Efi Fogel ec3204d88f Replaced surface with boundary 2017-08-16 09:07:47 +02:00
Efi Fogel f0dba868fe Fixed OutputIterator description 2017-08-10 09:44:28 +02:00
Efi Fogel e01b950dd7 Small fixes to the text 2017-08-10 09:41:37 +02:00
Sébastien Loriot 3662e61ce2 tiny fixes in the user manual 2017-08-10 09:41:37 +02:00
Efi Fogel 82ae67eaae Enhanced the overload description 2017-08-10 09:41:36 +02:00
Efi Fogel 3aaabfbf07 Enhanced based on Eric's comments 2017-08-10 09:41:36 +02:00
Efi Fogel f1804075a3 Replaced png with polygon and rephrased the precondition 2017-08-10 09:41:36 +02:00
Efi Fogel ecba36658a Aplit Functor Types to Types and Functor types 2017-08-10 09:41:36 +02:00
Efi Fogel fd8809f31d Fixed spelling mistakes 2017-08-10 09:41:35 +02:00
Efi Fogel 733d3fa34c Fixed Title 2017-08-10 09:41:35 +02:00
Efi Fogel fb533f4733 Fixed bib and version 2017-08-10 09:41:35 +02:00
Efi Fogel eee965dcd6 Added namespace to functions 2017-08-10 09:41:35 +02:00
Efi Fogel 8399570564 Fixed typo 2017-08-10 09:41:34 +02:00
Efi Fogel 206256910e Fixed typo 2017-08-10 09:41:34 +02:00
Efi Fogel e00777bc99 Moved headers to appropriate places. Added overloads that accept the orientation of the input polygon. 2017-08-10 09:41:34 +02:00
Efi Fogel e0cbbd8689 Added namespace Single_mold_translational_casting 2017-08-10 09:41:34 +02:00
Efi Fogel 9f240310d8 Fixed concept---added direction. Added orientation parameter. 2017-08-10 09:35:10 +02:00
Efi Fogel 166591c96e Updated 2017-08-10 09:31:27 +02:00
Efi Fogel be023a3a77 updated 2017-08-10 09:31:26 +02:00
Efi Fogel 09bee48c4b updated 2017-08-10 09:31:26 +02:00
Efi Fogel de912a0919 Updated 2017-08-10 09:31:23 +02:00
Efi Fogel 864d456ed1 Updated 2017-08-10 09:31:21 +02:00
Efi Fogel 7cdc9b3a1d Added missing parameter description 2017-08-10 09:31:20 +02:00
Efi Fogel f05038ef9c updated 2017-08-10 09:31:18 +02:00
Efi Fogel b207d35fd9 updated 2017-08-10 09:31:17 +02:00
Efi Fogel 5c5844e0ab Updated 2017-08-10 09:31:16 +02:00
Efi Fogel 400c9a1031 Updated 2017-08-10 09:31:16 +02:00
Efi Fogel 81b32deff0 Enhanced 2017-08-10 09:31:14 +02:00
Efi Fogel eb15f3d878 Updated 2017-08-10 09:31:14 +02:00
Efi Fogel fc81745e23 Updated 2017-08-10 09:31:13 +02:00