VirtualBox

Ignore:
Timestamp:
Sep 30, 2015 7:39:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102976
Message:

IPRT: Doxygen warning fixes (last ones, hopefully).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp

    r57944 r57978  
    376376/**
    377377 * Implements mapping a glob variable to multiple environment variable values.
     378 *
     379 * @param   a_Name              The variable name.
    378380 * @param   a_apszVarNames      Assumes to be a global variable that RT_ELEMENTS
    379381 *                              works correctly on.
     382 * @param   a_cbMaxValue        The max expected value size.
    380383 */
    381384#define RTPATHMATCHVAR_MULTIPLE_ENVVARS(a_Name, a_apszVarNames, a_cbMaxValue) \
     
    451454
    452455/**
    453  * @interface_method_impl{RTPATHMATCHVAR,pfnQuery, Enumerates the PATH}.
     456 * @interface_method_impl{RTPATHMATCHVAR,pfnQuery, Enumerates the PATH}
    454457 */
    455458static DECLCALLBACK(int) rtPathVarQuery_Path(uint32_t iItem, char *pszBuf, size_t cbBuf, size_t *pcchValue,
     
    996999 * @param   pchPattern          The pattern to compile.
    9971000 * @param   cchPattern          The length of the pattern.
     1001 * @param   fIgnoreCase         Whether to ignore case or not when doing the
     1002 *                              actual matching later on.
    9981003 * @param   pAllocator          Pointer to the instruction allocator & result
    9991004 *                              array.  The compiled "program" starts at
     
    16591664 * @param   pGlob               The glob instance data.
    16601665 * @param   offPath             The current path offset/length.
    1661  * @param   iComp               The current component.
     1666 * @param   iStarStarComp       The star-star component index.
     1667 * @param   offStarStarPath     The offset of the star-star component in the
     1668 *                              pattern path.
    16621669 */
    16631670DECL_NO_INLINE(static, int) rtPathGlobExecRecursiveStarStar(PRTPATHGLOB pGlob, size_t offPath, uint32_t iStarStarComp,
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