A simple WADL to Wiki (Confluence / JIRA Markup) documentation generator, written for Node.js.
Output can be pasted into Confluence, using the Insert Markup feature;
npm i -g wadl2wiki
wadl2wiki example.wadl > example.txt
wadl2wiki -i example.wadl -o example.txt
wadl2wiki -s -i example.wadl -o example.txt
Using your own templates:
wadl2txt -t custom-template.handlebars -r custom-resource.handlebars -m custom-item.handlebars -i example.wadl -o example.txt
This script uses the parsing method and wadl2json script by Rodolphe Belouin (https://github.com/rbelouin/wadl2json)