Tiny doxygen mod to get all constants to show in doc output

This commit is contained in:
Ken Sarkies 2012-08-18 16:05:17 +09:30
parent 70b2376c9f
commit 95126e8cd3

View File

@ -39,6 +39,7 @@ LGPL License Terms @ref lgpl_license
* 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/>.
*/
/**@{*/
#ifndef LIBOPENCM3_NVIC_H
#define LIBOPENCM3_NVIC_H
@ -135,3 +136,5 @@ void nvic_set_priority(u8 irqn, u8 priority);
void nvic_generate_software_interrupt(u16 irqn);
#endif
/**@}*/