Skip to content
Snippets Groups Projects
Commit 33b9662a authored by quentinu's avatar quentinu
Browse files

Formatted file headers in timer.c and timer.h to conform to Doxygen specifications

parent 663d87e9
No related branches found
No related tags found
No related merge requests found
/* /**
* Timer.cpp * @file timer.c
* *
* @author Eric Middleton * @brief Library Functions for pause timer
*
* @author Eric Middleton
*
* @date 2016-03-03
*/ */
#include "Timer.h" #include "Timer.h"
......
/* /**
* @file timer.h * @file timer.h
* *
* @brief Header file for timer.c * @brief Header file for timer.c
* Library Functions for pause timer * Library Functions for pause timer
* Created on: Mar 3, 2016 *
* Author: ericm * @author Eric Middleton (ericm)
*
* @date 2016-03-03
*/ */
#ifndef TIMER_H_ #ifndef TIMER_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment