Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Common/Core/MetadataHelper.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.

Check failure on line 1 in Common/Core/MetadataHelper.h

View workflow job for this annotation

GitHub Actions / O2 linter

[doc/file]

Provide mandatory file documentation.
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
// All rights not expressly granted are reserved.
//
Expand All @@ -8,12 +8,10 @@
// In applying this license CERN does not waive the privileges and immunities
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.

///
/// \file TableHelper.h
/// \author Nicolò Jacazio nicolo.jacazio@cern.ch
/// \brief Utility to handle the metadata from the AOD
///

Check failure on line 14 in Common/Core/MetadataHelper.h

View workflow job for this annotation

GitHub Actions / O2 linter

[doc/file]

Documentation for \file is missing, incorrect or misplaced.

#ifndef COMMON_CORE_METADATAHELPER_H_
#define COMMON_CORE_METADATAHELPER_H_
Expand Down Expand Up @@ -70,6 +68,4 @@

} // namespace o2::common::core

using MetadataHelper = o2::common::core::MetadataHelper; // Alias for the MetadataHelper

#endif // COMMON_CORE_METADATAHELPER_H_
Loading