Preparing for lfun doxy movement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22492 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-01-11 12:43:50 +00:00
parent 60c53dcd1e
commit 871b6a7245
2 changed files with 6 additions and 0 deletions

View File

@ -922,3 +922,5 @@ BIN_ABSPATH = /usr/local/bin/
# the documentation for these projects as well. # the documentation for these projects as well.
EXT_DOC_PATHS = EXT_DOC_PATHS =
PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS

View File

@ -59,7 +59,11 @@ void LyXAction::newFunc(kb_action action, string const & name,
} }
// Needed for LFUNs documentation to be accepted, since doxygen won't take
// \var inside functions.
#ifndef DOXYGEN_SHOULD_SKIP_THIS
void LyXAction::init() void LyXAction::init()
#endif
{ {
// This function was changed to use the array below in initalization // This function was changed to use the array below in initalization
// instead of calling newFunc numerous times because of compilation // instead of calling newFunc numerous times because of compilation