VirtualBox

Changeset 81369 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 18, 2019 9:13:03 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134082
Message:

*: doxygen fixes

Location:
trunk/include/VBox
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/clipboard-helper.h

    r81223 r81369  
    8282 * @param   pwszSrc  The source UTF-16 string
    8383 * @param   cwcSrc   The length of the source string in RTUTF16 units.
    84  * @retval  pcwcDst  The length of the destination string in RTUTF16 units.
     84 * @param   pcwcDst  The length of the destination string in RTUTF16 units.
    8585 */
    8686int ShClUtf16GetLinSize(PRTUTF16 pwszSrc, size_t cwcSrc, size_t *pcwcDst);
  • trunk/include/VBox/VMMDev.h

    r77893 r81369  
    8585 * @remarks These defines also live in the 16-bit and assembly versions of this
    8686 *          header.
     87 * @{
    8788 */
    8889#define VMMDEV_VERSION                      0x00010004
     
    18531854}
    18541855
    1855 /** @} */
    18561856
    18571857/** @name VBVA ring defines.
     
    18721872 * until the record is completed.
    18731873 *
    1874  */
     1874 * @{ */
    18751875#define VMMDEV_VBVA_RING_BUFFER_SIZE        (_4M - _1K)
    18761876#define VMMDEV_VBVA_RING_BUFFER_THRESHOLD   (4 * _1K)
     
    19651965/** @} */
    19661966
     1967/** @} */
    19671968RT_C_DECLS_END
    19681969#pragma pack()
  • trunk/include/VBox/types.h

    r81031 r81369  
    831831} VBOXIDTR, *PVBOXIDTR;
    832832#pragma pack()
    833 
    834 /** @} */
    835833
    836834
  • trunk/include/VBox/vd-ifs-internal.h

    r76585 r81369  
    3434
    3535RT_C_DECLS_BEGIN
     36
     37/** @addtogroup grp_vd
     38 * @internal
     39 * @{ */
    3640
    3741/**
     
    684688}
    685689
     690/** @} */
    686691RT_C_DECLS_END
    687692
    688 /** @} */
    689 
    690693#endif /* !VBOX_INCLUDED_vd_ifs_internal_h */
  • trunk/include/VBox/vd-ifs.h

    r79794 r81369  
    4141
    4242RT_C_DECLS_BEGIN
     43
     44/** @addtogroup grp_vd
     45 * @{ */
    4346
    4447/** Interface header magic. */
  • trunk/include/VBox/vmm/cpum.h

    r81240 r81369  
    15721572/** @} */
    15731573
    1574 #if !defined(IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS) && defined(RT_ARCH_AMD64)
     1574#if (!defined(IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS) && defined(RT_ARCH_AMD64)) || defined(DOXYGEN_RUNNING)
     1575/** @name Inlined Guest Getters and predicates Functions.
     1576 * @{ */
    15751577
    15761578/**
     
    25152517}
    25162518
     2519/** @} */
    25172520#endif /* !IPRT_WITHOUT_NAMED_UNIONS_AND_STRUCTS && RT_ARCH_AMD64 */
    25182521
    2519 /** @} */
    25202522
    25212523
  • trunk/include/VBox/vmm/cpumctx.h

    r80069 r81369  
    639639        uint8_t                 abPadding0[48];
    640640    } hwvirt;
    641     /** @} */
    642641} CPUMCTX;
    643642#pragma pack()
  • trunk/include/VBox/vmm/hm_svm.h

    r81245 r81369  
    11561156    } while (0)
    11571157
    1158 /** @def HMSVM_SEG_REG_COPY_TO_VMCB
     1158/** @def HMSVM_SEG_REG_COPY_FROM_VMCB
    11591159 * Copies the specified segment register from the VMCB to a virtual CPU
    11601160 * context.
  • trunk/include/VBox/vmm/pdmcommon.h

    r76585 r81369  
    9090
    9191
    92 /** PDM Attach/Detach Callback Flags.
     92/** @name PDM Attach/Detach Callback Flags.
    9393 * Used by PDMDeviceAttach, PDMDeviceDetach, PDMDriverAttach, PDMDriverDetach,
    9494 * FNPDMDEVATTACH, FNPDMDEVDETACH, FNPDMDRVATTACH, FNPDMDRVDETACH and
    9595 * FNPDMDRVCONSTRUCT.
    96  @{ */
     96 * @{ */
    9797/** The attach/detach command is not a hotplug event. */
    9898#define PDM_TACH_FLAGS_NOT_HOT_PLUG     RT_BIT_32(0)
     
    100100 * This is mostly for internal use.  */
    101101#define PDM_TACH_FLAGS_NO_CALLBACKS     RT_BIT_32(1)
    102 /* @} */
     102/** @} */
    103103
    104104
  • trunk/include/VBox/vmm/vmapi.h

    r80338 r81369  
    270270typedef VMREQ *PVMREQ;
    271271
    272 /** @} */
    273 
    274272
    275273#ifndef IN_RC
Note: See TracChangeset for help on using the changeset viewer.

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