Skip to content
Snippets Groups Projects
Commit 526d122f authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'DoxygenFixes' into 'master'

Resolve Ambiguities in doxygen file declarations

See merge request !4921

Former-commit-id: bdb90882
parents 88754162 281fb3e7
No related branches found
No related tags found
8 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles
Showing
with 20 additions and 19 deletions
......@@ -3,7 +3,7 @@
*/
/**
* @file PassNoneFilter.cxx
* @file AthenaPoolMultiTest/src/PassNoneFilter.cxx
* @brief Implementation of class PassNoneFilter
*/
......
......@@ -7,7 +7,7 @@
#ifndef ATHENAPOOLMULTITEST_PASSNONEFILTER_H
#define ATHENAPOOLMULTITEST_PASSNONEFILTER_H
/**
* @file PassNoneFilter.h
* @file AthenaPoolMultiTest/src/PassNoneFilter.h
* @brief class definition for PassNoneFilter
*/
......
......@@ -6,7 +6,7 @@
// $Id: Array.h,v 1.2 2009-04-07 04:30:07 ssnyder Exp $
/**
* @file Array.h
* @file CaloConditions/Array.h
* @author scott snyder <snyder@bnl.gov>
* @date June, 2004
* @brief Simple multidimensional arrays.
......
......@@ -3,7 +3,7 @@
*/
/**
* @file CaloDetDescrElement.h
* @file CaloDetDescr/CaloDetDescrElement.h
*
* @brief Definition of CaloDetDescrElement
*
......
......@@ -3,7 +3,7 @@
*/
/**
* @file CaloPhiRange.h
* @file CaloGeoHelpers/CaloPhiRange.h
*
* @brief CaloPhiRange class declaration
*
......
......@@ -6,7 +6,7 @@
// $Id: DataLink.h 783590 2016-11-11 00:38:09Z ssnyder $
/**
* @file DataLink.h
* @file AthLinks/DataLink.h
* @author scott snyder <snyder@bnl.gov>
* @date Nov, 2013
* @brief Object reference supporting deferred reading from StoreGate.
......
......@@ -25,7 +25,7 @@ class DataLink;
EXIT_ROOT_SELECTION_NS
/// @short DataLink implementation for ROOT usage
///
/// @file AthLinksSA/AthLinks/DataLink.h
/// This is an implementation of DataLink<T> for vanilla ROOT.
/// The code is quite simple, leaving most of the work for the
/// xAOD::TEvent class.
......
......@@ -11,6 +11,7 @@ extern "C" {
}
/**
* @file AthLinksSA/AthLinks/DataLinkBase.h
* @short A base class holding the object independent part of DataLink
*
* To implement efficient ROOT I/O for DataLink<T> classes, they all
......
......@@ -4,7 +4,7 @@
#ifndef ATHENAKERNEL_CLASS_DEF_H
#define ATHENAKERNEL_CLASS_DEF_H
/** @file CLASS_DEF.h
/** @file AthenaKernel/CLASS_DEF.h
* @brief macros to associate a CLID to a type
*
* @author Paolo Calafiura <pcalafiura@lbl.gov>
......
......@@ -4,7 +4,7 @@
#ifndef ATHENAKERNEL_CLIDREGISTRY_H
# define ATHENAKERNEL_CLIDREGISTRY_H
/** @file CLIDRegistry.h
/** @file AthenaKernel/CLIDRegistry.h
* @brief a static registry of CLID->typeName entries. NOT for general use.
* Use ClassIDSvc instead.
*
......
......@@ -4,7 +4,7 @@
#ifndef ATHENAKERNEL_CLASSID_TRAITS_H
#define ATHENAKERNEL_CLASSID_TRAITS_H
/** @file ClassID_traits.h
/** @file AthenaKernel/ClassID_traits.h
* @brief a traits class that associates a CLID to a type T
* It also detects whether T inherits from Gaudi DataObject
*
......
......@@ -6,7 +6,7 @@
// $Id: errorcheck.h,v 1.6 2009-04-09 15:11:16 ssnyder Exp $
/**
* @file errorcheck.h
* @file AthenaKernel/errorcheck.h
* @author scott snyder <snyder@bnl.gov>
* @date Jan, 2006
* @brief Helpers for checking error return status codes and reporting errors.
......
......@@ -21,7 +21,7 @@
#ifndef RAPIDJSON_ERROR_ERROR_H__
#define RAPIDJSON_ERROR_ERROR_H__
/*! \file error.h */
/*! \file AthenaMP/src/memory-monitor/rapidjson/error/error.h */
/*! \defgroup RAPIDJSON_ERRORS RapidJSON error handling */
......
......@@ -21,7 +21,7 @@
#ifndef RAPIDJSON_READER_H_
#define RAPIDJSON_READER_H_
/*! \file reader.h */
/*! \file AthenaMP/src/memory-monitor/rapidjson/reader.h */
#include "rapidjson.h"
#include "encodings.h"
......
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
## @file __init__.py
## @file AthenaServices/python/__init__.py
## Hook for the AthenaServices py-module
__version__ = '1.0.0'
......
......@@ -3,7 +3,7 @@
*/
/**
* @file UtilityFuncs.h
* @file CollectionUtilities/UtilityFuncs.h
* @brief prototypes for utility POOL collection funcs
* @author Jack.Cranshaw@cern.ch
* $Id: UtilityFuncs.h 495625 2012-04-13 13:54:17Z mnowak $
......
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/** @file PassNoneFilter.cxx
/** @file AthenaPoolExampleAlgorithms/src/PassNoneFilter.cxx
* @brief This file contains the implementation for the PassNoneFilter class.
* $Id: PassNoneFilter.cxx,v 1.2 2008-12-10 21:28:11 gemmeren Exp $
**/
......
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/** @file ReadData.cxx
/** @file AthenaPoolExampleAlgorithms/src/ReadData.cxx
* @brief This file contains the implementation for the ReadData class.
* @author Peter van Gemmeren <gemmeren@anl.gov>
* $Id: ReadData.cxx,v 1.26 2009-03-14 22:05:57 gemmeren Exp $
......
......@@ -5,7 +5,7 @@
#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READDATA_H
#define ATHENAPOOLEXAMPLEALGORITHMS_READDATA_H
/** @file ReadData.h
/** @file AthenaPoolExampleAlgorithms/src/ReadData.h
* @brief This file contains the class definition for the ReadData class.
* @author Peter van Gemmeren <gemmeren@anl.gov>
* $Id: ReadData.h,v 1.2 2009-03-11 20:08:50 gemmeren Exp $
......
......@@ -2,7 +2,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/** @file WriteData.cxx
/** @file AthenaPoolExampleAlgorithms/src/WriteData.cxx
* @brief This file contains the implementation for the WriteData class.
* @author Peter van Gemmeren <gemmeren@anl.gov>
* $Id: WriteData.cxx,v 1.25 2008-12-10 21:28:11 gemmeren Exp $
......
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