diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2020-01-12 10:36:20 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2020-01-12 10:36:20 +0100 |
| commit | 211914141a81aa7bb50dc3fb96123af902f558d3 (patch) | |
| tree | ea86c0d879cbc51615749665212688cf2fc3f352 /README.rst | |
| parent | aff414dc82d22e25ab8673f27a8d9e0cb4298e5f (diff) | |
Remove heavy page warning for Kconfig symbol reference in Zephyr
No longer links to a heavy page after the reference was split up.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -50,8 +50,11 @@ Kconfiglib is used exclusively by e.g. the `Zephyr scripts in various projects. Since Kconfiglib is based around a library, it can be used e.g. to generate a -`Kconfig cross-reference <https://docs.zephyrproject.org/latest/reference/kconfig/index.html>`_ (note: heavy page), -using the same robust Kconfig parser used for other Kconfig tools, instead of brittle ad-hoc parsing. The documentation generation script can be found `here <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest.py>`__. +`Kconfig cross-reference +<https://docs.zephyrproject.org/latest/reference/kconfig/index.html>`_, using +the same robust Kconfig parser used for other Kconfig tools, instead of brittle +ad-hoc parsing. The documentation generation script can be found `here +<https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest.py>`__. Kconfiglib implements the recently added `Kconfig preprocessor <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.rst>`__. |
