fermisurfer Git
Revision | 75f790e27534863649cdd0728a5458278b81723f (tree) |
---|---|
Zeit | 2015-04-17 17:14:27 |
Autor | Kazuyoshi Yoshimi <kazuyoshimi3@gmai...> |
Commiter | Kazuyoshi Yoshimi |
doxygenのコマンド例を追加。
@@ -29,7 +29,8 @@ THE SOFTWARE. | ||
29 | 29 | /* |
30 | 30 | Input variables |
31 | 31 | */ |
32 | -int ng[3]; /* BZ grids */ | |
32 | +int ng[3]; //!<BZ grids | |
33 | + /* BZ grids */ | |
33 | 34 | int lshift; /* Switch for shifted Brillouin zone */ |
34 | 35 | int nb; /* # of Bands */ |
35 | 36 | GLfloat bvec[3][3]; /* Resiplocal lattice vector */ |
@@ -1543,8 +1544,13 @@ void idle(void) | ||
1543 | 1544 | { |
1544 | 1545 | glutPostRedisplay(); |
1545 | 1546 | } /* idle */ |
1546 | -/* | |
1547 | - Glut mouse function | |
1547 | + | |
1548 | +/*! | |
1549 | + Glut mouse function | |
1550 | + @param[in] button xxxxx | |
1551 | + @param[in] state yyyyy | |
1552 | + @param[in] x zzzzz | |
1553 | + @param[in] y zzzzz | |
1548 | 1554 | */ |
1549 | 1555 | void mouse(int button, int state, int x, int y) |
1550 | 1556 | { |