tomtom-international / asciidoxy

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.
Apache License 2.0
31 stars 10 forks source link

Allow to access command line parameters in custom python code #56

Closed Glaberrd closed 2 years ago

Glaberrd commented 2 years ago

Asciidoxy allows to use custom python code in adoc with Mako templates.

It would be nice to have possibility to access asciidoxy command line parameters - f.e --base-dir or --build-dir in these custom python scripts.

Right now we are using os.environ to pass variables around, but there should be more native way to access values which are already passed.