Adding doxygen style python module desgnation.

Adding another file to example that shows 2 files in same namespace.
This commit is contained in:
Alex Lin
2019-03-14 09:33:50 -05:00
parent 62948308b6
commit 41f151f2ee
4 changed files with 46 additions and 0 deletions

View File

@ -8,6 +8,7 @@ PURPOSE:
##include "FooFood.hh"
##include "FooInnerFood.hh"
##include "BarFood.hh"
##include "FooYummyFood.hh"
class SimObj : public Trick::SimObject {
@ -15,6 +16,7 @@ class SimObj : public Trick::SimObject {
Foo::Food foo_food ;
Foo::Inner::Food foo_inner_food ;
Bar::Food bar_food ;
Foo::YummyFood foo_yummyfood ;
/** Constructor to add the jobs */
SimObj() {