bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-recutils] Support for comments in enum descriptions


From: Jose E. Marchesi
Subject: [bug-recutils] Support for comments in enum descriptions
Date: Mon, 10 Jan 2011 00:47:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

I just pushed a patch adding support for comments in the enum type
descriptions.  It is useful to explain the meaning of the symbols
allowed in the enumeration.  Consider for example:

%rec: Task
%type: status enum
+ NEW         (The task was just created)
+ IN_PROGRESS (Task started)
+ CLOSED      (Task closed)

The comments are enclosed in parenthesis and can contain any character
but '(' and ')'.

-- 
Jose E. Marchesi    address@hidden
GNU Project         http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]