From 450ee3234f52f1f280ea4b53a904582341041677 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 27 Mar 2015 21:54:47 +0200 Subject: [PATCH] Add "url" field to "library.json" --- docs/librarymanager/config.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/librarymanager/config.rst b/docs/librarymanager/config.rst index fe6e573f..5c5e873e 100644 --- a/docs/librarymanager/config.rst +++ b/docs/librarymanager/config.rst @@ -167,6 +167,16 @@ A version of the current library source code. |PIOAPICR| will use the *CVS*-revision from the latest commit. +.. _libjson_url: + +``url`` +------- + +*Optional* | Type: ``String`` | Max. Length: 255 + +Home page of library (if different from :ref:`libjson_repository` url). + + .. _libjson_include: ``include``