zephyr/doc/scripts
Ulf Magnusson e36e544cab genrest: Mention that dependencies are only propagated to 'depends on'
A recent Kconfiglib change turns

    config A
            bool
            prompt "foo" if C && D
            default A if B && C && D
            depends on C && D

into

    config A
            bool "foo"
            default A if B
            depends on C && D

Where e.g. D might be from a surrounding menu/if.

Update the note at the end of symbol pages to clarify that only the
'depends on' includes propagated dependencies.

Piggyback some minor cleanup.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-06-07 18:20:22 +02:00
..
extract_content.py doc: extract_content: Allow for absolute paths in deps 2019-04-18 17:52:49 -04:00
fix_tex.py
genrest.py genrest: Mention that dependencies are only propagated to 'depends on' 2019-06-07 18:20:22 +02:00
restore_modification_times.py