036_link.c
Go to the documentation of this file.
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 };
A Test class.
Definition: class.h:3
p
Definition: test.py:223