mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +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
|
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
|
||||||
# the logo to the output directory.
|
# 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
|
# 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
|
# 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.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = ../inc \
|
INPUT = ../inc \
|
||||||
./main-page.md \
|
./main-page.md
|
||||||
../../res/thorvg_card2.png \
|
|
||||||
../../res/small_logo.svg
|
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# 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
|
# 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 http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<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"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
|
@ -66,7 +66,7 @@ $(function() {
|
||||||
</div><!--header-->
|
</div><!--header-->
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<div class="textblock"><div class="image">
|
<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>
|
</div>
|
||||||
<p><br />
|
<p><br />
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<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"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||||
<meta name="generator" content="Doxygen 1.8.13"/>
|
<meta name="generator" content="Doxygen 1.8.13"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<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"/>
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||||
<script type="text/javascript" src="jquery.js"></script>
|
<script type="text/javascript" src="jquery.js"></script>
|
||||||
<script type="text/javascript" src="dynsections.js"></script>
|
<script type="text/javascript" src="dynsections.js"></script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ThorVG API Documentation
|
# ThorVG API Documentation
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue