aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/concepts.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 13:20:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 13:20:13 +0000
commita6856d757a7960e9c50cb2cdce3e31ace9671541 (patch)
tree757b05341896264c2b76f49abe589319a982d653 /docs/src/concepts.dox
parentaa67a4b1960f9f510340ba0fc1d85f6abdd2db94 (diff)
downloadChibiOS-a6856d757a7960e9c50cb2cdce3e31ace9671541.tar.gz
ChibiOS-a6856d757a7960e9c50cb2cdce3e31ace9671541.tar.bz2
ChibiOS-a6856d757a7960e9c50cb2cdce3e31ace9671541.zip
Removed redundant articles in the generated documentation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2232 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/concepts.dox')
-rw-r--r--docs/src/concepts.dox12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox
index 35c086506..bcb6a5b97 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -54,11 +54,15 @@
* preempt (small parts of) the kernel code and are thus able to invoke
* operating system APIs from within their handlers. The interrupt handlers
* belonging to this class must be written following some rules. See the
- * @ref system APIs group and @ref article_interrupts.
+ * @ref system APIs group and the web article
+ * <a href="http://chibios.sourceforge.net/dokuwiki/doku.php?id=chibios:howtos:interrupts">
+ * How to write interrupt handlers</a>.
* - <b>Fast Interrupts</b>. Maskable interrupt sources with the ability
* to preempt the kernel code and thus have a lower latency and are less
- * subject to jitter, see @ref article_jitter. Such sources are not
- * supported on all the architectures.<br>
+ * subject to jitter, see the web article
+ * <a href="http://chibios.sourceforge.net/dokuwiki/doku.php?id=chibios:articles:jitter">
+ * Response Time and Jitter</a>.
+ * Such sources are not supported on all the architectures.<br>
* Fast interrupts are not allowed to invoke any operating system API from
* within their handlers. Fast interrupt sources may, however, pend a lower
* priority regular interrupt where access to the operating system is
@@ -394,6 +398,6 @@
* - Interrupt Stack.
* - Internal Context.
* .
- * See the @ref core documentation for details, the area may change on
+ * See the port documentation for details, the area may change on
* the various ports and some structures may not be present (or be zero-sized).
*/