Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 036_link.c
1 // objective: test \link command
2 // check: 036__link_8c.xml
3
4 /** \file 
5  *  See \link func() the function\endlink for more info.
6  *  See the \link Test test\endlink class.
7  */
8
9 /** A function
10  */
11 void func(int p);
12
13 /** A test */
14 class Test
15 {
16 };