[A] Added copyright to doc
This commit is contained in:
parent
fd94668246
commit
090c985fe8
@ -75,7 +75,7 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
packages: ['g++-8', 'cppcheck', 'doxygen']
|
packages: ['g++-8', 'cppcheck', 'doxygen', 'graphviz']
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
@ -132,7 +132,7 @@ script:
|
|||||||
- |
|
- |
|
||||||
if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then
|
if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then
|
||||||
cd docs
|
cd docs
|
||||||
make doxygen
|
make doxygen html
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ These pages contain the API documentation of **libfort** - simple library to cre
|
|||||||
| 5 | Blade Runner | 1982 | 8.1 | 5 Blade Runner 1982 8.1
|
| 5 | Blade Runner | 1982 | 8.1 | 5 Blade Runner 1982 8.1
|
||||||
+------+--------------------------+------+--------+
|
+------+--------------------------+------+--------+
|
||||||
```
|
```
|
||||||
|
|
||||||
```text
|
```text
|
||||||
FT_PLAIN_STYLE FT_DOT_STYLE
|
FT_PLAIN_STYLE FT_DOT_STYLE
|
||||||
|
|
||||||
@ -74,6 +75,6 @@ These pages contain the API documentation of **libfort** - simple library to cre
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@copyright Copyright © 2017 - 2018 Seleznev Anton. The code is licensed under the [MIT License](http://opensource.org/licenses/MIT).
|
||||||
@author Seleznev Anton
|
@author Seleznev Anton
|
||||||
@see https://github.com/seleznevae/libfort to download the source code
|
@see https://github.com/seleznevae/libfort to download the source code
|
Loading…
Reference in New Issue
Block a user