[doxygen] fix documentation for version

This commit is contained in:
akallabeth
2025-06-13 14:01:56 +02:00
parent e049be9837
commit 1669f6ede0
2 changed files with 10 additions and 6 deletions

View File

@@ -42,6 +42,9 @@
#include <freerdp/client/encomsp.h>
#endif
/** @brief Opaqye handle for AAD wrapper
* @since version 3.16.0
*/
typedef struct MIBClientWrapper MIBClientWrapper;
#ifdef __cplusplus
@@ -140,8 +143,8 @@ extern "C"
ALIGN64 FreeRDP_TouchContact contacts[FREERDP_MAX_TOUCH_CONTACTS]; /**< (offset 8) */
ALIGN64 FreeRDP_PenDevice pens[FREERDP_MAX_PEN_DEVICES]; /**< (offset 9) */
ALIGN64 MIBClientWrapper* mibClientWrapper; /**< (offset 10) */
UINT64 reserved[128 - 10]; /**< (offset 10) */
ALIGN64 MIBClientWrapper* mibClientWrapper; /**< (offset 10) @since version 3.16.0 */
UINT64 reserved[129 - 11]; /**< (offset 11) */
};
/* Common client functions */

View File

@@ -289,7 +289,8 @@ struct rdp_settings
SETTINGS_DEPRECATED(ALIGN64 BOOL AadSecurity); /* 1112 */
SETTINGS_DEPRECATED(ALIGN64 char* WinSCardModule); /* 1113 */
SETTINGS_DEPRECATED(ALIGN64 BOOL RemoteCredentialGuard); /* 1114 */
SETTINGS_DEPRECATED(ALIGN64 BOOL RestrictedAdminModeSupported); /* 1115 */
SETTINGS_DEPRECATED(
ALIGN64 BOOL RestrictedAdminModeSupported); /** 1115 @since version 3.16.0 */
UINT64 padding1152[1152 - 1116]; /* 1116 */
/* Connection Cookie */
@@ -503,13 +504,13 @@ struct rdp_settings
* @since version 3.10.0
*/
SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdScope); /** 2021
* @since version 3.14.1
* @since version 3.16.0
*/
SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdAccessTokenFormat); /** 2022
* @since version 3.14.1
* @since version 3.16.0
*/
SETTINGS_DEPRECATED(ALIGN64 char* GatewayAvdAccessAadFormat); /** 2023
* @since version 3.14.1
* @since version 3.16.0
*/
UINT64 padding2112[2112 - 2024]; /* 2024 */