Fix indentation and markdown

This commit is contained in:
Maxime Gimeno 2019-01-16 09:58:02 +01:00
parent 1006be85bd
commit cb10422e3c
5 changed files with 53 additions and 53 deletions

View File

@ -708,7 +708,7 @@ user might encounter.
## I/O Functions ## ## I/O Functions ##
- \link PkgBGLIOFct CGAL::read_off() \endlink - \link PkgBGLIOFct CGAL::read_off() \endlink
- \link PkgBGLIOFct CGAL::write_off() \endlink - \link PkgBGLIOFct CGAL::write_off() \endlink
- \link PkgBGLIOFct `CGAL::write_VTP()` \endlink - \link PkgBGLIOFct CGAL::write_VTP() \endlink
- \link PkgBGLIOFct CGAL::write_wrl() \endlink - \link PkgBGLIOFct CGAL::write_wrl() \endlink
*/ */

View File

@ -63,10 +63,10 @@ Release date: March 2019
`Arr_polycurve_basic_traits_2`. `Arr_polycurve_basic_traits_2`.
### 2D and 3D Mesh Generation ### 2D and 3D Mesh Generation
- Added 3 functions for writing in modern VTK formats: - Added 3 functions for writing in XML VTK formats:
-`CGAL::output_to_vtu()` - `CGAL::output_to_vtu()`
-`CGAL::write_VTU()` - `CGAL::write_VTU()`
-`CGAL::write_VTP()` - `CGAL::write_VTP()`
### CGAL and the Boost Graph Library (BGL) ### CGAL and the Boost Graph Library (BGL)