mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 15:29:26 -05:00
Add the reporting of the actual documentation in the DocumentationEngine
This commit is contained in:
@@ -42,7 +42,8 @@ Documentation ConfigurationManager::Documentation() {
|
||||
{
|
||||
ConfigurationManager::KeyConfigScene,
|
||||
new StringAnnotationVerifier(
|
||||
"A valid scene file as described in the Scene documentation"),
|
||||
"A valid scene file as described in the Scene documentation"
|
||||
),
|
||||
"The scene description that is used to populate the application after "
|
||||
"startup. The scene determines which objects are loaded, the startup "
|
||||
"time and other scene-specific settings. More information is provided in "
|
||||
@@ -303,8 +304,8 @@ Documentation ConfigurationManager::Documentation() {
|
||||
}),
|
||||
"The method for scaling the onscreen text in the window. As the resolution "
|
||||
"of the rendering can be different from the size of the window, the onscreen "
|
||||
"text can either be scaled according to the window size (\"window\"), or the "
|
||||
"rendering resolution (\"framebuffer\"). This value defaults to \"window\".",
|
||||
"text can either be scaled according to the window size ('window'), or the "
|
||||
"rendering resolution ('framebuffer'). This value defaults to 'window'.",
|
||||
Optional::Yes
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user