> > 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.

!$!$#%^*&%$&*&%#%#$%@@@ !

/*cough*/ /*cough*/

one spends hours of reading various docs to finally find this /*cough*/.
the day i saw the .cpp renaming i knew this hydra will take its revenge :D

pavel
diff --git a/sourcedoc/Doxyfile.in b/sourcedoc/Doxyfile.in
index 6786ba8..fb3c757 100644
--- a/sourcedoc/Doxyfile.in
+++ b/sourcedoc/Doxyfile.in
@@ -312,7 +312,8 @@ INPUT                  = @top_srcdir@/src
 
 FILE_PATTERNS          = *.C \
                          *.h \
-                         *.c
+                         *.c \
+                        *.cpp
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
 # should be searched for input files as well. Possible values are YES and NO. 

Reply via email to