mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Changing Documentation to enable a name associated with DocumentationEntries
This commit is contained in:
@@ -126,7 +126,7 @@ std::string StringVerifier::documentation() const {
|
||||
return "Type: String";
|
||||
}
|
||||
|
||||
TableVerifier::TableVerifier(Documentation d)
|
||||
TableVerifier::TableVerifier(std::vector<DocumentationEntry> d)
|
||||
: doc(std::move(d))
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user