From 7dcfe00529dbab1dee2693edb74d09bcbdaf6fc1 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Fri, 9 Feb 2007 17:13:47 +0000 Subject: [PATCH] - Move documentation of Boolean_tag, Tag_true and Tag_false to STL_Extension. --- .gitattributes | 1 - Kernel_23/doc_tex/Kernel_23/kernel_toc.tex | 5 -- .../doc_tex/Kernel_23_ref/Boolean_tag.tex | 18 ------ Kernel_23/doc_tex/Kernel_23_ref/Tag_false.tex | 17 ------ Kernel_23/doc_tex/Kernel_23_ref/Tag_true.tex | 17 ------ Kernel_23/doc_tex/Kernel_23_ref/main.tex | 13 ----- .../doc_tex/STL_Extension_ref/intro.tex | 6 +- .../STL_Extension_ref/stl_extension.tex | 58 +++++++++++++++++++ 8 files changed, 62 insertions(+), 73 deletions(-) delete mode 100644 Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex delete mode 100644 Kernel_23/doc_tex/Kernel_23_ref/Tag_false.tex delete mode 100644 Kernel_23/doc_tex/Kernel_23_ref/Tag_true.tex diff --git a/.gitattributes b/.gitattributes index 842ae2507fe..cdba60908f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -685,7 +685,6 @@ Jet_fitting_3/doc_tex/Jet_fitting_3_ref/template_dependence.jpg -text svneol=uns Jet_fitting_3/doc_tex/Jet_fitting_3_ref/template_dependence.pdf -text svneol=unset#application/pdf Jet_fitting_3/examples/Jet_fitting_3/data/bezierpb3-0.007812.off -text svneol=unset#application/octet-stream Jet_fitting_3/examples/Jet_fitting_3/data/ellipe0.003.off -text svneol=unset#application/octet-stream -Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex -text Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.eps -text svneol=unset#application/postscript Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.gif -text svneol=unset#image/gif Kernel_23/doc_tex/Kernel_23_ref/fig/IsoCuboid.pdf -text svneol=unset#application/pdf diff --git a/Kernel_23/doc_tex/Kernel_23/kernel_toc.tex b/Kernel_23/doc_tex/Kernel_23/kernel_toc.tex index e5416e51593..c3fd0fdc044 100644 --- a/Kernel_23/doc_tex/Kernel_23/kernel_toc.tex +++ b/Kernel_23/doc_tex/Kernel_23/kernel_toc.tex @@ -156,8 +156,3 @@ \ccRefIdfierPage{CGAL::x_equal} \\ \ccRefIdfierPage{CGAL::y_equal} \\ \ccRefIdfierPage{CGAL::z_equal} \\ - -\subsubsection*{Tag Classes} - -\ccRefIdfierPage{CGAL::Tag_false} \\ -\ccRefIdfierPage{CGAL::Tag_true} \\ diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex b/Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex deleted file mode 100644 index 0a884f80956..00000000000 --- a/Kernel_23/doc_tex/Kernel_23_ref/Boolean_tag.tex +++ /dev/null @@ -1,18 +0,0 @@ -\begin{ccRefClass}{Boolean_tag} - -\ccDefinition - -Depending on \ccc{bool value} the class \ccRefName\ indicates that -something is \ccc{true} or \ccc{false} respectively. - -\ccConstants - -\ccVariable{static const bool value;}{} - -\ccInclude{CGAL/tags.h} - -\ccSeeAlso -\ccRefIdfierPage{CGAL::Tag_true} \\ -\ccRefIdfierPage{CGAL::Tag_false} - -\end{ccRefClass} \ No newline at end of file diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Tag_false.tex b/Kernel_23/doc_tex/Kernel_23_ref/Tag_false.tex deleted file mode 100644 index 964c2db8766..00000000000 --- a/Kernel_23/doc_tex/Kernel_23_ref/Tag_false.tex +++ /dev/null @@ -1,17 +0,0 @@ -\begin{ccRefClass}{Tag_false} - -\ccDefinition - -The class \ccRefName\ equals \ccc{Boolean_tag}. -It is used to indicate, for example, -that a certain feature is not available in a class. - -\ccVariable{const bool value;}{ is \ccc{false} } - -\ccInclude{CGAL/tags.h} - -\ccSeeAlso -\ccRefIdfierPage{CGAL::Boolean_tag} \\ -\ccRefIdfierPage{CGAL::Tag_true} \\ - -\end{ccRefClass} diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Tag_true.tex b/Kernel_23/doc_tex/Kernel_23_ref/Tag_true.tex deleted file mode 100644 index 41df52fceb7..00000000000 --- a/Kernel_23/doc_tex/Kernel_23_ref/Tag_true.tex +++ /dev/null @@ -1,17 +0,0 @@ -\begin{ccRefClass}{Tag_true} - -\ccDefinition - -The class \ccRefName\ equals \ccc{Boolean_tag}. -It is used to indicate, for example, -that a certain feature is available in a class. - -\ccVariable{const bool value;}{ is \ccc{true} } - -\ccInclude{CGAL/tags.h} - -\ccSeeAlso -\ccRefIdfierPage{CGAL::Boolean_tag} \\ -\ccRefIdfierPage{CGAL::Tag_false} \\ - -\end{ccRefClass} \ No newline at end of file diff --git a/Kernel_23/doc_tex/Kernel_23_ref/main.tex b/Kernel_23/doc_tex/Kernel_23_ref/main.tex index 248e74b4442..24f5c0c69fe 100644 --- a/Kernel_23/doc_tex/Kernel_23_ref/main.tex +++ b/Kernel_23/doc_tex/Kernel_23_ref/main.tex @@ -445,16 +445,3 @@ in the kernel. \input{Kernel_23_ref/Kernel_Vector_3.tex} %\input{Kernel_23_ref/Kernel_WeightedPoint_2.tex} %\input{Kernel_23_ref/Kernel_WeightedPoint_3.tex} - -\section{Tag Classes} -\gdef\ccRefPageBreak{\ccFalse} - -\input{Kernel_23_ref/Boolean_tag.tex} -\vspace*{3cm} -\input{Kernel_23_ref/Tag_false.tex} -\vspace*{3cm} -\input{Kernel_23_ref/Tag_true.tex} -\gdef\ccRefPageBreak{\ccTrue} - -%% EOF - diff --git a/STL_Extension/doc_tex/STL_Extension_ref/intro.tex b/STL_Extension/doc_tex/STL_Extension_ref/intro.tex index 8ecfaf791e7..628ccd04486 100644 --- a/STL_Extension/doc_tex/STL_Extension_ref/intro.tex +++ b/STL_Extension/doc_tex/STL_Extension_ref/intro.tex @@ -137,7 +137,9 @@ \ccRefIdfierPage{CGAL::Fourtuple}\\ \ccRefIdfierPage{CGAL::Sixtuple}\\ \ccRefIdfierPage{CGAL::Triple}\\ -\ccRefIdfierPage{CGAL::Quadruple} - +\ccRefIdfierPage{CGAL::Quadruple}\\ +\ccRefIdfierPage{CGAL::Boolean_tag}\\ +\ccRefIdfierPage{CGAL::Tag_true}\\ +\ccRefIdfierPage{CGAL::Tag_false} %% EOF diff --git a/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex b/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex index 30c4b7b9ab2..a24e2f96e0d 100644 --- a/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex +++ b/STL_Extension/doc_tex/STL_Extension_ref/stl_extension.tex @@ -2400,6 +2400,64 @@ %% +=========================================================================+ +\begin{ccRefClass}{Boolean_tag} + +\ccDefinition + +Depending on \ccc{bool value} the class \ccRefName\ indicates that +something is \ccc{true} or \ccc{false} respectively. + +\ccInclude{CGAL/tags.h} + +\ccConstants + +\ccVariable{static const bool value;}{} + +\ccSeeAlso +\ccRefIdfierPage{CGAL::Tag_true} \\ +\ccRefIdfierPage{CGAL::Tag_false} + +\end{ccRefClass} + + +\begin{ccRefClass}{Tag_true} + +\ccDefinition + +The typedef \ccRefName\ is \ccc{Boolean_tag}. +It is used to indicate, for example, +that a certain feature is available in a class. + +\ccInclude{CGAL/tags.h} + +\ccVariable{static const bool value;}{ is \ccc{true} } + +\ccSeeAlso +\ccRefIdfierPage{CGAL::Boolean_tag} \\ +\ccRefIdfierPage{CGAL::Tag_false} + +\end{ccRefClass} + + +\begin{ccRefClass}{Tag_false} + +\ccDefinition + +The typedef \ccRefName\ is \ccc{Boolean_tag}. +It is used to indicate, for example, +that a certain feature is not available in a class. + +\ccInclude{CGAL/tags.h} + +\ccVariable{static const bool value;}{ is \ccc{false} } + +\ccSeeAlso +\ccRefIdfierPage{CGAL::Boolean_tag} \\ +\ccRefIdfierPage{CGAL::Tag_true} + +\end{ccRefClass} + + %% +--------------------------------------------------------+ \ccParDims