VirtualBox

Changeset 46505 in vbox for trunk


Ignore:
Timestamp:
Jun 11, 2013 5:37:54 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r46498 r46505  
    160160*   Structures and Typedefs                                                    *
    161161*******************************************************************************/
    162 /**
     162/** @name VMX transient.
     163 *
    163164 * A state structure for holding miscellaneous information across
    164165 * VMX non-root operation and restored after the transition.
    165  */
     166 *
     167 * @{ */
    166168typedef struct VMXTRANSIENT
    167169{
     
    219221AssertCompileMemberAlignment(VMXTRANSIENT, uExitIntrInfo,  sizeof(uint64_t));
    220222AssertCompileMemberAlignment(VMXTRANSIENT, uEntryIntrInfo, sizeof(uint64_t));
     223/** @} */
    221224
    222225
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