diff --git a/docs/README_jp.rst b/docs/README_jp.rst
index 8734d5cf9..384edb0e9 100644
--- a/docs/README_jp.rst
+++ b/docs/README_jp.rst
@@ -12,20 +12,14 @@
-
-
.. raw:: html
-
-
.. raw:: html
-
-
.. raw:: html
@@ -36,11 +30,6 @@ Light and Versatile Graphics Library
-
-
-
-
-
.. raw:: html
@@ -54,7 +43,7 @@ Website \| Docs \| Forum :gb: \| Demos \| Services \| SquareLine Studio
:ledger:
Overview
------------------
+--------
**実績**\ LVGL
は、フリー&オープンソースの組み込み用グラフィックスライブラリです。
diff --git a/docs/integration/driver/X11.rst b/docs/integration/driver/X11.rst
index 246dfdee1..7405d2411 100644
--- a/docs/integration/driver/X11.rst
+++ b/docs/integration/driver/X11.rst
@@ -3,7 +3,7 @@ X11 Display/Inputs driver
=========================
Overview
--------------
+--------
| The **X11** display/input `driver `__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop window.
| It is an alternative to **Wayland**, **XCB**, **SDL** or **Qt**.
diff --git a/docs/integration/driver/display/fbdev.rst b/docs/integration/driver/display/fbdev.rst
index 89dd6499d..1011e94ab 100644
--- a/docs/integration/driver/display/fbdev.rst
+++ b/docs/integration/driver/display/fbdev.rst
@@ -3,7 +3,7 @@ Linux Framebuffer Driver
========================
Overview
--------------
+--------
The Linux framebuffer (fbdev) is a linux subsystem used to display graphics. It is a hardware-independent API that gives user space software
access to the framebuffer (the part of a computer's video memory containing a current video frame) using only the Linux kernel's own basic
diff --git a/docs/integration/driver/display/gen_mipi.rst b/docs/integration/driver/display/gen_mipi.rst
index 67ff095bb..86523ae73 100644
--- a/docs/integration/driver/display/gen_mipi.rst
+++ b/docs/integration/driver/display/gen_mipi.rst
@@ -3,7 +3,7 @@ Generic MIPI DCS compatible LCD Controller driver
=================================================
Overview
--------------
+--------
From the `Wikipedia `__:
diff --git a/docs/integration/driver/display/ili9341.rst b/docs/integration/driver/display/ili9341.rst
index 94a600319..49b729a40 100644
--- a/docs/integration/driver/display/ili9341.rst
+++ b/docs/integration/driver/display/ili9341.rst
@@ -3,7 +3,7 @@ ILI9341 LCD Controller driver
=============================
Overview
--------------
+--------
The `ILI9341 `__ is a 262,144-color single-chip SOC driver for a-TFT liquid crystal display with resolution of 240RGBx320
dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes GRAM for graphic
diff --git a/docs/integration/driver/display/st7735.rst b/docs/integration/driver/display/st7735.rst
index 3d0300c50..769143717 100644
--- a/docs/integration/driver/display/st7735.rst
+++ b/docs/integration/driver/display/st7735.rst
@@ -1,9 +1,9 @@
-=============================
+============================
ST7735 LCD Controller driver
-=============================
+============================
Overview
--------------
+--------
The `ST7735S `__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 396
source line and 162 gate line driving circuits. This chip is capable of connecting directly to an external
diff --git a/docs/integration/driver/display/st7789.rst b/docs/integration/driver/display/st7789.rst
index d46fa99be..d118fa1d6 100644
--- a/docs/integration/driver/display/st7789.rst
+++ b/docs/integration/driver/display/st7789.rst
@@ -1,9 +1,9 @@
-=============================
+============================
ST7789 LCD Controller driver
-=============================
+============================
Overview
--------------
+--------
The `ST7789 `__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720
source line and 320 gate line driving circuits. This chip is capable of connecting directly to an external
diff --git a/docs/integration/driver/display/st7796.rst b/docs/integration/driver/display/st7796.rst
index e5603b4a5..5487607c4 100644
--- a/docs/integration/driver/display/st7796.rst
+++ b/docs/integration/driver/display/st7796.rst
@@ -1,9 +1,9 @@
-=============================
+============================
ST7796 LCD Controller driver
-=============================
+============================
Overview
--------------
+--------
The `ST7796S `__ is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 960
source lines and 480 gate lines driving circuits. The ST7796S is capable of connecting directly to an external
diff --git a/docs/integration/driver/windows.rst b/docs/integration/driver/windows.rst
index 8f20ecf0a..1a2727f24 100644
--- a/docs/integration/driver/windows.rst
+++ b/docs/integration/driver/windows.rst
@@ -3,7 +3,7 @@ Windows Display/Inputs driver
=============================
Overview
--------------
+--------
The **Windows** display/input `driver `__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32 window.
diff --git a/src/drivers/display/tft_espi/lv_tft_espi.cpp b/src/drivers/display/tft_espi/lv_tft_espi.cpp
index 0b561973c..1cb7b45ff 100644
--- a/src/drivers/display/tft_espi/lv_tft_espi.cpp
+++ b/src/drivers/display/tft_espi/lv_tft_espi.cpp
@@ -1,5 +1,5 @@
/**
- * @file lv_tft_espi.c
+ * @file lv_tft_espi.cpp
*
*/
diff --git a/src/drivers/display/tft_espi/lv_tft_espi.h b/src/drivers/display/tft_espi/lv_tft_espi.h
index 101057565..a8f49f892 100644
--- a/src/drivers/display/tft_espi/lv_tft_espi.h
+++ b/src/drivers/display/tft_espi/lv_tft_espi.h
@@ -1,5 +1,5 @@
/**
- * @file lv_linux_fb_dev_h
+ * @file lv_tft_espi.h
*
*/