DEBSOURCES
Skip Quicknav
sources / doxygen / 1.9.8%2Bds-2.1 / testing / decl_def.h
12345678910
namespace N { /** @brief variable declaration */ extern int var; /** @brief function declaration */ void foo(int param); }