From 942313a2ca5517e6a009dccf7628c26dbb66ffd8 Mon Sep 17 00:00:00 2001 From: Clement Champetier Date: Mon, 5 Oct 2015 16:46:57 +0200 Subject: [PATCH 1/4] README: reorder usage and compilation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f00b0ab..d7d31b17 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ Based on Libav/FFmpeg libraries to support various video and audio formats, avTr #### License See [**COPYING.md**](COPYING.md) -#### Compilation -See [**INSTALL.md**](INSTALL.md) - #### How to use See [**USAGE.md**](USAGE.md) +#### Compilation +See [**INSTALL.md**](INSTALL.md) + #### Tests ###### nosetests From bf1e9f171919f8fcab00bee6e5131c8039107c25 Mon Sep 17 00:00:00 2001 From: Clement Champetier Date: Mon, 5 Oct 2015 16:48:32 +0200 Subject: [PATCH 2/4] README: add link to the doxygen documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d7d31b17..1832426d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ See [**COPYING.md**](COPYING.md) #### How to use See [**USAGE.md**](USAGE.md) +#### Documentation +See [**Doxygen documentation**](http://avtranscoder.github.io/avTranscoder-doxygen/) + #### Compilation See [**INSTALL.md**](INSTALL.md) From 307f5dd289c5d10ab69d7801bd64a25ac0f4c33b Mon Sep 17 00:00:00 2001 From: Clement Champetier Date: Mon, 5 Oct 2015 16:49:55 +0200 Subject: [PATCH 3/4] doxygen: remove link to drone.io Since it's not used/maintained (we use only Travis). --- doc/code/index.doxygen | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/code/index.doxygen b/doc/code/index.doxygen index 5107d606..60961c2c 100644 --- a/doc/code/index.doxygen +++ b/doc/code/index.doxygen @@ -8,7 +8,6 @@ * github:https://github.com/avTranscoder/avTranscoder * openhub:https://www.openhub.net/p/avTranscoder * travis-ci:https://travis-ci.org/avTranscoder/avTranscoder - * drone-io:https://drone.io/github.com/avTranscoder/avTranscoder/latest * coverity-scan:https://scan.coverity.com/projects/2626 * * From 9e04cdfebc412fdd75713e145f573a2db27889fc Mon Sep 17 00:00:00 2001 From: Clement Champetier Date: Mon, 5 Oct 2015 16:56:29 +0200 Subject: [PATCH 4/4] doxygen: clean main page --- doc/code/index.doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code/index.doxygen b/doc/code/index.doxygen index 60961c2c..a2f650e9 100644 --- a/doc/code/index.doxygen +++ b/doc/code/index.doxygen @@ -1,6 +1,6 @@ /** @mainpage AvTranscoder * - * An High Level API for transform medias.
+ * An High Level API to transform medias.
* Based on FFMpeg / libav projects. * *

Links