]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5468] Missing @ before return
authorFrancis Dupont <fdupont@isc.org>
Fri, 12 Jan 2018 02:50:39 +0000 (03:50 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Jan 2018 02:50:39 +0000 (03:50 +0100)
src/hooks/dhcp/lease_cmds/lease_cmds.cc

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