[A] Added copyright to doc

This commit is contained in:
seleznevae 2018-11-27 19:43:53 +03:00
parent fd94668246
commit 090c985fe8
2 changed files with 4 additions and 3 deletions

View File

@ -75,7 +75,7 @@ matrix:
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: ['g++-8', 'cppcheck', 'doxygen']
packages: ['g++-8', 'cppcheck', 'doxygen', 'graphviz']
deploy:
provider: pages
skip_cleanup: true
@ -132,7 +132,7 @@ script:
- |
if [ "${FORT_C_COMPILER}" = "gcc-8" ]; then
cd docs
make doxygen
make doxygen html
cd ..
fi

View File

@ -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
+------+--------------------------+------+--------+
```
```text
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
@see https://github.com/seleznevae/libfort to download the source code