[add] xqdoca

This commit is contained in:
Andy Bunce 2025-06-01 22:00:45 +01:00
parent ff523efdb9
commit 6b78cbb15f
26 changed files with 4505 additions and 1 deletions

24
docs/xqdoc/mermaid.mmd Normal file
View file

@ -0,0 +1,24 @@
---
title: something here
config:
theme: base
securityLevel: loose
---
classDiagram
direction TB
class RESTXQ:::cssrest
class INVOKE:::cssmain
class TEST:::cssunit
class pdfbox { << Pdfbox3.xqm >>}
classDef cssrest fill:palegreen
classDef cssmain fill:powderblue
classDef cssunit fill:yellow
link pdfbox "modules/F000001/index.html" "This is a tooltip for org.expkg_zone58.Pdfbox3"