diff options
| author | 2020-06-18 19:44:33 +0200 | |
|---|---|---|
| committer | 2020-07-30 14:38:21 +0200 | |
| commit | fd1ee449fb1072ba25b98acddc917aa545305a47 (patch) | |
| tree | 455e7e02bd138050074c1acc52e2a03ce723d94c | |
| parent | 360703bb34d87b45ba981f5984c5d3fc990028fa (diff) | |
| download | libimobiledevice-fd1ee449fb1072ba25b98acddc917aa545305a47.tar.gz libimobiledevice-fd1ee449fb1072ba25b98acddc917aa545305a47.tar.bz2 | |
docs: Add custom stylesheet for a modern responsive documentation style
| -rw-r--r-- | docs/doxygen/folder-open.png | bin | 0 -> 625 bytes | |||
| -rw-r--r-- | docs/doxygen/folder.png | bin | 0 -> 498 bytes | |||
| -rw-r--r-- | docs/doxygen/text-x-generic.png | bin | 0 -> 333 bytes | |||
| -rw-r--r-- | doxygen.cfg.in | 8 |
4 files changed, 6 insertions, 2 deletions
diff --git a/docs/doxygen/folder-open.png b/docs/doxygen/folder-open.png new file mode 100644 index 0000000..b67403d --- /dev/null +++ b/docs/doxygen/folder-open.png | |||
| Binary files differ | |||
diff --git a/docs/doxygen/folder.png b/docs/doxygen/folder.png new file mode 100644 index 0000000..901edc9 --- /dev/null +++ b/docs/doxygen/folder.png | |||
| Binary files differ | |||
diff --git a/docs/doxygen/text-x-generic.png b/docs/doxygen/text-x-generic.png new file mode 100644 index 0000000..2d7f2d6 --- /dev/null +++ b/docs/doxygen/text-x-generic.png | |||
| Binary files differ | |||
diff --git a/doxygen.cfg.in b/doxygen.cfg.in index 3f006a3..b92f9d2 100644 --- a/doxygen.cfg.in +++ b/doxygen.cfg.in | |||
| @@ -1159,7 +1159,8 @@ HTML_STYLESHEET = | |||
| 1159 | # list). For an example see the documentation. | 1159 | # list). For an example see the documentation. |
| 1160 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1160 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1161 | 1161 | ||
| 1162 | HTML_EXTRA_STYLESHEET = | 1162 | HTML_EXTRA_STYLESHEET = \ |
| 1163 | docs/doxygen/custom.css | ||
| 1163 | 1164 | ||
| 1164 | # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or | 1165 | # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or |
| 1165 | # other source files which should be copied to the HTML output directory. Note | 1166 | # other source files which should be copied to the HTML output directory. Note |
| @@ -1169,7 +1170,10 @@ HTML_EXTRA_STYLESHEET = | |||
| 1169 | # files will be copied as-is; there are no commands or markers available. | 1170 | # files will be copied as-is; there are no commands or markers available. |
| 1170 | # This tag requires that the tag GENERATE_HTML is set to YES. | 1171 | # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1171 | 1172 | ||
| 1172 | HTML_EXTRA_FILES = | 1173 | HTML_EXTRA_FILES = \ |
| 1174 | docs/doxygen/folder.png \ | ||
| 1175 | docs/doxygen/folder-open.png \ | ||
| 1176 | docs/doxygen/text-x-generic.png | ||
| 1173 | 1177 | ||
| 1174 | # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen | 1178 | # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
| 1175 | # will adjust the colors in the style sheet and background images according to | 1179 | # will adjust the colors in the style sheet and background images according to |
