8 Commits

Author SHA1 Message Date
Danil
8692c1245e Pr fixes 2018-10-05 10:36:48 +05:00
Danil
77f4091805 Fix code style 2018-09-25 16:44:59 +05:00
Danil
f4edb17ffb Fix extension test 2018-09-25 16:42:56 +05:00
Danil
a9120e95bd default documentation 2018-08-14 12:30:38 +05:00
bifidokk
f63ab23fe5 Fix tests 2018-07-27 09:44:19 +05:00
Asmir Mustafic
ab005c4129 Implement alternative naming system via configuration (#1312)
* implement alternative naming system via configuration

* use strict comparison

* test di configs

* rever

* test naming aliases are applied

* set "default" as default area

* test names are passed to generators

* cs formatting

* added extra check for built-int types

* cs

* added documentation about alternative names

* allow to create the same alias in two different areas

* document and test better aliasing strategy

* specify that the last matching rule is used

* Make last matching rule wins

* Fix documentation
2018-06-10 09:56:38 +02:00
Guilhem Niot
044935aff8 Rework the docs 2018-01-04 14:33:02 +01:00
Christian Schiffler
5c12ff19de Allow configuration to be split on root key level.
We now allow to split the configuration on multiple files, each
containing one of the various root keys of the "documentation" entry.

This means, you may now split "documentation/*" out to own yml files and
import them.

NOTE: this only allows splitting of entries being a direct child of the
documentation entry, so splitting i.e. the info key over multiple files
will not work.
2017-08-08 19:43:01 +02:00