Merge pull request #10325 from gschorcht/esp32_doxygen_fix

cpu/esp32: doxygen fix for periph/gpio
This commit is contained in:
José Alamos 2018-11-05 14:58:32 +01:00 committed by GitHub
commit 296356fe4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -8,11 +8,10 @@
/**
* @ingroup cpu_esp32
* @ingroup drivers_periph_gpio
* @{
*
* @file
* @brief Architecture specific ADC functions ESP32
* @brief Architecture specific ADC functions for ESP32
*
* @author Gunar Schorcht <gunar@schorcht.net>
* @}

View File

@ -8,11 +8,10 @@
/**
* @ingroup cpu_esp32
* @ingroup drivers_periph_gpio
* @{
*
* @file
* @brief Architecture specific GPIO functions ESP32
* @brief Architecture specific GPIO functions for ESP32
*
* @author Gunar Schorcht <gunar@schorcht.net>
* @}