mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
60c53dcd1e
commit
871b6a7245
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user