mirror of https://github.com/CGAL/cgal
- Added release note about old/new design to documentation.
- Documentation ispelled.
This commit is contained in:
parent
19088a805f
commit
072c0ff60a
|
|
@ -1,6 +1,11 @@
|
|||
Halfedge_DS Package: Release changes:
|
||||
---------------------------------------------------------------------
|
||||
|
||||
2.14 (02 Jul 2001)
|
||||
|
||||
- Added release note about old/new design to documentation.
|
||||
- Documentation ispelled.
|
||||
|
||||
2.13 (29 Jun 2001)
|
||||
|
||||
- Added pathname to example program header line.
|
||||
|
|
|
|||
|
|
@ -18,12 +18,15 @@
|
|||
\ccChapterRelease{\hdsRev. \ \hdsDate}\\
|
||||
\ccChapterAuthor{Lutz Kettner}
|
||||
|
||||
{\bf Note:} This package has been replaced with a new design. The old
|
||||
files are still available for backwards compatibility and to support
|
||||
MSVC++6.0, however their use is depricated and the manual pages are
|
||||
not converted anymore into the new manual format. See the new
|
||||
reference manual for the new design.
|
||||
% +------------------------------------------------------------------------+
|
||||
\section{Release Note}
|
||||
|
||||
Beginning with \cgal\ R2.3, this package has been replaced with a new
|
||||
design. The old files are still available for backwards compatibility
|
||||
and to support older compiler, such as MSVC++6.0. However their use is
|
||||
deprecated and the manual page are not converted into the new
|
||||
reference manual format. Instead they are collected in this manual
|
||||
here. See the regular user and reference manual for the new design.
|
||||
|
||||
% +------------------------------------------------------------------------+
|
||||
\section{Introduction}
|
||||
|
|
@ -207,6 +210,13 @@ structures in Section~\ref{sectionHdsExamples} conclude the chapter.
|
|||
\ccCreationVariable{hds}
|
||||
\def\ccTagRmTrailingConst{\ccFalse}
|
||||
|
||||
\ccHeading{Release Note}
|
||||
|
||||
Beginning with \cgal\ R2.3, this package has been replaced with a new
|
||||
design. The old design is still available and documented here, see the
|
||||
remark at the beginning of this chapter. See the regular user and
|
||||
reference manual for the new design.
|
||||
|
||||
\ccDefinition
|
||||
|
||||
A \ccClassTemplateName\ consists of vertices $V$, edges $E$, facets
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.13 (29 Jun 2001)
|
||||
2.14 (02 Jul 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue