Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
testing
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
};
Test
A Test class.
Definition:
class.h:3
test.p
p
Definition:
test.py:223
func
void func(int p)
Brief description.
Definition:
018_def.c:10
Generated by
1.8.11