Skip to content

Commit 28de2bf

Browse files
committed
Merge pull request #247 from cchampet/readme_addDoc
Readme: add link to doxygen doc
2 parents c2170cc + 9e04cdf commit 28de2bf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ Based on Libav/FFmpeg libraries to support various video and audio formats, avTr
1717
#### License
1818
See [**COPYING.md**](COPYING.md)
1919

20-
#### Compilation
21-
See [**INSTALL.md**](INSTALL.md)
22-
2320
#### How to use
2421
See [**USAGE.md**](USAGE.md)
2522

23+
#### Documentation
24+
See [**Doxygen documentation**](http://avtranscoder.github.io/avTranscoder-doxygen/)
25+
26+
#### Compilation
27+
See [**INSTALL.md**](INSTALL.md)
28+
2629
#### Tests
2730

2831
###### nosetests

doc/code/index.doxygen

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
/** @mainpage AvTranscoder
22
*
3-
* An High Level API for transform medias.<br/>
3+
* An High Level API to transform medias.<br/>
44
* Based on FFMpeg / libav projects.
55
*
66
* <h2>Links</h2>
77
* <table style="border-width:0">
88
* <tr><td>github:</td><td>https://github.com/avTranscoder/avTranscoder</td></tr>
99
* <tr><td>openhub:</td><td>https://www.openhub.net/p/avTranscoder</td></tr>
1010
* <tr><td>travis-ci:</td><td>https://travis-ci.org/avTranscoder/avTranscoder</td></tr>
11-
* <tr><td>drone-io:</td><td>https://drone.io/github.com/avTranscoder/avTranscoder/latest</td></tr>
1211
* <tr><td>coverity-scan:</td><td>https://scan.coverity.com/projects/2626</td></tr>
1312
* </table>
1413
*

0 commit comments

Comments
 (0)