forked from boostorg/static_string
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
|
||||
[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]
|
||||
]
|
||||
|
@ -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": [
|
||||
|
Reference in New Issue
Block a user