From 5c4059e20ad0aa85262b20797ea32b9e02af16c2 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Sep 2015 21:27:55 -0400 Subject: [PATCH] Do not treat line-separated comments as docblocks This is already handled by the `is-docblock` predicate, but was also needed here. In particular, if we have a situation like this: ```xml ``` we do not want that comment to be considered the docblock of `foo`, since it does not appear immediately adjacent to it. --- src/texinfo.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/texinfo.xsl b/src/texinfo.xsl index bf1ff3a..07c7e99 100644 --- a/src/texinfo.xsl +++ b/src/texinfo.xsl @@ -192,7 +192,8 @@