-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inspect:inspect-module($module) break on '@', '%', etc #1386
Comments
see also this tread from exist-open there are more problems with xqdoc annotations and special characters |
Same issue applies to % directives in the functions, where it simply fails. I think the lexer needs to be updated here : https://github.com/eXist-db/exist/tree/develop/src/org/exist/xquery/xqdoc/parser |
@kohsah Okay you are right the Lexer does need to be updated. I had a brief attempt this morning and failed. Sadly I am not very familiar with Antlr2, perhaps @wolfgangmm or @ljo could make the small necessary changes? @duncdrum I just want to point out something that may be confusing. If you are using However if you are using the XQDoc extension module, i.e. I would also note that the output documents of |
@lcahlander since your recent work in this area, tagging you here for future reference. Any comments welcome. |
What is the problem
What did you expect
Describe how to reproduce or add a test
will become
instead of:
Context information
Please always add the following information
The text was updated successfully, but these errors were encountered: