Blame testing/054_parblock.cpp

Packit 1c1d7e
// objective: test the \parblock command
Packit 1c1d7e
// check: 054__parblock_8cpp.xml
Packit 1c1d7e
Packit 1c1d7e
/** @file */
Packit 1c1d7e
Packit 1c1d7e
/**
Packit 1c1d7e
 call by target-specific code to manage resources required by the client.
Packit 1c1d7e
Packit 1c1d7e
 @param[in]  client    ID of client requesting resource.
Packit 1c1d7e
 @param[out] resource  Requested resource
Packit 1c1d7e
 @param[in]  parblock  @parblock This is a test for the \@parblock
Packit 1c1d7e
                       command.
Packit 1c1d7e
Packit 1c1d7e
                       A list if values for the parblock param:
Packit 1c1d7e
                       - Item 1. This is short one-line description.
Packit 1c1d7e
                       - Item 2. This is a long bullet item;
Packit 1c1d7e
                         sometimes they wrap on multiple lines like this
Packit 1c1d7e
                         one.
Packit 1c1d7e
Packit 1c1d7e
                       This is the second paragraph description for the
Packit 1c1d7e
                       \@parblock parameter. Always end the text inside
Packit 1c1d7e
                       the \@parblock command with an \@endparblock
Packit 1c1d7e
                       command.
Packit 1c1d7e
                       @endparblock
Packit 1c1d7e
 @param[out] test      This is a test parameter for this function to see if
Packit 1c1d7e
                       it is included in the parameter table
Packit 1c1d7e
 @param[in]  p         @parblock First paragraph of the param description.
Packit 1c1d7e
Packit 1c1d7e
                       Second paragraph of the param description.
Packit 1c1d7e
                       @endparblock
Packit 1c1d7e
 */
Packit 1c1d7e
void function(int client,int *resource,int parblock,int *test,int p);