From db72aa3e9a592de37b5cb6d8977d9f3f65c9755a Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 25 May 2021 15:31:07 +0900 Subject: [PATCH] docs: fixed relative thorvg image path to the absolute one. --- docs/Doxyfile | 6 ++---- docs/html/dir_bfccd401955b95cf8c75461437045ac0.html | 2 +- docs/html/index.html | 2 +- docs/html/thorvg_8h_source.html | 2 +- docs/html/thorvg__capi_8h_source.html | 2 +- docs/main-page.md | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index e42193c..9eebce3 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = /home/junsu/dev/os/thorvg/res/small_logo.svg +PROJECT_LOGO = /home/hermet/Projects/thorvg/res/small_logo.svg # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -791,9 +791,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = ../inc \ - ./main-page.md \ - ../../res/thorvg_card2.png \ - ../../res/small_logo.svg + ./main-page.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/docs/html/dir_bfccd401955b95cf8c75461437045ac0.html b/docs/html/dir_bfccd401955b95cf8c75461437045ac0.html index 1998634..04be556 100644 --- a/docs/html/dir_bfccd401955b95cf8c75461437045ac0.html +++ b/docs/html/dir_bfccd401955b95cf8c75461437045ac0.html @@ -5,7 +5,7 @@ -ThorVG: /home/junsu/dev/os/thorvg/inc Directory Reference +ThorVG: /home/hermet/Projects/thorvg/inc Directory Reference diff --git a/docs/html/index.html b/docs/html/index.html index 740aedc..ce2efb9 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -66,7 +66,7 @@ $(function() {
- +


diff --git a/docs/html/thorvg_8h_source.html b/docs/html/thorvg_8h_source.html index bd4d0c5..1e354bf 100644 --- a/docs/html/thorvg_8h_source.html +++ b/docs/html/thorvg_8h_source.html @@ -5,7 +5,7 @@ -ThorVG: /home/junsu/dev/os/thorvg/inc/thorvg.h Source File +ThorVG: /home/hermet/Projects/thorvg/inc/thorvg.h Source File diff --git a/docs/html/thorvg__capi_8h_source.html b/docs/html/thorvg__capi_8h_source.html index 92817a3..70766c7 100644 --- a/docs/html/thorvg__capi_8h_source.html +++ b/docs/html/thorvg__capi_8h_source.html @@ -5,7 +5,7 @@ -ThorVG: /home/junsu/dev/os/thorvg/inc/thorvg_capi.h Source File +ThorVG: /home/hermet/Projects/thorvg/inc/thorvg_capi.h Source File diff --git a/docs/main-page.md b/docs/main-page.md index 5ebb305..1ef3ec9 100644 --- a/docs/main-page.md +++ b/docs/main-page.md @@ -1,6 +1,6 @@ # ThorVG API Documentation

- +


-- 2.7.4