mirror of https://github.com/CGAL/cgal
CGAL_VERSION_NUMBER is in <CGAL/config.h> and not <CGAL/version.h>. As
config.h includes version.h, let's document <CGAL/config.h> for all version macros. Document CGAL_VERSION_STR.
This commit is contained in:
parent
ae62b2ae4d
commit
f87e11fe9b
|
|
@ -119,7 +119,7 @@ been implemented yet.
|
|||
|
||||
\section{Identifying the Version of CGAL\label{sec:cgal_version}}
|
||||
|
||||
\ccInclude{CGAL/version.h}
|
||||
\ccInclude{CGAL/config.h}
|
||||
|
||||
Every release of \cgal\ defines the following preprocessor macros:
|
||||
\begin{description}
|
||||
|
|
@ -127,6 +127,9 @@ Every release of \cgal\ defines the following preprocessor macros:
|
|||
\index{CGAL_VERSION macro@{\tt CGAL\_VERSION} macro}
|
||||
-- a textual description of the current release
|
||||
(e.g., or 3.3 or 3.2.1 or 3.2.1-I-15), and
|
||||
\item[\texttt{CGAL\_VERSION\_STR}]
|
||||
\index{CGAL_VERSION_STR macro@{\tt CGAL\_VERSION\_STR} macro}
|
||||
-- same as \texttt{CGAL\_VERSION} but as a string constant token, and
|
||||
\item[\texttt{CGAL\_VERSION\_NR}]
|
||||
\index{CGAL_VERSION_NR macro@{\tt CGAL\_VERSION\_NR} macro}
|
||||
-- a numerical description of the current release such that
|
||||
|
|
|
|||
Loading…
Reference in New Issue