Windows package — turns a XQual CServer.java source into an
OpenAPI 3.0.3 spec plus a self-hostable HTML viewer with a working
Try It panel.
Live preview renders a real openapi.json generated from a
XQual CServer.java. The Try It buttons on this staging
domain are wired to a development XQual backend through a server-side proxy, so
you can fire actual requests and inspect real responses.
bin/api-doc-generator-win.exe — the generator CLI (regex + optional LLM).output/integrated-xqual-doc.html — pre-built HTML viewer, host as-is.samples/CServer.java — sample input.run-doc-api-gen.bat — one-click regen + repackage helper.README.html — full user guide (Tomcat / nginx / Apache hosting, CORS, Try-It proxy setup).README.html for the full user guide.run-doc-api-gen.bat to generate
output\openapi.json from the bundled sample — or pass your own
source: run-doc-api-gen.bat C:\path\to\CServer.java.
output\xqual-api-doc-deploy.zip (HTML viewer + JSON spec)
to your web server and unzip it in a public folder.
integrated-xqual-doc.html in a browser. To enable
Try It, host it on the same origin as your XQual server, or set up
the Node proxy described in the README.