tests: remove colors from savs of nitls, nitlight, etc.
[nit.git] / tests / sav / neo_doxygen_dump.res
1 NAME
2   %PROGRAM_NAME% — Doxygen XML to Neo4j.
3
4 SYNOPSIS
5   %PROGRAM_NAME% [--dest <url>] [--src-lang <lang>]
6     [--] <project_name> <doxml_dir>
7   %PROGRAM_NAME% [-h|--help]
8
9 DESCRIPTION
10   Convert a Doxygen XML output into a model in Neo4j that is readable by the
11   `nx` tool.
12
13 ARGUMENTS
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 OPTIONS
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