From 879c6001d6b2f80dd54fc1a32ebbe0faaec5ded2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 22 Jul 2008 08:38:43 +0000 Subject: [PATCH 1/1] LFUN doxyfication project is finished. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25784 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index abfd08c658..0ca02aa0ea 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -7,6 +7,7 @@ * \author Jean-Marc Lasgouttes * \author John Levon * \author André Pönitz + * \author Pavel Sanda * * Full author contact details are available in file CREDITS. */ @@ -44,15 +45,16 @@ namespace lyx { (May 19 1996, 12:04, RvdK) */ -/* LFUN documentation (a start at least, Chr 2007-08-12) +/* LFUN documentation * - * The documentation below is primarily notes about restrictions and - * oddities relating to the different LFUNs. + * The documentation below is primarily description of purpose and syntax + * relating to the different LFUNs. * - * Try to find an appropriate (thematical) place when adding the new LFUN. + * Try to find an appropriate (thematical) place when adding the new LFUN + * and don't forget to add doxygen commentary. * * Doxygen template below. Some notes: Parameters should be set in uppercase - * and put in , as so. + * and put in , [] means optional one. */ /*! -- 2.39.2