Skip to content

Commit

Permalink
2018-12-06 16:29:27 CST W49D4
Browse files Browse the repository at this point in the history
  • Loading branch information
aggresss committed Dec 6, 2018
1 parent 5b2eda3 commit e4ca4b5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/doxygen/doxygen_template.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* @file
* @author
* @copyright
* @brief
*/




/**
* @brief function brief
*
* @details
*
* @param xxx [in]
* @param yyy [in, out]
*
* @return 0 if return value >= 0
* @return Error code if return value < 0
* - #XXXXX1 error 1
* and more.
* - #XXXXX2 error 2
*
* @see
*
* @attention
*
*/

0 comments on commit e4ca4b5

Please sign in to comment.