[A] Added doxygen to README
This commit is contained in:
parent
678f31f875
commit
04426825df
18
README.md
18
README.md
@ -4,25 +4,12 @@
|
|||||||
[](https://ci.appveyor.com/project/seleznevae/libfort/branch/master)
|
[](https://ci.appveyor.com/project/seleznevae/libfort/branch/master)
|
||||||
[](https://coveralls.io/github/seleznevae/libfort?branch=master)
|
[](https://coveralls.io/github/seleznevae/libfort?branch=master)
|
||||||
[](https://wandbox.org/permlink/F7d2Bqg1moSnRIDt)
|
[](https://wandbox.org/permlink/F7d2Bqg1moSnRIDt)
|
||||||
|
[](http://seleznevae.github.io/libfort)
|
||||||
[](https://github.com/seleznevae/libfort/wiki)
|
[](https://github.com/seleznevae/libfort/wiki)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
**libfort** is a simple crossplatform library to create formatted text tables.
|
**libfort** is a simple crossplatform library to create formatted text tables.
|
||||||
|
|
||||||
<!---
|
|
||||||
╔════════╤═══════════╤══════════════════════════════════════════════════════════════╗
|
|
||||||
║ Sed │ Aenean │ Text ║
|
|
||||||
╠════════╪═══════════╪══════════════════════════════════════════════════════════════╣
|
|
||||||
║ Duis │ Aliquam │ Lorem ipsum dolor sit amet, consectetur adipiscing elit. ║
|
|
||||||
║ │ │ In accumsan felis eros, nec malesuada sapien bibendum eget. ║
|
|
||||||
╟────────┼───────────┼──────────────────────────────────────────────────────────────╢
|
|
||||||
║ Mauris │ Curabitur │ Proin condimentum eros viverra nunc ultricies, at fringilla ║
|
|
||||||
║ │ │ quam pellentesque. ║
|
|
||||||
╟────────┴───────────┼──────────────────────────────────────────────────────────────╢
|
|
||||||
║ Summary │ Sed tempor est eget odio varius dignissim. ║
|
|
||||||
╚════════════════════╧══════════════════════════════════════════════════════════════╝
|
|
||||||
-->
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Features:**
|
**Features:**
|
||||||
@ -48,8 +35,9 @@ For C++ projects that use compiler with C++11 support (and later) there are also
|
|||||||
```CPP
|
```CPP
|
||||||
#include "fort.hpp"
|
#include "fort.hpp"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
See [wiki](https://github.com/seleznevae/libfort/wiki) of the project.
|
See guide on [wiki](https://github.com/seleznevae/libfort/wiki) of the project and doxygen [API documentation](http://seleznevae.github.io/libfort).
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user