summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-04 11:22:40 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-04 11:25:35 +0100
commitb2f5c80ef82c2e76bd33f58b6454031500c98504 (patch)
tree6d1ba34726d8f39356b65038f8cfe0e4b9020272
parent19052001541aeac269b846d2a81e7f78e7c26c2d (diff)
downloadnetsurf-b2f5c80ef82c2e76bd33f58b6454031500c98504.tar.gz
netsurf-b2f5c80ef82c2e76bd33f58b6454031500c98504.tar.bz2
trivial documentation cleanups
-rw-r--r--desktop/searchweb.c2
-rw-r--r--frontends/windows/window.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/desktop/searchweb.c b/desktop/searchweb.c
index fed6f3e75..c934ff4fa 100644
--- a/desktop/searchweb.c
+++ b/desktop/searchweb.c
@@ -17,7 +17,7 @@
*/
/**
- * \file desktop/searchweb.c
+ * \file
* \brief core web search facilities implementation.
*/
diff --git a/frontends/windows/window.h b/frontends/windows/window.h
index 3cdb9aefe..c887ed5d4 100644
--- a/frontends/windows/window.h
+++ b/frontends/windows/window.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _NETSURF_WINDOWS_WINDOW_H_
-#define _NETSURF_WINDOWS_WINDOW_H_
+#ifndef NETSURF_WINDOWS_WINDOW_H_
+#define NETSURF_WINDOWS_WINDOW_H_
/** The window operation function table for win32 */
extern struct gui_window_table *win32_window_table;