]> git.lyx.org Git - lyx.git/commitdiff
LFUN doxyfication project is finished.
authorPavel Sanda <sanda@lyx.org>
Tue, 22 Jul 2008 08:38:43 +0000 (08:38 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 22 Jul 2008 08:38:43 +0000 (08:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25784 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index abfd08c658f404b6f3123ec38c856418cd7e661f..0ca02aa0ea14f2e56e9b3884baa1be05684a1ecb 100644 (file)
@@ -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 <BRACKETS>, as so.
+ * and put in <BRACKETS>, [<PARAM>] means optional one.
  */
 
 /*!