Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
larexamples
larexamples
Services
namespaces.h
Go to the documentation of this file.
1
/**
2
* @file namespaces.h
3
* @brief Documentation for namespaces
4
* @author Gianluca Petrillo (petrillo@fnal.gov)
5
* @date April 27, 2016
6
*
7
* File to generate namespace documentation in a centrally managed way.
8
*
9
*/
10
11
#error "Do not include this header!"
12
13
/// LArSoft namespace
14
namespace
lar {
15
16
/// LArSoft examples
17
namespace
example {
18
19
/// Tests for LArSoft examples
20
namespace
tests {}
21
22
}
// namespace example
23
24
}
// namespace lar
Generated by
1.8.5