doxygen: fix many warnings on "end of file while in group"

This commit is contained in:
Karl Palsson
2020-12-10 21:51:48 +00:00
parent 6f81e49290
commit e07f23bb70
13 changed files with 33 additions and 31 deletions

View File

@@ -49,4 +49,4 @@ void flash_unlock_option_bytes(void)
FLASH_OPTKEYR = FLASH_OPTKEYR_KEY2;
}
/*@}*/
/**@}*/

View File

@@ -109,4 +109,4 @@ void opamp_vm_select(uint32_t base, uint32_t vm)
OPAMP_CSR(base) |= vm << OPAMP_CSR_VM_SEL_SHIFT;
}
/*@}*/
/**@}*/

View File

@@ -53,4 +53,4 @@ void opamp_vms_select(uint32_t base, uint32_t vms)
OPAMP_CSR(base) |= vms << OPAMP_CSR_VMS_SEL_SHIFT;
}
/*@}*/
/**@}*/

View File

@@ -49,4 +49,4 @@ void opamp_output_set_external(uint32_t base)
OPAMP_CSR(base) &= ~OPAMP_CSR_OPAINTOEN;
}
/*@}*/
/**@}*/

View File

@@ -27,7 +27,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/**@{*/
#include <libopencm3/stm32/adc.h>