From 13925ef8d507d9206856a49975ab3eb26dbba9b8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 18 Feb 2004 00:24:41 +0000 Subject: [project @ 2004-02-18 00:24:41 by bursa] Correct documentation of struct box. svn path=/import/netsurf/; revision=560 --- render/box.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index ac265b33d..c70dcb864 100644 --- a/render/box.h +++ b/render/box.h @@ -191,14 +191,14 @@ struct box { struct font_data *font; /**< Font, or 0 if no text. */ - /**< Form control data, or 0 if not a form control. */ + /** Form control data, or 0 if not a form control. */ struct form_control* gadget; - /**< Object in this box (usually an image), or 0 if none. */ + /** Object in this box (usually an image), or 0 if none. */ struct content* object; - /**< Parameters for the object, or 0. */ + /** Parameters for the object, or 0. */ struct object_params *object_params; - /**< State of object, or 0. */ + /** State of object, or 0. */ void *object_state; }; -- cgit v1.2.3