From 03b73847d00b46e5decda6f548b0c3ddf175cc76 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Wed, 1 Oct 2014 18:20:41 +0200 Subject: Remove non ASCII char in tree representation Some comments representing a file tree were using non ASCII characters. They are not readable on many editors leading to incoherent display. Replace them by plain ASCII characters. Signed-off-by: Kevin Rocard --- tools/xmlValidator/README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'tools') diff --git a/tools/xmlValidator/README.md b/tools/xmlValidator/README.md index 11d64a6..c50f33e 100644 --- a/tools/xmlValidator/README.md +++ b/tools/xmlValidator/README.md @@ -27,24 +27,24 @@ where: In the example, we have the following files: - ├── ParameterFrameworkConfiguration.xml - ├── Schemas - │ ├── ComponentLibrary.xsd - │ ├── ComponentTypeSet.xsd - │ ├── ConfigurableDomains.xsd - │ ├── FileIncluder.xsd - │ ├── ParameterFrameworkConfiguration.xsd - │ ├── ParameterSettings.xsd - │ ├── Parameter.xsd - │ ├── Subsystem.xsd - │ └── SystemClass.xsd - ├── Settings - │ └── FS - │ └── Genres.xml - └── Structure - └── FS - ├── MusicLibraries.xml - └── my_music.xml + |-- ParameterFrameworkConfiguration.xml + |-- Schemas + | |-- ComponentLibrary.xsd + | |-- ComponentTypeSet.xsd + | |-- ConfigurableDomains.xsd + | |-- FileIncluder.xsd + | |-- ParameterFrameworkConfiguration.xsd + | |-- ParameterSettings.xsd + | |-- Parameter.xsd + | |-- Subsystem.xsd + | `-- SystemClass.xsd + |-- Settings + | `-- FS + | `-- Genres.xml + `--- Structure + `-- FS + |-- MusicLibraries.xml + `-- my_music.xml ### Command We are in the directory which contains the structure detailed previously. -- cgit v1.1