My Project  1.0
The Structure of Doxygen Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
factorial.h
Go to the documentation of this file.
1 #ifndef MYPROJECT_MATH_FACTORIAL_H
2 #define MYPROJECT_MATH_FACTORIAL_H
3 
5 namespace myproject {
6  namespace math {
7 
9  int fact(int n);
10  }
11 }
12 #endif
Definition: complex_number.cc:3
int fact(int n)
Definition: factorial.cc:6