Remove submodule, update docs

This commit is contained in:
Krystian Stasiowski
2020-02-29 15:28:47 -05:00
parent 5dafb09767
commit 4c0519ae31
4 changed files with 4 additions and 8 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "doc/docca"]
path = doc/docca
url = https://github.com/vinniefalco/docca.git

Submodule doc/docca deleted from 9bbf76d88b

View File

@ -11,15 +11,15 @@
[library Boost.StaticString [library Boost.StaticString
[id static_string] [id static_string]
[quickbook 1.6] [quickbook 1.6]
[copyright 2016 - 2019 Vinnie Falco]
[copyright 2019 - 2020 Krystian Stasiowski] [copyright 2019 - 2020 Krystian Stasiowski]
[copyright 2016 - 2019 Vinnie Falco]
[purpose String Library] [purpose String Library]
[license [license
Distributed under the Boost Software License, Version 1.0. Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at (See accompanying file LICENSE_1_0.txt or copy at
[@http://www.boost.org/LICENSE_1_0.txt]) [@http://www.boost.org/LICENSE_1_0.txt])
] ]
[authors [Falco, Vinnie], [Stasiowski, Krystian]] [authors [Stasiowski, Krystian], [Falco, Vinnie]]
[category template] [category template]
[category generic] [category generic]
] ]

View File

@ -2,8 +2,8 @@
"key": "static_string", "key": "static_string",
"name": "StaticString", "name": "StaticString",
"authors": [ "authors": [
"Vinnie Falco", "Krystian Stasiowski",
"Krystian Stasiowski" "Vinnie Falco"
], ],
"description": "A fixed capacity dynamically sized string.", "description": "A fixed capacity dynamically sized string.",
"category": [ "category": [