Skip to content

Commit 15ae067

Browse files
committed
readme DOC add docs badge link
1 parent dbb8baf commit 15ae067

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![BSD license](https://img.shields.io/badge/License-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
44
[![Build](https://github.com/CESNET/libyang/workflows/libyang%20CI/badge.svg)](https://github.com/CESNET/libyang/actions?query=workflow%3A%22libyang+CI%22)
5+
[![Docs](https://img.shields.io/badge/docs-link-blue)](https://netopeer.liberouter.org/doc/libyang/)
56
[![codecov.io](https://codecov.io/github/CESNET/libyang/coverage.svg?branch=master)](https://codecov.io/github/CESNET/libyang?branch=master)
67
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5259/badge.svg)](https://scan.coverity.com/projects/5259)
78
[![Ohloh Project Status](https://www.openhub.net/p/libyang/widgets/project_thin_badge.gif)](https://www.openhub.net/p/libyang)
@@ -61,18 +62,6 @@ $ make
6162
# make install
6263
```
6364

64-
### Documentation
65-
66-
The library documentation can be generated directly from the source codes using
67-
Doxygen tool:
68-
```
69-
$ make doc
70-
$ google-chrome ../doc/html/index.html
71-
```
72-
73-
The documentation is also built hourly and available at
74-
[netopeer.liberouter.org](https://netopeer.liberouter.org/doc/libyang/master/).
75-
7665
### Useful CMake Options
7766

7867
#### Changing Compiler

0 commit comments

Comments
 (0)