VirtualBox

Changeset 65124 in vbox for trunk/src


Ignore:
Timestamp:
Jan 4, 2017 5:34:14 PM (8 years ago)
Author:
vboxsync
Message:

Additions: doxygen fixes

Location:
trunk/src/VBox/Additions
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/glx.c

    r63204 r65124  
    508508 ** Solution: We don't support
    509509 ** glXCopyContext anyway so we'll just
    510  ** #ifdef out the code.
     510 ** \#ifdef out the code.
    511511 */
    512512DECLEXPORT(void)
    513513VBOXGLXTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst,
    514514#if defined(AIX) || defined(PLAYSTATION2)
    515 GLuint mask )
     515GLuint mask
    516516#elif defined(SunOS)
    517 unsigned long mask )
     517unsigned long mask
    518518#else
    519 unsigned long mask )
     519unsigned long mask
    520520#endif
     521)
    521522{
    522523    (void) dpy;
  • trunk/src/VBox/Additions/common/pam/pam_vbox.cpp

    r62882 r65124  
    115115 * Displays an error message.
    116116 *
     117 * @param   hPAM                    PAM handle.
    117118 * @param   pszFormat               The message text.
    118119 * @param   ...                     Format arguments.
     
    137138 * Displays a debug message.
    138139 *
     140 * @param   hPAM                    PAM handle.
    139141 * @param   pszFormat               The message text.
    140142 * @param   ...                     Format arguments.
     
    675677 * @param   hPAM                    PAM handle.
    676678 * @param   uClientID               Guest property service client ID.
    677  * @param   pszKey                  Key (name) of guest property to wait for.
    678679 * @param   uTimeoutMS              Timeout (in ms) to wait for the change. Specify
    679680 *                                  RT_INDEFINITE_WAIT to wait indefinitly.
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c

    r62529 r65124  
    924924        char *cp;
    925925        int len;
    926         SHFLSTRING *mask_str = NULL;    /* must be path with "/*" appended */
     926        SHFLSTRING *mask_str = NULL;    /* must be path with "/ *" appended */
    927927        int mask_size;
    928928        sfp_file_t *fp;
  • trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c

    r63566 r65124  
    167167 *
    168168 * @param pDevice           Pointer to the Virtio device instance.
     169 * @param Index             Queue index.
    169170 *
    170171 * @return A pointer to a Virtio Queue instance.
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c

    r63566 r65124  
    324324 *
    325325 * @param   pDip            The module structure instance.
    326  * @param   enmCmd          Operation type (attach/resume).
     326 * @param   Cmd             Operation type (attach/resume).
    327327 *
    328328 * @return corresponding solaris error code.
     
    338338 *
    339339 * @param   pDip            The module structure instance.
    340  * @param   enmCmd          Operation type (detach/suspend).
     340 * @param   Cmd             Operation type (detach/suspend).
    341341 *
    342342 * @return corresponding solaris error code.
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