Skip to content

Commit 9584b0b

Browse files
committed
doc styles
1 parent 2b2c7d4 commit 9584b0b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.codedocs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = phpMv
35+
PROJECT_NAME = "phpMv"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version
@@ -187,7 +187,7 @@ SHORT_NAMES = NO
187187
# description.)
188188
# The default value is: NO.
189189

190-
JAVADOC_AUTOBRIEF = NO
190+
JAVADOC_AUTOBRIEF = YES
191191

192192
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193193
# line (until the first dot) of a Qt-style comment as the brief description. If

documentation/html/extra-styles.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
@CHARSET "UTF-8";
2-
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
3-
4-
5-
body, table, div, p, dl {
6-
font: 400 12px/20px Roboto,sans-serif !important;
7-
}
2+
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Fredoka+One');
83

94
#projectname
105
{
11-
font: 300% 'Fredoka One', cursive !important;
6+
font: 300% 'Baloo Bhaina', cursive !important;
127
}
138

149
#projectbrief
@@ -50,4 +45,12 @@ body, table, div, p, dl {
5045
margin: 0px;
5146
width: 100%;
5247
border-bottom: 1px solid #395D54;
48+
}
49+
..memtitle{
50+
font-weight: 600;
51+
font-size: 120%;
52+
}
53+
.memdoc p{
54+
color: #357B74;
55+
font-weight: 500 !important;
5356
}

0 commit comments

Comments
 (0)