Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / decl_def.h
1 namespace N
2 {
3
4 /** @brief variable declaration */
5 extern int var;
6
7 /** @brief function declaration */
8 void foo(int param);
9
10 }