Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 054_parblock.cpp
1 // objective: test the \parblock command
2 // check: 054__parblock_8cpp.xml
3
4 /** @file */
5
6 /**
7  call by target-specific code to manage resources required by the client.
8
9  @param[in]  client    ID of client requesting resource.
10  @param[out] resource  Requested resource
11  @param[in]  parblock  @parblock This is a test for the \@parblock
12                        command.
13
14                        A list if values for the parblock param:
15                        - Item 1. This is short one-line description.
16                        - Item 2. This is a long bullet item;
17                          sometimes they wrap on multiple lines like this
18                          one.
19
20                        This is the second paragraph description for the
21                        \@parblock parameter. Always end the text inside
22                        the \@parblock command with an \@endparblock
23                        command.
24                        @endparblock
25  @param[out] test      This is a test parameter for this function to see if
26                        it is included in the parameter table
27  @param[in]  p
28          @parblock First paragraph of the param description.
29
30          Second paragraph of the param description.
31          @endparblock
32  */
33 void function(int client,int *resource,int parblock,int *test,int p);
34 /**
35  call by target-specific code to manage resources required by the client.
36
37  @param[in]  client    ID of client requesting resource.
38  @param[out] resource  Requested resource
39  @param[in]  parblock  @parblock This is a test for the \@parblock
40                        command.
41
42                        A list if values for the parblock param:
43                        - Item 1. This is short one-line description.
44                        - Item 2. This is a long bullet item;
45                          sometimes they wrap on multiple lines like this
46                          one.
47
48                        This is the second paragraph description for the
49                        \@parblock parameter. Always end the text inside
50                        the \@parblock command with an \@endparblock
51                        command.
52                        @endparblock
53  @param[out] test      This is a test parameter for this function to see if
54                        it is included in the parameter table
55  @param[in]  p         @parblock
56                        First paragraph of the param description.
57
58                        Second paragraph of the param description.
59  @endparblock
60  */
61 void function_2(int client,int *resource,int parblock,int *test,int p);