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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Mar 25 16:25:35 2015 +0100

doc: drop @file markup from files with no documentation

---

 include/cobalt/kernel/rtdm/analogy/buffer.h       |    3 +--
 include/cobalt/kernel/rtdm/analogy/context.h      |    3 +--
 include/cobalt/kernel/rtdm/analogy/device.h       |    3 +--
 include/cobalt/kernel/rtdm/analogy/instruction.h  |    7 +++----
 include/cobalt/kernel/rtdm/analogy/rtdm_helpers.h |    4 +---
 include/cobalt/kernel/rtdm/analogy/transfer.h     |    3 +--
 include/cobalt/kernel/rtdm/can.h                  |    9 ++++-----
 include/cobalt/kernel/rtdm/cobalt.h               |    5 ++---
 include/cobalt/kernel/rtdm/ipc.h                  |    5 ++---
 include/cobalt/kernel/rtdm/rtdm.h                 |    7 +++----
 include/cobalt/kernel/rtdm/serial.h               |    5 ++---
 include/cobalt/kernel/rtdm/testing.h              |    5 ++---
 include/rtdm/ipc.h                                |    5 ++---
 lib/analogy/info.c                                |    3 +--
 utils/analogy/analogy_calibrate.c                 |    5 ++---
 utils/analogy/analogy_calibrate.h                 |    5 ++---
 utils/analogy/analogy_config.c                    |    7 +++----
 utils/analogy/calibration_ni_m.c                  |    5 ++---
 utils/analogy/calibration_ni_m.h                  |    5 ++---
 utils/analogy/cmd_bits.c                          |    7 +++----
 utils/analogy/cmd_read.c                          |    7 +++----
 utils/analogy/cmd_write.c                         |    7 +++----
 utils/analogy/insn_bits.c                         |    5 ++---
 utils/analogy/insn_read.c                         |    5 ++---
 utils/analogy/insn_write.c                        |    7 +++----
 utils/analogy/wf_generate.c                       |    7 +++----
 26 files changed, 56 insertions(+), 83 deletions(-)

diff --git a/include/cobalt/kernel/rtdm/analogy/buffer.h 
b/include/cobalt/kernel/rtdm/analogy/buffer.h
index d4baefe..e1a0cc9 100644
--- a/include/cobalt/kernel/rtdm/analogy/buffer.h
+++ b/include/cobalt/kernel/rtdm/analogy/buffer.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, buffer related features
  *
  * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
diff --git a/include/cobalt/kernel/rtdm/analogy/context.h 
b/include/cobalt/kernel/rtdm/analogy/context.h
index 71a292c..f619f9c 100644
--- a/include/cobalt/kernel/rtdm/analogy/context.h
+++ b/include/cobalt/kernel/rtdm/analogy/context.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, context structure / macros declarations
  *
  * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
diff --git a/include/cobalt/kernel/rtdm/analogy/device.h 
b/include/cobalt/kernel/rtdm/analogy/device.h
index 4e63bf3..93ecf66 100644
--- a/include/cobalt/kernel/rtdm/analogy/device.h
+++ b/include/cobalt/kernel/rtdm/analogy/device.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, device related features
  *
  * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
diff --git a/include/cobalt/kernel/rtdm/analogy/instruction.h 
b/include/cobalt/kernel/rtdm/analogy/instruction.h
index 9781341..2e8245a 100644
--- a/include/cobalt/kernel/rtdm/analogy/instruction.h
+++ b/include/cobalt/kernel/rtdm/analogy/instruction.h
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, instruction related features
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/include/cobalt/kernel/rtdm/analogy/rtdm_helpers.h 
b/include/cobalt/kernel/rtdm/analogy/rtdm_helpers.h
index f3c797b..1f6bfea 100644
--- a/include/cobalt/kernel/rtdm/analogy/rtdm_helpers.h
+++ b/include/cobalt/kernel/rtdm/analogy/rtdm_helpers.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, Operation system facilities
  *
  * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
@@ -141,5 +140,4 @@ int a4l_timedwait_sync(struct a4l_sync * snc,
                       int rt, unsigned long long ns_timeout);
 void a4l_signal_sync(struct a4l_sync * snc);
 
-
 #endif /* !_COBALT_RTDM_ANALOGY_RTDM_HELPERS_H */
diff --git a/include/cobalt/kernel/rtdm/analogy/transfer.h 
b/include/cobalt/kernel/rtdm/analogy/transfer.h
index 6674e13..c62c22a 100644
--- a/include/cobalt/kernel/rtdm/analogy/transfer.h
+++ b/include/cobalt/kernel/rtdm/analogy/transfer.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, transfer related features
  *
  * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
diff --git a/include/cobalt/kernel/rtdm/can.h b/include/cobalt/kernel/rtdm/can.h
index 0a11fb7..73268e3 100644
--- a/include/cobalt/kernel/rtdm/can.h
+++ b/include/cobalt/kernel/rtdm/can.h
@@ -1,9 +1,8 @@
-/**
- * @file
- * @note Copyright (C) 2006 Wolfgang Grandegger <w...@grandegger.com>
+/*
+ * Copyright (C) 2006 Wolfgang Grandegger <w...@grandegger.com>
  *
- * @note Copyright (C) 2005, 2006 Sebastian Smolorz
- *                         <sebastian.smol...@stud.uni-hannover.de>
+ * Copyright (C) 2005, 2006 Sebastian Smolorz
+ *                    <sebastian.smol...@stud.uni-hannover.de>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/include/cobalt/kernel/rtdm/cobalt.h 
b/include/cobalt/kernel/rtdm/cobalt.h
index 2c38053..a2b268d 100644
--- a/include/cobalt/kernel/rtdm/cobalt.h
+++ b/include/cobalt/kernel/rtdm/cobalt.h
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * This file is part of the Xenomai project.
  *
- * @note Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>
+ * Copyright (C) 2013 Philippe Gerum <r...@xenomai.org>
  *
  * Xenomai is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
diff --git a/include/cobalt/kernel/rtdm/ipc.h b/include/cobalt/kernel/rtdm/ipc.h
index b9418b6..5eefccd 100644
--- a/include/cobalt/kernel/rtdm/ipc.h
+++ b/include/cobalt/kernel/rtdm/ipc.h
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * This file is part of the Xenomai project.
  *
- * @note Copyright (C) 2009 Philippe Gerum <r...@xenomai.org>
+ * Copyright (C) 2009 Philippe Gerum <r...@xenomai.org>
  *
  * Xenomai is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
diff --git a/include/cobalt/kernel/rtdm/rtdm.h 
b/include/cobalt/kernel/rtdm/rtdm.h
index c6b0f84..7b1b33a 100644
--- a/include/cobalt/kernel/rtdm/rtdm.h
+++ b/include/cobalt/kernel/rtdm/rtdm.h
@@ -1,7 +1,6 @@
-/**
- * @file
- * @note Copyright (C) 2005, 2006 Jan Kiszka <jan.kis...@web.de>
- * @note Copyright (C) 2005 Joerg Langenberg <joerg.langenb...@gmx.net>
+/*
+ * Copyright (C) 2005, 2006 Jan Kiszka <jan.kis...@web.de>
+ * Copyright (C) 2005 Joerg Langenberg <joerg.langenb...@gmx.net>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/include/cobalt/kernel/rtdm/serial.h 
b/include/cobalt/kernel/rtdm/serial.h
index ae667f5..0b557b4 100644
--- a/include/cobalt/kernel/rtdm/serial.h
+++ b/include/cobalt/kernel/rtdm/serial.h
@@ -1,6 +1,5 @@
-/**
- * @file
- * @note Copyright (C) 2005-2007 Jan Kiszka <jan.kis...@web.de>
+/*
+ * Copyright (C) 2005-2007 Jan Kiszka <jan.kis...@web.de>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/include/cobalt/kernel/rtdm/testing.h 
b/include/cobalt/kernel/rtdm/testing.h
index 9c69428..070ee98 100644
--- a/include/cobalt/kernel/rtdm/testing.h
+++ b/include/cobalt/kernel/rtdm/testing.h
@@ -1,6 +1,5 @@
-/**
- * @file
- * @note Copyright (C) 2005 Jan Kiszka <jan.kis...@web.de>
+/*
+ * Copyright (C) 2005 Jan Kiszka <jan.kis...@web.de>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/include/rtdm/ipc.h b/include/rtdm/ipc.h
index d873ea8..4f92d47 100644
--- a/include/rtdm/ipc.h
+++ b/include/rtdm/ipc.h
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * This file is part of the Xenomai project.
  *
- * @note Copyright (C) 2009 Philippe Gerum <r...@xenomai.org>
+ * Copyright (C) 2009 Philippe Gerum <r...@xenomai.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff --git a/lib/analogy/info.c b/lib/analogy/info.c
index c6b7c36..a68e4a3 100644
--- a/lib/analogy/info.c
+++ b/lib/analogy/info.c
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
  * Analogy for Linux, device, subdevice, etc. related features
  *
  * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
diff --git a/utils/analogy/analogy_calibrate.c 
b/utils/analogy/analogy_calibrate.c
index ca33ab7..fe2883d 100644
--- a/utils/analogy/analogy_calibrate.c
+++ b/utils/analogy/analogy_calibrate.c
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * Analogy for Linux, calibration program
  *
- * @note Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
+ * Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
  *
  * from original code from the Comedi project
  *
diff --git a/utils/analogy/analogy_calibrate.h 
b/utils/analogy/analogy_calibrate.h
index b2a1c6e..53645a0 100644
--- a/utils/analogy/analogy_calibrate.h
+++ b/utils/analogy/analogy_calibrate.h
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * Analogy for Linux, calibration program
  *
- * @note Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
+ * Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
  *
  * from original code from the Comedi project
  *
diff --git a/utils/analogy/analogy_config.c b/utils/analogy/analogy_config.c
index 66c9cb3..96bc66a 100644
--- a/utils/analogy/analogy_config.c
+++ b/utils/analogy/analogy_config.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, configuration program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/calibration_ni_m.c b/utils/analogy/calibration_ni_m.c
index 47c148a..2ffc012 100644
--- a/utils/analogy/calibration_ni_m.c
+++ b/utils/analogy/calibration_ni_m.c
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * Analogy for Linux, NI - M calibration program
  *
- * @note Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
+ * Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
  *
  * from original code from the Comedi project
  *
diff --git a/utils/analogy/calibration_ni_m.h b/utils/analogy/calibration_ni_m.h
index 102d271..6612d21 100644
--- a/utils/analogy/calibration_ni_m.h
+++ b/utils/analogy/calibration_ni_m.h
@@ -1,8 +1,7 @@
-/**
- * @file
+/*
  * Analogy for Linux, NI - M calibration program
  *
- * @note Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
+ * Copyright (C) 2014 Jorge A. Ramirez-Ortiz <j...@xenomai.org>
  *
  * from original code from the Comedi project
  *
diff --git a/utils/analogy/cmd_bits.c b/utils/analogy/cmd_bits.c
index 5f0a2bb..17dc496 100644
--- a/utils/analogy/cmd_bits.c
+++ b/utils/analogy/cmd_bits.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, digital command test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/cmd_read.c b/utils/analogy/cmd_read.c
index ab0c14e..40c9638 100644
--- a/utils/analogy/cmd_read.c
+++ b/utils/analogy/cmd_read.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, input command test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/cmd_write.c b/utils/analogy/cmd_write.c
index 20ddd49..7b8870f 100644
--- a/utils/analogy/cmd_write.c
+++ b/utils/analogy/cmd_write.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, output command test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/insn_bits.c b/utils/analogy/insn_bits.c
index 1919eae..f3ff800 100644
--- a/utils/analogy/insn_bits.c
+++ b/utils/analogy/insn_bits.c
@@ -1,9 +1,8 @@
 /**
- * @file
  * Analogy for Linux, instruction bits test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/insn_read.c b/utils/analogy/insn_read.c
index 3592aac..8d457ed 100644
--- a/utils/analogy/insn_read.c
+++ b/utils/analogy/insn_read.c
@@ -1,9 +1,8 @@
 /**
- * @file
  * Analogy for Linux, instruction read test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/insn_write.c b/utils/analogy/insn_write.c
index e988b2f..b2bbf66 100644
--- a/utils/analogy/insn_write.c
+++ b/utils/analogy/insn_write.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, instruction write test program
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
diff --git a/utils/analogy/wf_generate.c b/utils/analogy/wf_generate.c
index f1e7992..e937309 100644
--- a/utils/analogy/wf_generate.c
+++ b/utils/analogy/wf_generate.c
@@ -1,9 +1,8 @@
-/**
- * @file
+/*
  * Analogy for Linux, test program for waveform generation
  *
- * @note Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
- * @note Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
+ * Copyright (C) 1997-2000 David A. Schleef <d...@schleef.org>
+ * Copyright (C) 2008 Alexis Berlemont <alexis.berlem...@free.fr>
  *
  * Xenomai is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by


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

Reply via email to