blob: 76eeaf9190aa464d653d18d9acdf0d055f99724b (
plain)
1
2
3
4
5
6
7
8
|
; Header comments
#include "definitions.h"
command-keyword-table: command_handler
foo(min-args:0, max-args:0,; comment
international:,
invalid-syntax: "syntaxtoken" help-text: "helptoken")
|