mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
docs: fixed relative thorvg image path to the absolute one.
This commit is contained in:
parent
6565465306
commit
aef3095464
6 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>ThorVG: /home/junsu/dev/os/thorvg/inc Directory Reference</title>
|
||||
<title>ThorVG: /home/hermet/Projects/thorvg/inc Directory Reference</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
|
|
|
@ -66,7 +66,7 @@ $(function() {
|
|||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><div class="image">
|
||||
<img src="../../res/thorvg_card2.png" width="500"/>
|
||||
<img src="https://raw.githubusercontent.com/Samsung/thorvg/master/res/thorvg_card2.png" width="500"/>
|
||||
</div>
|
||||
<p><br />
|
||||
</p>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>ThorVG: /home/junsu/dev/os/thorvg/inc/thorvg.h Source File</title>
|
||||
<title>ThorVG: /home/hermet/Projects/thorvg/inc/thorvg.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>ThorVG: /home/junsu/dev/os/thorvg/inc/thorvg_capi.h Source File</title>
|
||||
<title>ThorVG: /home/hermet/Projects/thorvg/inc/thorvg_capi.h Source File</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# ThorVG API Documentation
|
||||
|
||||
<p align="center">
|
||||
<img width="500" src="../../res/thorvg_card2.png">
|
||||
<img width="500" src="https://raw.githubusercontent.com/Samsung/thorvg/master/res/thorvg_card2.png">
|
||||
</p>
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue