Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / sav / neo_doxygen_dump.res
index 74384a4..c5d08b8 100644 (file)
@@ -1,16 +1,16 @@
-\e[1mNAME\e[m
+NAME
   %PROGRAM_NAME% — Doxygen XML to Neo4j.
 
-\e[1mSYNOPSIS\e[m
+SYNOPSIS
   %PROGRAM_NAME% [--dest <url>] [--src-lang <lang>]
     [--] <project_name> <doxml_dir>
   %PROGRAM_NAME% [-h|--help]
 
-\e[1mDESCRIPTION\e[m
+DESCRIPTION
   Convert a Doxygen XML output into a model in Neo4j that is readable by the
   `nx` tool.
 
-\e[1mARGUMENTS\e[m
+ARGUMENTS
   <project_name>  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.
@@ -18,7 +18,7 @@
   <doxml_dir>     The directory where the XML documents generated by Doxygen are
                   located.
 
-\e[1mOPTIONS\e[m
+OPTIONS
 
   --dest       The URL of the destination graph. `http://localhost:7474` by
                default.