doc: stm32g0: drop redundant @ingroup and close groups

the group defaults to the implicit container based on location, so drop
all the explicit @ingroups, less to maintain.  Properly use /**@}*/ to
close all groups too, even though it mostly seems to have worked anyway.
Properly close all groups opened for files.
This commit is contained in:
Karl Palsson
2019-05-21 21:44:05 +00:00
parent bc6af71443
commit 709d98e0a8
5 changed files with 44 additions and 84 deletions

View File

@@ -81,3 +81,4 @@ void flash_lock(void)
flash_lock_progmem();
}
/**@}*/