doc: efm32: wdog: enable documentation via peripheral_apis

This commit is contained in:
Karl Palsson
2019-06-22 01:02:02 +00:00
parent 093edfb881
commit 35657bdb61
6 changed files with 48 additions and 31 deletions
+9 -4
View File
@@ -1,3 +1,11 @@
/** @defgroup wdog_defines WDOG Defines
*
* @brief <b>Defined Constants and Types for the Watchdog module</b>
*
* @ingroup EFM32HG_defines
*
* LGPL License Terms @ref lgpl_license
*/
/*
* This file is part of the libopencm3 project.
*
@@ -15,9 +23,6 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBOPENCM3_WDOG_H
#define LIBOPENCM3_WDOG_H
#pragma once
#include <libopencm3/efm32/common/wdog_common_hglg.h>
#endif