> Following this idea, the dox comment would look like this in > LyXAction::init(): > > > ev_item const items[] = { > /** \var kb_action::LFUN_ACCENT_ACUTE
fyi /*! \var > * \li Action: xxxx > * \li Syntax: xxxx > */ > { LFUN_ACCENT_ACUTE, "accent-acute", Noop, Layout }, > > > Could you try this please? the moment you put it outside of the lfuns.h into another file doxygen wont find it. i tried various "lyx::" & "kb_action::" prefixes permutations wihtout success. pavel