From 4c0519ae310fc3cf80d4cd34afb2d5f30f525176 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Sat, 29 Feb 2020 15:28:47 -0500 Subject: [PATCH] Remove submodule, update docs --- .gitmodules | 3 --- doc/docca | 1 - doc/qbk/main.qbk | 4 ++-- meta/libraries.json | 4 ++-- 4 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 .gitmodules delete mode 160000 doc/docca diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 1f7326e..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "doc/docca"] - path = doc/docca - url = https://github.com/vinniefalco/docca.git diff --git a/doc/docca b/doc/docca deleted file mode 160000 index 9bbf76d..0000000 --- a/doc/docca +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9bbf76d88b2f30f368b7ad836058a1e539430dce diff --git a/doc/qbk/main.qbk b/doc/qbk/main.qbk index 9efc58c..58e11eb 100644 --- a/doc/qbk/main.qbk +++ b/doc/qbk/main.qbk @@ -11,15 +11,15 @@ [library Boost.StaticString [id static_string] [quickbook 1.6] - [copyright 2016 - 2019 Vinnie Falco] [copyright 2019 - 2020 Krystian Stasiowski] + [copyright 2016 - 2019 Vinnie Falco] [purpose String Library] [license Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at [@http://www.boost.org/LICENSE_1_0.txt]) ] - [authors [Falco, Vinnie], [Stasiowski, Krystian]] + [authors [Stasiowski, Krystian], [Falco, Vinnie]] [category template] [category generic] ] diff --git a/meta/libraries.json b/meta/libraries.json index de5b60d..51a81a0 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -2,8 +2,8 @@ "key": "static_string", "name": "StaticString", "authors": [ - "Vinnie Falco", - "Krystian Stasiowski" + "Krystian Stasiowski", + "Vinnie Falco" ], "description": "A fixed capacity dynamically sized string.", "category": [