[rtems commit] bspgetworkarea.c: File header now uses Doxygen

Joel Sherrill joel at rtems.org
Thu Mar 17 22:44:30 UTC 2016


Module:    rtems
Branch:    master
Commit:    d731bc6fe7d590a975036f1c75916d71da8b8a9b
Changeset: http://git.rtems.org/rtems/commit/?id=d731bc6fe7d590a975036f1c75916d71da8b8a9b

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Mar 17 17:44:06 2016 -0500

bspgetworkarea.c: File header now uses Doxygen

---

 c/src/lib/libbsp/shared/bspgetworkarea.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/c/src/lib/libbsp/shared/bspgetworkarea.c b/c/src/lib/libbsp/shared/bspgetworkarea.c
index fc01fee..302fc0f 100644
--- a/c/src/lib/libbsp/shared/bspgetworkarea.c
+++ b/c/src/lib/libbsp/shared/bspgetworkarea.c
@@ -1,16 +1,20 @@
-/*
- *  This routine is an implementation of the bsp_work_area_initialize()
- *  that can be used by all BSPs following linkcmds conventions
- *  regarding heap, stack, and workspace allocation.
+/**
+ * @file
  *
- *  COPYRIGHT (c) 1989-2008.
- *  On-Line Applications Research Corporation (OAR).
+ * This routine is an implementation of the bsp_work_area_initialize()
+ * that can be used by all BSPs following linkcmds conventions
+ * regarding heap, stack, and workspace allocation.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
  *
- *  Copyright (c) 2011-2012 embedded brains GmbH.
+ * Copyright (c) 2011-2012 embedded brains GmbH.
  *
- *  The license and distribution terms for this file may be
- *  found in the file LICENSE in this distribution or at
- *  http://www.rtems.org/license/LICENSE.
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
  */
 
 #include <bsp.h>



More information about the vc mailing list