VirtualBox

Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (21 months ago)
Author:
vboxsync
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/dirops.c

    r99420 r99739  
    10461046 * @returns 0 on success, Linux error code otherwise
    10471047 */
    1048 #if RTLNX_VER_MIN(6,3,0)
     1048#if RTLNX_VER_MIN(6,3,0) || defined(DOXYGEN_RUNNING)
    10491049static int vbsf_inode_create(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode, bool excl)
    1050 #elif RTLNX_VER_MIN(5,12,0) || defined(DOXYGEN_RUNNING)
     1050#elif RTLNX_VER_MIN(5,12,0)
    10511051static int vbsf_inode_create(struct user_namespace *ns, struct inode *parent, struct dentry *dentry, umode_t mode, bool excl)
    10521052#elif RTLNX_VER_MIN(3,6,0)
     
    10881088 * @returns 0 on success, Linux error code otherwise
    10891089 */
    1090 #if RTLNX_VER_MIN(6,3,0)
     1090#if RTLNX_VER_MIN(6,3,0) || defined(DOXYGEN_RUNNING)
    10911091static int vbsf_inode_mkdir(struct mnt_idmap *idmap, struct inode *parent, struct dentry *dentry, umode_t mode)
    1092 #elif RTLNX_VER_MIN(5,12,0) || defined(DOXYGEN_RUNNING)
     1092#elif RTLNX_VER_MIN(5,12,0)
    10931093static int vbsf_inode_mkdir(struct user_namespace *ns, struct inode *parent, struct dentry *dentry, umode_t mode)
    10941094#elif RTLNX_VER_MIN(3,3,0)
     
    12051205 * @returns 0 on success, Linux error code otherwise
    12061206 */
    1207 #if RTLNX_VER_MIN(6,3,0)
     1207#if RTLNX_VER_MIN(6,3,0) || defined(DOXYGEN_RUNNING)
    12081208static int vbsf_inode_rename(struct mnt_idmap *idmap,
    12091209                             struct inode *old_parent, struct dentry *old_dentry,
    12101210                             struct inode *new_parent, struct dentry *new_dentry, unsigned flags)
    1211 #elif RTLNX_VER_MIN(5,12,0) || defined(DOXYGEN_RUNNING)
     1211#elif RTLNX_VER_MIN(5,12,0)
    12121212static int vbsf_inode_rename(struct user_namespace *ns,
    12131213                             struct inode *old_parent, struct dentry *old_dentry,
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