Difference between revisions of "Talk:Manual:Config:Advanced:Variables"

From VsWiki
Jump to: navigation, search
m
(Inline documentation: new section)
Line 12: Line 12:
 
</pre>
 
</pre>
 
Are the 2 styles interchangeable? - [[User:Greenfreedom10|Greenfreedom10]] 22:06, 29 September 2010 (UTC)
 
Are the 2 styles interchangeable? - [[User:Greenfreedom10|Greenfreedom10]] 22:06, 29 September 2010 (UTC)
 +
 +
== Inline documentation ==
 +
 +
How would it be possible to have all this information inline in the configuration file itself rather than having it here? That way it would be easier to maintain in the future in case of any changes to the file structure.

Revision as of 00:20, 18 January 2013

In the config file I see:

<section name="graphics/mesh">
</section>

as well as:

<section name="ai">
 <section name="targetting">
 </section>
</section>

Are the 2 styles interchangeable? - Greenfreedom10 22:06, 29 September 2010 (UTC)

Inline documentation

How would it be possible to have all this information inline in the configuration file itself rather than having it here? That way it would be easier to maintain in the future in case of any changes to the file structure.