xquerydoc icon indicating copy to clipboard operation
xquerydoc copied to clipboard

xquerydoc - generate XQuery API documentation from your source code comments

Results 26 xquerydoc issues
Sort by recently updated
recently updated
newest added

Since the doc comments are supposed to be read by humans in text editors, it may be nice to replace the extended formatting via HTML elements to using plain Markdown....

investigate how far we can style the raw xqdoc output with css

Tried running using PowerShell and normal Command Prompt. I get the same error: > xquerydoc 0.1, generates xquery api documentation Copyright (c) 2011, 2012 Jim Fuller, John Snelson see https://github.com/xquery/xquerydoc...

require xml data with xquery

require xml data with xquery

Private functions and variables are exposed currently, but they are private for a reason. I think it would be useful to have a flag to suppress them, and maybe consider...

Running xquerydoc on a file that contains XQuery 3.1 constructs results in a lexical error when using the `raw` output, and an empty `error` module when using the `xqdoc` and...

I have some set of predefined properties and their corresponding values in a excel format like - - PROPNAME1 test-value1 - PROPNAME2 test-value2 and one input xml that is having...

It would be good if the `xqdoc` XML format included information about annotations in the source. One use for this is documenting `RESTXQ` applications I believe the Zorba `xqdoc` module...