summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-24 16:19:49 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-24 16:19:49 +0100
commit25cdea33516b200b9740a091e4437e48c0607372 (patch)
treecac7829623b94d9a6ad8147798739838711817ed /desktop/browser.h
parentbd740ad9b771210f5862c181fd60b9c63854dabc (diff)
downloadnetsurf-25cdea33516b200b9740a091e4437e48c0607372.tar.gz
netsurf-25cdea33516b200b9740a091e4437e48c0607372.tar.bz2
doxygen serious warning cleanup
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 09107a3e6..c8af7889c 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -202,7 +202,7 @@ struct browser_window {
/** cache of the currently displayed status text. */
char *status_text; /**< Current status bar text. */
- int status_text_len; /**< Length of the ::status_text buffer. */
+ int status_text_len; /**< Length of the browser_window::status_text buffer. */
int status_match; /**< Number of times an idempotent status-set operation was performed. */
int status_miss; /**< Number of times status was really updated. */
};