Module: xenomai-3
Branch: next
Commit: 6bdec452ba7ad76aff4c4df8274ec51609709e3f
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=6bdec452ba7ad76aff4c4df8274ec51609709e3f

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Jun 17 14:36:35 2015 +0200

doc: fix documentation glitches

---

 doc/doxygen/xeno3prm-common.conf.in |    1 +
 kernel/drivers/udd/udd.c            |   10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/doc/doxygen/xeno3prm-common.conf.in 
b/doc/doxygen/xeno3prm-common.conf.in
index bb54a7a..9f3fca9 100644
--- a/doc/doxygen/xeno3prm-common.conf.in
+++ b/doc/doxygen/xeno3prm-common.conf.in
@@ -649,6 +649,7 @@ INCLUDE_FILE_PATTERNS  =
 
 PREDEFINED = DOXYGEN_CPP                       \
        CONFIG_SMP                              \
+        "dref_type(T)=opaque"                  \
         "EXPORT_SYMBOL_GPL(symbol)=//"         \
        "COBALT_IMPL(T,I,A)=T I A"              \
        "COBALT_DECL(T,P)=T P"                  \
diff --git a/kernel/drivers/udd/udd.c b/kernel/drivers/udd/udd.c
index 4ea7f58..d0ca846 100644
--- a/kernel/drivers/udd/udd.c
+++ b/kernel/drivers/udd/udd.c
@@ -571,8 +571,9 @@ static void switch_irq_line(rtdm_irq_t *irqh, int enable, 
rtdm_event_t *done)
  * current CPU leaves the real-time domain (see note). Otherwise, the
  * request is immediately handled.
  *
- * @param irq IRQ line to enable. If no IRQ was registered by the
- * driver at the UDD core, this routine has no effect.
+ * @param udd The UDD driver handling the IRQ to disable. If no IRQ
+ * was registered by the driver at the UDD core, this routine has no
+ * effect.
  *
  * @param done Optional event to signal upon completion. If non-NULL,
  * @a done will be posted by a call to rtdm_event_signal() after the
@@ -604,8 +605,9 @@ EXPORT_SYMBOL_GPL(udd_enable_irq);
  * current CPU leaves the real-time domain (see note). Otherwise, the
  * request is immediately handled.
  *
- * @param irq IRQ line to disable. If no IRQ was registered by the
- * driver at the UDD core, this routine has no effect.
+ * @param udd The UDD driver handling the IRQ to disable. If no IRQ
+ * was registered by the driver at the UDD core, this routine has no
+ * effect.
  *
  * @param done Optional event to signal upon completion. If non-NULL,
  * @a done will be posted by a call to rtdm_event_signal() after the


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to