summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-07-02 17:58:32 +0000
committerJames Bursa <james@netsurf-browser.org>2005-07-02 17:58:32 +0000
commit39c981a4d802546c67592c3f7b5fb5e0fb4fe467 (patch)
tree75d97a386b91a4ed86d3a7b3fb09f3fd029c68e8
parent844f4af2de45b984b14a8321c1417dd2a66a6bad (diff)
downloadnetsurf-39c981a4d802546c67592c3f7b5fb5e0fb4fe467.tar.gz
netsurf-39c981a4d802546c67592c3f7b5fb5e0fb4fe467.tar.bz2
[project @ 2005-07-02 17:58:32 by bursa]
Bring comment showing permitted child nodes up to date. svn path=/import/netsurf/; revision=1775
-rw-r--r--render/box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index f8fe0db90..f68720937 100644
--- a/render/box.h
+++ b/render/box.h
@@ -61,7 +61,8 @@
* \code
* parent permitted child nodes
* BLOCK, INLINE_BLOCK BLOCK, INLINE_CONTAINER, TABLE
- * INLINE_CONTAINER INLINE, INLINE_BLOCK, FLOAT_LEFT, FLOAT_RIGHT, BR
+ * INLINE_CONTAINER INLINE, INLINE_BLOCK, FLOAT_LEFT, FLOAT_RIGHT, BR, TEXT,
+ * INLINE_END
* INLINE none
* TABLE at least 1 TABLE_ROW_GROUP
* TABLE_ROW_GROUP at least 1 TABLE_ROW