blob: 792a9d1b769652181255f193bef554d7b7b741a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/**
* This a simple brief.
*
* And the details goes here.
* Multi lines are welcome.
*
* @param num leave a comment for parameter num.
* @param str leave a comment for the second parameter.
* @return leave a comment for the returned value.
*/
int doxy_javadoc_example(int num, const char *str);
|