summaryrefslogtreecommitdiffstats
path: root/spec/rtems/intr/if/isr.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 14:03:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-27 11:23:06 +0200
commit1c036bbb871d2e1246ab7a84f814de1b6a6d38d2 (patch)
tree7c430218475b322b4a52ec25fb2b4ba521b71b97 /spec/rtems/intr/if/isr.yml
parentspec: Constify timer fire when directives (diff)
downloadrtems-central-1c036bbb871d2e1246ab7a84f814de1b6a6d38d2.tar.bz2
spec: Update /rtems/intr/* documentation
Diffstat (limited to 'spec/rtems/intr/if/isr.yml')
-rw-r--r--spec/rtems/intr/if/isr.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/spec/rtems/intr/if/isr.yml b/spec/rtems/intr/if/isr.yml
index e1247657..e0952248 100644
--- a/spec/rtems/intr/if/isr.yml
+++ b/spec/rtems/intr/if/isr.yml
@@ -1,12 +1,15 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: '%'
+brief: |
+ This type defines the return type of interrupt service routines.
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
default: ${/score/isr/if/handler:/name} ${.:/name}
variants: []
-description: null
+description: |
+ This type can be used to document interrupt service routines in the source
+ code.
enabled-by: true
index-entries: []
interface-type: typedef