From 4c56214b8c2e130d3709bdca2513aef20b7b0fab Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 9 Mar 2024 17:35:19 +0100 Subject: Use Doxygen comments for C files --- src/web.hh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/web.hh') diff --git a/src/web.hh b/src/web.hh index 2e8fbf69..c9a8fe10 100644 --- a/src/web.hh +++ b/src/web.hh @@ -22,16 +22,16 @@ extern "C" { typedef struct _DilloWeb DilloWeb; struct _DilloWeb { - DilloUrl *url; /* Requested URL */ - DilloUrl *requester; /* URL that caused this request, or - * NULL if user-initiated. */ - BrowserWindow *bw; /* The requesting browser window [reference] */ - int flags; /* Additional info */ + DilloUrl *url; /**< Requested URL */ + DilloUrl *requester; /**< URL that caused this request, or + **< NULL if user-initiated. */ + BrowserWindow *bw; /**< The requesting browser window [reference] */ + int flags; /**< Additional info */ - DilloImage *Image; /* For image urls [reference] */ + DilloImage *Image; /**< For image urls [reference] */ - int32_t bgColor; /* for image backgrounds */ - char *filename; /* Variables for Local saving */ + int32_t bgColor; /**< for image backgrounds */ + char *filename; /**< Variables for Local saving */ FILE *stream; int SavedBytes; }; -- cgit v1.2.3