Updated fileheaders and styled files using astyle.
This commit is contained in:
@@ -1,10 +1,26 @@
|
||||
/**************************************************************************************************************************************
|
||||
* Project: discoverpixy
|
||||
* Website: https://github.com/t-moe/discoverpixy
|
||||
* Authors: Aaron Schmocker, Timo Lang
|
||||
* Institution: BFH Bern University of Applied Sciences
|
||||
* File: common/app/app.h
|
||||
*
|
||||
* Version History:
|
||||
* Date Autor Email SHA Changes
|
||||
* 2015-04-03 timolang@gmail.com 51089aa Refactored Project Structure for use with emulator
|
||||
* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
|
||||
* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
|
||||
* 2015-06-08 timolang@gmail.com 73db8b5 Added doxygen mainpage comment in app.h
|
||||
*
|
||||
**************************************************************************************************************************************/
|
||||
|
||||
#ifndef APP_H
|
||||
#define APP_H
|
||||
|
||||
/*!
|
||||
/*!
|
||||
\mainpage discoverpixy Doxygen Documentation
|
||||
Welcome to the code-documentation for all common (and plattformindependent) code. \n
|
||||
A good point to start is probably the <a href="modules.html">Modules</a> page.
|
||||
A good point to start is probably the <a href="modules.html">Modules</a> page.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user