1
0
Fork 0
Literate documentation weaver for XSLT 2.0
Go to file
Mike Gerwitz 5c4059e20a
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
<!--
  No a docblock.
-->

<function name="foo">
  <!-- ... -->
</function>
```

we do not want that comment to be considered the docblock of `foo`, since it
does not appear immediately adjacent to it.
2015-09-29 21:27:55 -04:00
src Do not treat line-separated comments as docblocks 2015-09-29 21:27:55 -04:00
COPYING Initial documentation concept 2014-12-19 11:54:43 -05:00