summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-07-21 20:37:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-07-21 20:37:21 +0100
commitb4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6 (patch)
treef66f08ecbae9dad9dcd5b3eed4eca80085dd62fa /src
parent91366856f641dc74b6ad05168b65e4c38976d48a (diff)
downloadlibnslayout-b4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6.tar.gz
libnslayout-b4ef9675d824597a2d1bfc2c0a2c0e3b29ee17a6.tar.bz2
Update documentation and minor fixes.
Diffstat (limited to 'src')
-rw-r--r--src/layout.c4
-rw-r--r--src/layout.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/layout.c b/src/layout.c
index 43570fb..915475b 100644
--- a/src/layout.c
+++ b/src/layout.c
@@ -4,6 +4,10 @@
* Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
*/
+/** \file src/layout.c
+ * Layout object handling
+ */
+
#include <assert.h>
#include <stdlib.h>
diff --git a/src/layout.h b/src/layout.h
index 6e8f4c9..9946663 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -4,6 +4,10 @@
* Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
*/
+/** \file src/layout.h
+ * Layout object handling
+ */
+
#ifndef nslayout_layout_h_
#define nslayout_layout_h_