Blame testing/036_link.c

Packit 1c1d7e
// objective: test \link command
Packit 1c1d7e
// check: 036__link_8c.xml
Packit 1c1d7e
Packit 1c1d7e
/** \file 
Packit 1c1d7e
 *  See \link func() the function\endlink for more info.
Packit 1c1d7e
 *  See the \link Test test\endlink class.
Packit 1c1d7e
 */
Packit 1c1d7e
Packit 1c1d7e
/** A function
Packit 1c1d7e
 */
Packit 1c1d7e
void func(int p);
Packit 1c1d7e
Packit 1c1d7e
/** A test */
Packit 1c1d7e
class Test
Packit 1c1d7e
{
Packit 1c1d7e
};