Files
Sourcetrail/bin/test/data/SettingsTestSuite/settings.xml
T
Eberhard Graether f41e1c429d data: Added HeaderSearchPaths to Application- and ProjectSettings
This change allows for parsing of a real codebase by specifying the system header search paths in
ApplicationSettings.xml and the additional header search paths in ProjectSettings.xml.

Both settings files are now documented in ApplicationSettings_template.xml and ProjectSettings_template.xml, which show
all possible settings for each file.

This change also fixes some parsing edge cases that occured.
2014-10-07 12:11:48 +02:00

14 lines
250 B
XML

<?xml version="1.0" encoding="utf-8"?>
<config>
<Bool>1</Bool>
<Int>42</Int>
<Float>3.1416</Float>
<String>Hello World!</String>
<source>
<SourcePath>data</SourcePath>
<HeaderSearchPaths>data/|src/</HeaderSearchPaths>
</source>
</config>