On Mon, Jan 07, 2008 at 06:54:25PM -0000, [EMAIL PROTECTED] wrote:
> Author: sanda
> Date: Mon Jan  7 19:54:23 2008
> New Revision: 22422
> 
> URL: http://www.lyx.org/trac/changeset/22422
> Log:
> Add lfuns doxy.
> 
> Modified:
>     lyx-devel/trunk/src/lfuns.h
> 
> Modified: lyx-devel/trunk/src/lfuns.h
> URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lfuns.h?rev=22422
> ==============================================================================
> --- lyx-devel/trunk/src/lfuns.h (original)
> +++ lyx-devel/trunk/src/lfuns.h Mon Jan  7 19:54:23 2008
> @@ -370,7 +370,13 @@
>       LFUN_DELETE_FORWARD_SKIP,
>       LFUN_BUFFER_NEW_TEMPLATE,       // Asger 1997-02-02
>       LFUN_BUFFER_RELOAD,             // Asger 1997-02-02
> -     LFUN_RECONFIGURE,               // Asger 1997-02-14
> +/**
> + * LFUN_RECONFIGURE
> + * \li Action: Reconfigure the automatic settings.
> + * \li Syntax: reconfigure
> + * \li Origin: Asger , 14 Feb 1997
> + */
> +     LFUN_RECONFIGURE,

Can't we just put the comments in the C++ file?

This would even let us the keep the 'historical' lfun order.

Andre'

Reply via email to