From 36958928dfaaa0721f534b85a2cad3365437ea91 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 29 Nov 2023 16:38:58 +0100 Subject: [PATCH] remove opennl from Doxygen config I checked the compilation of the documentation locally. --- Documentation/doc/resources/1.10.0/BaseDoxyfile.in | 1 - Documentation/doc/resources/1.9.6/BaseDoxyfile.in | 1 - 2 files changed, 2 deletions(-) diff --git a/Documentation/doc/resources/1.10.0/BaseDoxyfile.in b/Documentation/doc/resources/1.10.0/BaseDoxyfile.in index 4818c4493363..629950d737bd 100644 --- a/Documentation/doc/resources/1.10.0/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.10.0/BaseDoxyfile.in @@ -115,7 +115,6 @@ ALIASES = "cgal=%CGAL" \ "taucs=TAUCS" \ "lapack=LAPACK" \ "blas=BLAS" \ - "opennl=OpenNL" \ "cpp=C++" \ "cpp11=C++11" \ "CC=C++" \ diff --git a/Documentation/doc/resources/1.9.6/BaseDoxyfile.in b/Documentation/doc/resources/1.9.6/BaseDoxyfile.in index a7cf70903004..77246b8fcdfc 100644 --- a/Documentation/doc/resources/1.9.6/BaseDoxyfile.in +++ b/Documentation/doc/resources/1.9.6/BaseDoxyfile.in @@ -115,7 +115,6 @@ ALIASES = "cgal=%CGAL" \ "taucs=TAUCS" \ "lapack=LAPACK" \ "blas=BLAS" \ - "opennl=OpenNL" \ "cpp=C++" \ "cpp11=C++11" \ "CC=C++" \