From 1feea1f81b6096dabad27b95cbb8e93f18b50a6f Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@gmail.com> Date: Fri, 1 Jun 2018 13:59:17 +0100 Subject: [PATCH] Fix doxygen warnings for v1.8 --- .../DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h | 2 +- Framework/Doxygen/Mantid_template.doxyfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h b/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h index 27e9b9e2690..446ce86e1f9 100644 --- a/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h +++ b/Framework/DataHandling/inc/MantidDataHandling/LoadILLDiffraction.h @@ -71,7 +71,7 @@ private: void exec() override; void calculateRelativeRotations(std::vector<double> &instrumentAngles, - const Kernel::V3D &tube1Position); + const Kernel::V3D &firstTubePosition); void fillDataScanMetaData(const NeXus::NXDouble &); void fillMovingInstrumentScan(const NeXus::NXUInt &, const NeXus::NXDouble &); diff --git a/Framework/Doxygen/Mantid_template.doxyfile b/Framework/Doxygen/Mantid_template.doxyfile index 4df070b00d3..70e2f987405 100644 --- a/Framework/Doxygen/Mantid_template.doxyfile +++ b/Framework/Doxygen/Mantid_template.doxyfile @@ -241,8 +241,6 @@ MAN_LINKS = NO #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output -- GitLab