1
0
Fork 0
pdfbox/docs/xqdoc/mermaid.mmd
2025-06-01 22:00:45 +01:00

24 lines
399 B
Text

---
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"