Skip to content

Commit 73badb5

Browse files
Shorten project brief to improve appearance of output doxygen
1 parent 9f519d3 commit 73badb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/doxygen/doxygen-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ PROJECT_NAME = "Qwiic_SerLCD_Py"
5454
# for a project that appears at the top of each page and should give viewer a
5555
# quick idea about the purpose of the project. Keep the description short.
5656

57-
PROJECT_BRIEF = "Python module for I2C control of the SparkFun Qwiic Serial LCDs"
57+
PROJECT_BRIEF = "Python Driver for Qwiic I2C Serial LCDs"
5858

5959
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060
# in the documentation. The maximum height of the logo should not exceed 55

docs/doxygen/doxygen-custom/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<!-- BEGIN opengraph metadata -->
1313
<meta property="og:title" content="Qwiic_SerLCD_Py" />
14-
<meta property="og:description" content="Python module for I2C control of the SparkFun Qwiic Serial LCDs" />
14+
<meta property="og:description" content="Python Driver for Qwiic I2C Serial LCDs" />
1515
<meta property="og:url" content="https://docs.sparkfun.com/Qwiic_SerLCD_Py/" />
1616
<!-- END opengraph metadata -->
1717

1818
<!-- BEGIN twitter metadata -->
1919
<meta name="twitter:title" content="Qwiic_SerLCD_Py" />
20-
<meta name="twitter:description" content="Python module for I2C control of the SparkFun Qwiic Serial LCDs" />
20+
<meta name="twitter:description" content="Python Driver for Qwiic I2C Serial LCDs" />
2121
<!-- END twitter metadata -->
2222

2323
<!--BEGIN PROJECT_NAME-->

0 commit comments

Comments
 (0)