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
myproject
Definition:
complex_number.cc:3
myproject::math::fact
int fact(int n)
Definition:
factorial.cc:6
src
math
factorial.h
Generated on Mon Jun 22 2015 22:24:11 for My Project by
1.8.8