]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/freebrowser.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / freebrowser.h
index 3b9319d348bd7d7a7971e81d324fbe669312beb1..0e2389c22a7c4aca9bda8a3c5c86ffcb3563f8c4 100644 (file)
@@ -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 *,