From bba349d0729f12f1631c776e9581d6feb39d314d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 Feb 2017 18:44:21 +0000 Subject: docs: Add comment for `struct nslayout_layout`. --- src/layout.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layout.h b/src/layout.h index e71d5aa..3549174 100644 --- a/src/layout.h +++ b/src/layout.h @@ -13,6 +13,9 @@ #include +/** + * The layout object for a DOM document + */ struct nslayout_layout { dom_document *doc; css_select_ctx *css_ctx; -- cgit v1.2.3