Hello folks,
June of 2018, I updated the xqDoc codebase to be able to handle the additions to the language for XQuery 3.1 and most of the vendor specific language extensions. I updated the parser to Antlr 4.
Darin McBeath, the creator of xqDoc, asked me if I wanted to take over the domain. I accepted. I will be updating the website http://xqDoc.org and would like to get the community’s input.
What changes would people like to see in the website?
Not specifically related to the website, but the xqDoc specification, here are some of my thoughts:
1. It would be nice to use Markdown in addition to HTML for the comments (maybe via a `@format [html|markdown]` file-level annotation).
3. Support for grouping related APIs like the accessors, trigonometric functions, etc. in the W3C spec.
4. Providing a way to support the documentation style from the W3C specs (arguments described in place, custom sections -- summary, signatures, properties, rules, error conditions, notes, examples).
5. Reference a parameter in the documentation text.
xqDoc’s GitHub is officially at http://github.com/xqdoc
Thank you,
Loren Cahlander