GUACAMOLE-249: Correct @file annotations within Doxygen comments of renamed headers.

This commit is contained in:
Michael Jumper 2019-12-27 20:55:06 -08:00
parent 69831995cb
commit 598b86a4cf
6 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
* IRP_MJ_DIRECTORY_CONTROL major function and the IRP_MN_QUERY_DIRECTORY minor
* function.
*
* @file rdpdr_fs_messages_dir_info.h
* @file rdpdr-fs-messages-dir-info.h
*/
#include "config.h"

View File

@ -24,7 +24,7 @@
* Handlers for file queries received over the RDPDR channel via the
* IRP_MJ_QUERY_INFORMATION major function.
*
* @file rdpdr_fs_messages_file_info.h
* @file rdpdr-fs-messages-file-info.h
*/
#include "config.h"

View File

@ -25,7 +25,7 @@
* IRP_MJ_DIRECTORY_CONTROL major function and the IRP_MN_QUERY_DIRECTORY minor
* function.
*
* @file rdpdr_fs_messages_vol_info.h
* @file rdpdr-fs-messages-vol-info.h
*/
#include "config.h"

View File

@ -25,7 +25,7 @@
* messages handled directly, or more complex multi-type messages handled
* elsewhere.
*
* @file rdpdr_fs_messages.h
* @file rdpdr-fs-messages.h
*/
#include "config.h"

View File

@ -28,7 +28,7 @@
* system calls and structures, using the guac_rdpdr_device structure as a home
* for common data.
*
* @file rdpdr_fs.h
* @file rdpdr-fs.h
*/
#include "config.h"

View File

@ -28,7 +28,7 @@
* system calls and structures, using the guac_rdp_fs structure as a home
* for common data.
*
* @file rdp_fs.h
* @file fs.h
*/
#include "config.h"