Open
Description
In the master branch, commit 7ba4f551eedf82ed75357992bf6bd1aecf638839, some xqDoc annotation functionality seems to be broken:
In the code below, @see
is not working as I expect. The following code produces the attached documentation, where @see
is omitted.
(:~
: This module …
:
: @see http://www.example.org/
: @author Christian Forster
: @version 0.1
:)
Other issues occur in the functx documentation. The comment in its source code contains an email address and everything from the "@" part on does not appear in the generated documentation.
Also, within that module @author
, @version
, and @see
annotations in function comments are ignored.