VirtualBox

Changeset 82731 in vbox


Ignore:
Timestamp:
Jan 13, 2020 5:56:36 PM (5 years ago)
Author:
vboxsync
Message:

iprt/ftp.h: Doxygen fix. bugref:9646

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ftp.h

    r82727 r82731  
    3131#endif
    3232
     33#include <iprt/types.h>
    3334#include <iprt/fs.h>
    34 #include <iprt/types.h>
    3535
    3636RT_C_DECLS_BEGIN
    3737
    38 /** @defgroup grp_rt_ftp   RTFTPServer - FTP server implementation.
     38/** @defgroup grp_rt_ftp        RTFtp - FTP server and client.
    3939 * @ingroup grp_rt
     40 * @{
     41 */
     42
     43/** @defgroup grp_rt_ftpserver  RTFtpServer - FTP server implementation.
    4044 * @{
    4145 */
     
    286290RTR3DECL(int) RTFtpServerDestroy(RTFTPSERVER hFTPServer);
    287291
     292/** @} */
     293
     294/** @} */
    288295RT_C_DECLS_END
    289296
    290297#endif /* !IPRT_INCLUDED_ftp_h */
     298
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