[add] xqdoca
This commit is contained in:
parent
ff523efdb9
commit
6b78cbb15f
26 changed files with 4505 additions and 1 deletions
24
docs/xqdoc/mermaid.mmd
Normal file
24
docs/xqdoc/mermaid.mmd
Normal 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"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue