1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Update Skeleton C file. Used for new files for the project.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@116 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2009-12-24 02:43:29 +00:00 committed by dankers
parent 6075c7def0
commit 48765a74ca

View File

@ -1,11 +1,13 @@
/** /**
****************************************************************************** ******************************************************************************
* *
* @file <name of file.c> * @file name of file.c
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2009. * @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2009.
* @brief Description of file * @brief Description of file
* - Slighlty longer description, describe what fiel provides. * - Slighlty longer description, describe what file provides.
* @see The GNU Public License (GPL) Version 3 * @see The GNU Public License (GPL) Version 3
* @defgroup Module name here & two or three word description of module
* @{
* *
*****************************************************************************/ *****************************************************************************/
/* /*
@ -39,5 +41,6 @@
/** /**
* functions * function doxygen comments
*/ */