Re: Documenting LFUNs

2006-09-15 Thread christian . ridderstrom
On Fri, 15 Sep 2006, Jean-Marc Lasgouttes wrote: > > "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: > > christian> It'll probably take a while to get it documented, but > christian> should the LFUN documentation go into lfuns.h or > christian> LyXAction.C (or some other file

Re: Documenting LFUNs

2006-09-15 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> It'll probably take a while to get it documented, but christian> should the LFUN documentation go into lfuns.h or christian> LyXAction.C (or some other file)? I think LyXAction is better, since it has the advantage

Re: Documenting LFUNs

2006-09-14 Thread christian . ridderstrom
On Thu, 14 Sep 2006, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > > | And any ideas on how to keep this information up-to-date in the future? > | (One way is to insert a descriptive text inside a comment directly in for > | instance LyXAction.C) > > That way. It'll probably take a

Re: Documenting LFUNs

2006-09-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | And any ideas on how to keep this information up-to-date in the future? | (One way is to insert a descriptive text inside a comment directly in for | instance LyXAction.C) That way. -- Lgb

Re: Documenting LFUNs

2006-09-14 Thread christian . ridderstrom
On Thu, 14 Sep 2006, Georg Baum wrote: > Am Donnerstag, 14. September 2006 20:32 schrieb Paul A. Rubin: > > [EMAIL PROTECTED] wrote: > > > > > > And any ideas on how to keep this information up-to-date in the future? > > The only chance for that to happen is if the documentation is in the > sou

Re: Documenting LFUNs

2006-09-14 Thread Georg Baum
Am Donnerstag, 14. September 2006 20:32 schrieb Paul A. Rubin: > [EMAIL PROTECTED] wrote: > > > > And any ideas on how to keep this information up-to-date in the future? The only chance for that to happen is if the documentation is in the source. Please add the docuemntation as doxygen comments

Re: Documenting LFUNs

2006-09-14 Thread Paul A. Rubin
[EMAIL PROTECTED] wrote: And any ideas on how to keep this information up-to-date in the future? (One way is to insert a descriptive text inside a comment directly in for instance LyXAction.C) Javadoc is an incredibly easy to use tool for documenting Java source code. Near the bottom of htt

Documenting LFUNs

2006-09-14 Thread christian . ridderstrom
I thought I'd start a small project regarding documenting the LFUNs here http://wiki.lyx.org/devel/pmwiki.php/Devel/LyxFunctionListTrunk For now I'm just keeping all the information about the LFUNs in a single page. Here's the current idea: * Keep it all in one page * Have a table listin