From b3d4859a5580cd7ff863374833a2043e2cce9c80 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 27 Nov 2015 17:38:19 -0500 Subject: [PATCH] Remove all \iffalse - No longer needed, the manual compiles properly --- doc/doc.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/doc.tex b/doc/doc.tex index 059df47b..41ccaf5c 100644 --- a/doc/doc.tex +++ b/doc/doc.tex @@ -949,8 +949,7 @@ glm::dmat4 glm::scale( \textbf{Extension:} \verb|GLM_GTC_matrix_transform| \textbf{Header:} \glmheader{gtc/matrix\_transform} - -\iffalse + \subsubsection{\href{http://docs.gl/gl2/glTranslate}{\texttt{glTranslate}}} @@ -1302,7 +1301,7 @@ glm::vec3 computeNormal } \end{cppcode} -\iffalse + \subsection{Matrix Transformations} @@ -1566,7 +1565,6 @@ GLM is developed and maintained by \href{http://www.g-truc.net}{Christophe Ricci Special thanks to: -\fi \begin{itemize} \item Ashima Arts and Stefan Gustavson for their work on \href{https://github.com/ashima/webgl-noise}{webgl-noise}, which which is the base of \verb|GLM_GTC_noise|. \item \href{http://athile.net/library/wiki/index.php?title=Athile_Technologies}{Arthur Winters} for contributing to the swizzle operator implementation.