All following examples are equivalent, text always belongs to the Summary Section:
// Summary: Foo makes the live easier.
int foo(int x, int y);
// Brief* Foo makes the live easier.
int foo(int x, int y);
// Short-
// Foo makes the live easier.
int foo(int x, int y);
// Summary
// Foo makes the live easier.
int foo(int x, int y);