From 53efaaee73cc114c9bd7c071a44a3090d583a0f8 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 2 Apr 2008 00:33:10 +0000 Subject: [PATCH] * Doxy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24091 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 4f2d4af953..39690cffe7 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1566,6 +1566,14 @@ void LyXAction::init() * \endvar */ { LFUN_BUFFER_SAVE_AS_DEFAULT, "buffer-save-as-default", Noop, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_PARAMS_APPLY + * \li Action: Apply the given settings to the current document. + * \li Syntax: buffer-params-apply [] + * \li Params: : contains the particular settings to be saved. They obey the syntax + you can find in document header of usual .lyx file. + * \endvar + */ { LFUN_BUFFER_PARAMS_APPLY, "buffer-params-apply", Noop, Buffer }, /*! -- 2.39.2