mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-30 20:47:35 +02:00
Remove submodule, update docs
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "doc/docca"]
|
|
||||||
path = doc/docca
|
|
||||||
url = https://github.com/vinniefalco/docca.git
|
|
Submodule doc/docca deleted from 9bbf76d88b
@ -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]
|
||||||
]
|
]
|
||||||
|
@ -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": [
|
||||||
|
Reference in New Issue
Block a user