2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[5468] Missing @ before return

This commit is contained in:
Francis Dupont
2018-01-12 03:50:39 +01:00
parent 82b89ddd14
commit 24e09f38ff

View File

@@ -138,7 +138,7 @@ public:
/// ///
/// @param handle Callout context - which is expected to contain the /// @param handle Callout context - which is expected to contain the
/// get command JSON text in the "command" argument /// get command JSON text in the "command" argument
/// return 0 upon success, non-zero otherwise. /// @return 0 upon success, non-zero otherwise.
int int
lease4GetAllHandler(CalloutHandle& handle); lease4GetAllHandler(CalloutHandle& handle);