74384a4bcd2c9e5cf474ae4dfa17e47ee7b75a25
[nit.git] / tests / sav / neo_doxygen_dump.res
1 \e[1mNAME\e[m
2   %PROGRAM_NAME% — Doxygen XML to Neo4j.
3
4 \e[1mSYNOPSIS\e[m
5   %PROGRAM_NAME% [--dest <url>] [--src-lang <lang>]
6     [--] <project_name> <doxml_dir>
7   %PROGRAM_NAME% [-h|--help]
8
9 \e[1mDESCRIPTION\e[m
10   Convert a Doxygen XML output into a model in Neo4j that is readable by the
11   `nx` tool.
12
13 \e[1mARGUMENTS\e[m
14   <project_name>  The internal name of the project. Must the same name as the
15                   one specified to the `nx` tool. Must not begin by an upper
16                   case letter.
17
18   <doxml_dir>     The directory where the XML documents generated by Doxygen are
19                   located.
20
21 \e[1mOPTIONS\e[m
22
23   --dest       The URL of the destination graph. `http://localhost:7474` by
24                default.
25
26   -h, --help   Show the help (this page).
27
28   --src-lang   The programming language to assume when processing chunks in the
29                declarations left as-is by Doxygen. Use `any` (the default) to
30                disable any language-specific processing. <any, java, python>
31