Planning Assistant Views
foo.h
1 
4 class Foo
5 {
6 public:
10  void blah();
11 };
void blah()
something more...
Definition: foo.h:4