Index: /trunk/include/iprt/ftp.h
===================================================================
--- /trunk/include/iprt/ftp.h	(revision 82730)
+++ /trunk/include/iprt/ftp.h	(revision 82731)
@@ -31,11 +31,15 @@
 #endif
 
+#include <iprt/types.h>
 #include <iprt/fs.h>
-#include <iprt/types.h>
 
 RT_C_DECLS_BEGIN
 
-/** @defgroup grp_rt_ftp   RTFTPServer - FTP server implementation.
+/** @defgroup grp_rt_ftp        RTFtp - FTP server and client.
  * @ingroup grp_rt
+ * @{
+ */
+
+/** @defgroup grp_rt_ftpserver  RTFtpServer - FTP server implementation.
  * @{
  */
@@ -286,5 +290,9 @@
 RTR3DECL(int) RTFtpServerDestroy(RTFTPSERVER hFTPServer);
 
+/** @} */
+
+/** @} */
 RT_C_DECLS_END
 
 #endif /* !IPRT_INCLUDED_ftp_h */
+
