Many Doxygen style fixes

This commit is contained in:
Lorenz Meier
2012-08-05 11:27:02 +02:00
parent 4f4a3a48bf
commit b5f7adfc10
14 changed files with 134 additions and 77 deletions
+5 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
*
* Copyright (C) 2012 PX4 Development Team. All rights reserved.
* Author: Lorenz Meier <lm@inf.ethz.ch>
* Author: @author Lorenz Meier <lm@inf.ethz.ch>
*
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,10 @@
*
****************************************************************************/
/** @file implementation of commonly used low-level system-call like functions */
/**
* @file systemlib.c
* Implementation of commonly used low-level system-call like functions
*/
#include <nuttx/config.h>
#include <unistd.h>