My C++ Project

This is an example function:

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!

Return

the successor of x

Parameters
  • x: The number to increase