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