Ticket #1562: foo.hpp

File foo.hpp, 118 bytes (added by Eric Niebler, 15 years ago)
Line 
1/// \file foo.hpp
2///
3/// Here is a foo file
4///
5
6namespace bar
7{
8
9/// blarg
10///
11class blarg
12{
13};
14
15}
16