LUA用に組み込んだCの関数に
Doxygen用のドキュメント書いてるんだけど、
_| ̄|○ どうすればいいかわからん

とりあえずこんな感じ
/*!
@brief 平行移動量を取得する。
@code
mtx= Matrix:new();
mtx:translate( { 10, 10, 10} );
pos= mtx:getpos();
@endcode
@param なし
@return 平行移動量 { x, y, z}
*/
static int getpos_( lua_State *L) {
}