X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2Ffreebrowser.h;h=0e2389c22a7c4aca9bda8a3c5c86ffcb3563f8c4;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=3b9319d348bd7d7a7971e81d324fbe669312beb1;hpb=99f8c40778889a0ca7f162cb573c2cfa09123e42;p=lyx.git diff --git a/src/frontends/xforms/freebrowser.h b/src/frontends/xforms/freebrowser.h index 3b9319d348..0e2389c22a 100644 --- a/src/frontends/xforms/freebrowser.h +++ b/src/frontends/xforms/freebrowser.h @@ -5,7 +5,7 @@ * * \author Angus Leeming * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * * A freebrowser is a browser widget in its own form. * It is used for example to instantiate the drop-down list beneath a @@ -15,6 +15,8 @@ #ifndef FL_FREEBROWSER_H #define FL_FREEBROWSER_H +#include "lyx_forms.h" + #if defined(__cplusplus) extern "C" { @@ -50,7 +52,7 @@ typedef struct fl_freebrowser_ { } FL_FREEBROWSER; -/** A function to create a freebrowser widget, "owned" by \param parent. */ +/** A function to create a freebrowser widget, "owned" by \c parent. */ FL_EXPORT FL_FREEBROWSER * fl_create_freebrowser(void * parent); @@ -58,9 +60,9 @@ fl_create_freebrowser(void * parent); FL_EXPORT void fl_free_freebrowser(FL_FREEBROWSER * ptr); -/** \param abs_x, \param abs_y are the coordinates of the top left corner +/** \c abs_x, \c abs_y are the coordinates of the top left corner * of the browser relative to the top left hand corner of the _screen_. - * \param w, \param h are the browser dimensions. + * \c w, \c h are the browser dimensions. */ FL_EXPORT void fl_show_freebrowser(FL_FREEBROWSER *,