Docs: Advanced config is explicity experimental
Any advanced config option is not to be considered production-ready, so make this clear in the dev-docs.
This commit is contained in:
parent
605d0ab3c1
commit
bed0667712
|
@ -294,6 +294,11 @@ To set these options, you can create the file `kicad_advanced` and set the keys
|
||||||
as desired (the [advanced config documentation][] for a current list. You should
|
as desired (the [advanced config documentation][] for a current list. You should
|
||||||
never need to set these keys for normal usage - if you do, that's a bug.
|
never need to set these keys for normal usage - if you do, that's a bug.
|
||||||
|
|
||||||
|
Any features enabled though the advanced configuration system are
|
||||||
|
considered experimental and therefore unsuitable for production use. These
|
||||||
|
features are explicitly not supported or considered fully tested.
|
||||||
|
Issues are still welcome for defects discovered.
|
||||||
|
|
||||||
|
|
||||||
[CTest]: https://cmake.org/cmake/help/latest/module/CTest.html
|
[CTest]: https://cmake.org/cmake/help/latest/module/CTest.html
|
||||||
[Boost Unit Test framework]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/index.html
|
[Boost Unit Test framework]: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/index.html
|
||||||
|
|
Loading…
Reference in New Issue