Blame tests/upstream-test-suite/054_parblock.cpp

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