doc: fix trivial missing trailers or typos

This commit is contained in:
Karl Palsson
2019-06-12 23:16:58 +00:00
parent 55c899c93b
commit 9f58ad4393
2 changed files with 2 additions and 1 deletions

View File

@@ -821,4 +821,4 @@
/** @cond */ /** @cond */
#endif #endif
/** @endcond */ /** @endcond */
/**}@*/ /**@}*/

View File

@@ -55,4 +55,5 @@ void flash_icache_reset(void)
FLASH_ACR |= FLASH_ACR_ICRST; FLASH_ACR |= FLASH_ACR_ICRST;
} }
/**@}*/