From cd22f5197bcaa319242ad3de36ea50c5ee267132 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 24 May 2016 19:20:12 +0300 Subject: [PATCH] Specify supported types of library repository --- docs/librarymanager/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/librarymanager/config.rst b/docs/librarymanager/config.rst index 1784a99b..c56d74ed 100644 --- a/docs/librarymanager/config.rst +++ b/docs/librarymanager/config.rst @@ -141,7 +141,7 @@ Examples: The repository in which the source code can be found. The field consists for the next items: -* ``type`` +* ``type`` the only "git", "hg" or "svn" are supported * ``url`` * ``branch`` if is not specified, default branch will be used. This field will be ignored if tag/release exists with the value of :ref:`libjson_version`.