Blame testing/054_parblock.cpp

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