From: Francis Dupont Date: Fri, 12 Jan 2018 02:50:39 +0000 (+0100) Subject: [5468] Missing @ before return X-Git-Tag: trac5469_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e09f38ff2f20ffaebf5ea6c39c66e2f68432eb;p=thirdparty%2Fkea.git [5468] Missing @ before return --- diff --git a/src/hooks/dhcp/lease_cmds/lease_cmds.cc b/src/hooks/dhcp/lease_cmds/lease_cmds.cc index 32c47812b1..3eb38797d7 100644 --- a/src/hooks/dhcp/lease_cmds/lease_cmds.cc +++ b/src/hooks/dhcp/lease_cmds/lease_cmds.cc @@ -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);