1 2 3 4 5 6 7 8 9 10
namespace N { /** @brief variable declaration */ extern int var; /** @brief function declaration */ void foo(int param); }