My C++ Project

This is an example function:

inline int testghacookiecutter::add_one(int x)

A very interesting function!

This function is of course just a self-explanatory placeholder, but surprisingly often, things aren’t this easy. You should therefore really document your C++ code with Doxygen!

Parameters:

x – The number to increase

Returns:

the successor of x