VirtualBox

Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157315
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

Location:
trunk/src/VBox/Runtime/common/fuzz
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fuzz/fuzz-config.cpp

    r98103 r99739  
    520520 * Destroys the given fuzzing config.
    521521 *
    522  * @returns nothing.
    523522 * @param   pThis                   The fuzzing config instance to destroy.
    524523 */
  • trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp

    r98103 r99739  
    439439 * Destroys the given execution context.
    440440 *
    441  * @returns nothing.
    442441 * @param   pThis               The internal fuzzing observer state.
    443442 * @param   pExecCtx            The execution context to destroy.
  • trunk/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp

    r98103 r99739  
    185185 * Initializes the given stdout/stderr buffer.
    186186 *
    187  * @returns nothing.
    188187 * @param   pBuf                The buffer to initialize.
    189188 */
     
    199198 * Frees all allocated resources in the given stdout/stderr buffer.
    200199 *
    201  * @returns nothing.
    202200 * @param   pBuf                The buffer to free.
    203201 */
     
    358356 * Destorys the given fuzzer target recorder freeing all allocated resources.
    359357 *
    360  * @returns nothing.
    361358 * @param   pThis               The fuzzer target recorder instance.
    362359 */
     
    370367 * Destroys the given fuzzer target state freeing all allocated resources.
    371368 *
    372  * @returns nothing.
    373369 * @param   pThis               The fuzzed target state instance.
    374370 */
  • trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp

    r98103 r99739  
    575575 * Frees the given memory.
    576576 *
    577  * @returns nothing.
    578577 * @param   pThis               The fuzzer context instance.
    579578 * @param   pv                  Pointer to the memory area to free.
     
    620619 * Updates the cache status of the given mutation.
    621620 *
    622  * @returns nothing.
    623621 * @param   pThis               The fuzzer context instance.
    624622 * @param   pMutation           The mutation to update.
     
    655653 * Removes a cached mutation from the cache.
    656654 *
    657  * @returns nothing.
    658655 * @param   pThis               The fuzzer context instance.
    659656 * @param   pMutation           The mutation to remove.
     
    675672 * Destroys the given mutation.
    676673 *
    677  * @returns nothing.
    678674 * @param   pMutation           The mutation to destroy.
    679675 */
     
    870866 * Destroys the given fuzzer context freeing all allocated resources.
    871867 *
    872  * @returns nothing.
    873868 * @param   pThis               The fuzzer context instance.
    874869 */
     
    15131508 * Destroys the given fuzzing input.
    15141509 *
    1515  * @returns nothing.
    15161510 * @param   pThis               The fuzzing input to destroy.
    15171511 */
  • trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp

    r98103 r99739  
    15801580 * Destroys all running fuzzers for the given master state.
    15811581 *
    1582  * @returns nothing.
    15831582 * @param   pThis               The fuzzing master command state.
    15841583 */
     
    15921591 * Sends an ACK response to the client.
    15931592 *
    1594  * @returns nothing.
    15951593 * @param   hSocket             The socket handle to send the ACK to.
    15961594 * @param   pszResponse         Additional response data.
     
    16231621 * Sends an NACK response to the client.
    16241622 *
    1625  * @returns nothing.
    16261623 * @param   hSocket             The socket handle to send the ACK to.
    16271624 * @param   pErrInfo            Optional error information to send along.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette