Skip to content
Snippets Groups Projects
Commit a84a2094 authored by William F Godoy's avatar William F Godoy
Browse files

CI Doxygen checks

parent 3dd84938
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ void makeTimeOfFlightDataFuzzy(::NeXus::File &file, T localWorkspace, ...@@ -375,7 +375,7 @@ void makeTimeOfFlightDataFuzzy(::NeXus::File &file, T localWorkspace,
*modified. *modified.
* @param entry_name :: An NXentry tag in the file * @param entry_name :: An NXentry tag in the file
* @param classType :: The type of the events: either detector or monitor * @param classType :: The type of the events: either detector or monitor
* @param desciptor :: input descriptor carrying metadata information * @param descriptor :: input descriptor carrying metadata information
*/ */
template <typename T> template <typename T>
void adjustTimeOfFlightISISLegacy( void adjustTimeOfFlightISISLegacy(
......
...@@ -90,7 +90,6 @@ private: ...@@ -90,7 +90,6 @@ private:
* Load an IXseblock entry * Load an IXseblock entry
* @param file input Nexus file handler * @param file input Nexus file handler
* @param absolute_entry_name full entry name in Nexus * @param absolute_entry_name full entry name in Nexus
* @param entry_class type of the entry (NXlog)
* @param workspace input workspace * @param workspace input workspace
*/ */
void loadSELog(::NeXus::File &file, const std::string &absolute_entry_name, void loadSELog(::NeXus::File &file, const std::string &absolute_entry_name,
......
...@@ -500,6 +500,7 @@ firstLastPulseTimes(::NeXus::File &file, Kernel::Logger &logger) { ...@@ -500,6 +500,7 @@ firstLastPulseTimes(::NeXus::File &file, Kernel::Logger &logger) {
* This variable will be changed if the field is not there. * This variable will be changed if the field is not there.
* @param oldNeXusFileNames Whether to try using old names. This variable will * @param oldNeXusFileNames Whether to try using old names. This variable will
* be changed if it is determined that old names are being used. * be changed if it is determined that old names are being used.
* @param prefix current entry name prefix (e.g. /entry)
* @param descriptor input containing metadata information * @param descriptor input containing metadata information
* @return The number of events. * @return The number of events.
*/ */
......
...@@ -781,13 +781,6 @@ void LoadNexusLogs::loadNXLog( ...@@ -781,13 +781,6 @@ void LoadNexusLogs::loadNXLog(
file.closeGroup(); file.closeGroup();
} }
/**
* Load an SE log entry
* @param file :: A reference to the NeXus file handle opened at the parent
* group
* @param absolute_entry_name :: The name of the log entry
* @param workspace :: A pointer to the workspace to store the logs
*/
void LoadNexusLogs::loadSELog( void LoadNexusLogs::loadSELog(
::NeXus::File &file, const std::string &absolute_entry_name, ::NeXus::File &file, const std::string &absolute_entry_name,
const std::shared_ptr<API::MatrixWorkspace> &workspace) const { const std::shared_ptr<API::MatrixWorkspace> &workspace) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment