@deftypefn
コマンドを用い型と共に関数を定義することができます。
@deftypefn category data-type function arguments body-of-definition @end deftypefn
category にカテゴリ、data-type に定義する関数の返却値の型、function に定義する関数、arguments にその関数がとる引数、body-of-definition に関数定義を記述します。function は関数索引1 にエントリされます。以下に例を示します。
@deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar}) ... @end deftypefn
See 定義コマンドテンプレート.
See 2 つ以上の定義ヘッダ.
See 定義コマンドの出力例.