Skip to content

Commit

Permalink
add doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed May 4, 2021
1 parent a4dd1e5 commit a44b7dc
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions map_template.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
/*******************************************************************
Maps for apoman on MicroZed
based MZ_APO board designed by Petr Porazil at PiKRON
map_template - place with recepie for maps as well as all maps
(C) Copyright 2021 by Lukas Nejezchleb
e-mail: nejezluk@fel.cvut.cz
license: any combination of GPL, LGPL, MPL or BSD licenses
*******************************************************************/
/**
* @file map_template.h
* @author Lukas Nejezchleb (nejezluk@fel.cvut.cz)
* @brief File housing the definition of the template data structure Current maps: map star, map circles, map conch
* @version 0.1
* @date 2021-05-04
*
* @copyright Copyright (c) 2021
*
*/

#ifndef MAP_TEMPLATE_H
#define MAP_TEMPLATE_H

/**
* @brief the definition of the template data structure
*
*/
typedef struct
{
char *name; /* name of the map */
Expand Down

0 comments on commit a44b7dc

Please sign in to comment.