VirtualBox

Changeset 65122 in vbox


Ignore:
Timestamp:
Jan 4, 2017 5:11:20 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112625
Message:

Additions: doxygen fixes

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/Doxyfile.Core

    r65105 r65122  
    560560    VMMRZ_INT_DECL(type)=type \
    561561    GMMR0DECL(type)=type \
    562     GMMR3DECL(type)=type
     562    GMMR3DECL(type)=type \
     563    VBOX_DND_FN_DECL_LOG(x)=x
    563564
    564565# BS3Kit
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp

    r64312 r65122  
    505505 * @param   pszSubKey           Sub key containing the list.
    506506 * @param   pszKeyValue         The actual key name of the list.
    507  * @param   pszValueToRemove    The value to add to the list.
     507 * @param   pszValueToAdd       The value to add to the list.
    508508 * @param   uiOrder             Position (zero-based) of where to add the value to the list.
    509509 */
  • trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp

    r63068 r65122  
    191191    CM_PARTIAL_RESOURCE_DESCRIPTOR KbdInt;
    192192    CM_PARTIAL_RESOURCE_DESCRIPTOR MouInt;
    193     BOOLEAN               fFloatSave;                   /**< weather to save floating point context */
     193    BOOLEAN               fFloatSave;                   /**< whether to save floating point context */
    194194    USHORT                iResend;                      /**< number of retries allowed */
    195195    USHORT                PollingIterations;            /**< number of polling iterations */
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp

    r62679 r65122  
    3636 * Displays a verbose message.
    3737 *
    38  * @param   iLevel      Minimum log level required to display this message.
     38 * @param   dwLevel     Minimum log level required to display this message.
    3939 * @param   pszFormat   The message text.
    4040 * @param   ...         Format arguments.
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp

    r63093 r65122  
    3838 * Displays a verbose message.
    3939 *
    40  * @param   iLevel      Minimum log level required to display this message.
     40 * @param   dwLevel     Minimum log level required to display this message.
    4141 * @param   pszFormat   The message text.
    4242 * @param   ...         Format arguments.
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r65099 r65122  
    16551655 * @param   pEnv                        The DnD service's environment.
    16561656 * @param   ppInstance                  The instance pointer which refer to this object.
    1657  * @param   pfStartThread               Pointer to flag whether the DnD service can be started or not.
    16581657 */
    16591658DECLCALLBACK(int) VBoxDnDInit(const PVBOXSERVICEENV pEnv, void **ppInstance)
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r65047 r65122  
    347347 * @param  offVRAMGuestHeapMemory  the offset of the memory pointed to by
    348348 *                                 @a pvGuestHeapMemory within the video RAM
     349 * @param  pEnv                    HGSMI environment.
    349350 */
    350351DECLHIDDEN(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     
    555556 *
    556557 * @returns  success or failure
     558 * @param  pCtx      the context containing the heap to be used
    557559 * @param  fFlags    cursor flags, @see VMMDevReqMousePointer::fFlags
    558560 * @param  cHotX     horizontal position of the hot spot
  • trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp

    r65047 r65122  
    224224 * initialised first using @a VBoxHGSMISendViewInfo and if the mode is being
    225225 * set on the first display then it must be set first using registers.
     226 * @param  pCtx      The context containing the heap to use.
    226227 * @param  cDisplay  the screen number
    227228 * @param  cOriginX  the horizontal displacement relative to the first screen
     
    234235 * @param  cHeight   the mode height
    235236 * @param  cBPP      the colour depth of the mode
     237 * @param  fFlags    flags
    236238 */
    237239DECLHIDDEN(void) VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx,
     
    321323 * @param  pCtx      the context containing the heap to use
    322324 * @param  cScreens  the number of screens to query hints for, starting at 0.
    323  * @param  pHints    array of VBVAMODEHINT structures for receiving the hints.
     325 * @param  paHints   array of VBVAMODEHINT structures for receiving the hints.
    324326 * @returns  iprt status code
    325327 * @returns  VERR_NO_MEMORY      HGSMI heap allocation failed.
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r63566 r65122  
    28142814 *
    28152815 * @returns Converted Atom-based drag'n drop action.
    2816  * @param   uActions                HGCM drag'n drop actions to convert.
     2816 * @param   uAction                 HGCM drag'n drop actions to convert.
    28172817 */
    28182818/* static */
     
    28712871 *
    28722872 * @returns ORed HGCM action list.
    2873  * @param   actionsList             List of Atom-based actions to convert.
     2873 * @param   lstActions              List of Atom-based actions to convert.
    28742874 */
    28752875/* static */
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h

    r62530 r65122  
    203203    /**
    204204     * Initialise the guest and ensure that it is capable of handling seamless mode
    205      * @param   pHost Host interface callback to notify of window configuration
    206      *                changes.
     205     * @param   pHostCallback Host interface callback to notify of window configuration
     206     *                        changes.
    207207     *
    208208     * @returns iprt status code
  • trunk/src/VBox/Additions/x11/vboxvideo/vbva.c

    r62530 r65122  
    3636 * rectangles in the video buffer.
    3737 *
    38  * @param pScreen pointer to the information structure for the current
     38 * @param pScr pointer to the information structure for the current
    3939 *                screen
    4040 * @param iRects  Number of dirty rectangles to update
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