NAME %PROGRAM_NAME% — Doxygen XML to Neo4j. SYNOPSIS %PROGRAM_NAME% [--dest ] [--src-lang ] [--] %PROGRAM_NAME% [-h|--help] DESCRIPTION Convert a Doxygen XML output into a model in Neo4j that is readable by the `nx` tool. ARGUMENTS The internal name of the project. Must the same name as the one specified to the `nx` tool. Must not begin by an upper case letter. The directory where the XML documents generated by Doxygen are located. OPTIONS --dest The URL of the destination graph. `http://localhost:7474` by default. -h, --help Show the help (this page). --src-lang The programming language to assume when processing chunks in the declarations left as-is by Doxygen. Use `any` (the default) to disable any language-specific processing.