zephyr/lib/gui/lvgl
Ulf Magnusson bd6e04411e kconfig: Clean up header comments and make them consistent
Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-04 17:31:27 -05:00
..
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.fonts kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.objects kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.themes kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
lv_conf.h gui: lvgl: Fix broken CONFIG_LVGL_OBJ_WINDOW check 2019-10-22 11:09:51 +02:00
lvgl.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display.h gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display_16bit.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display_24bit.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display_32bit.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_display_mono.c gui: Add support for lvgl API version 6 2019-08-09 07:35:38 -05:00
lvgl_fs.c gui: Corrected paths in Zephyr to LVGL FS mapping 2019-08-09 07:35:38 -05:00
lvgl_fs.h gui: Added glue logic for LittlevGL GUI library 2019-01-07 16:05:35 -05:00
lvgl_mem.h include/lvgl: rearrange for standard use of extern "C" 2019-08-13 18:00:31 +02:00
lvgl_mem_kernel.c cleanup: include/: move misc/mempool.h to sys/mempool.h 2019-06-27 22:55:49 -04:00
lvgl_mem_user.c cleanup: include/: move misc/mempool.h to sys/mempool.h 2019-06-27 22:55:49 -04:00