diff --git a/templates/dockplugin.cpp b/templates/dockplugin.cpp index 479896f54..944eec341 100644 --- a/templates/dockplugin.cpp +++ b/templates/dockplugin.cpp @@ -14,11 +14,13 @@ You should have received a copy of the GNU General Public License along with cpp-ethereum. If not, see . */ -/** @file $NAME.h +/** @file $NAME.cpp * @author Gav Wood * @date 2015 */ +DEV_AZ_NOTE_PLUGIN($NAME); + #include "$NAME.h" #include #include diff --git a/templates/plugin.cpp b/templates/plugin.cpp index 7c072aa2e..9158498d9 100644 --- a/templates/plugin.cpp +++ b/templates/plugin.cpp @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with cpp-ethereum. If not, see . */ -/** @file $NAME.h +/** @file $NAME.cpp * @author Gav Wood * @date 2015 */ @@ -27,6 +27,8 @@ using namespace dev; using namespace az; using namespace eth; +DEV_AZ_NOTE_PLUGIN($NAME); + $NAME::$NAME(MainFace* _m): Plugin(_m, "$NAME") {