webgme-rosmod
Version:
This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu
23 lines (22 loc) • 599 B
JSON
{
"id": "GenerateDocumentation",
"name": "Generate Documentation",
"version": "1.0.0",
"description": "Generates RST, HTML, and LATEX files from `Documentation` Objects.",
"icon": {
"class": "glyphicon glyphicon-ok-circle",
"src": ""
},
"disableServerSideExecution": false,
"disableBrowserSideExecution": true,
"configStructure": [
{
"name": "returnZip",
"displayName": "Zip and return generated artifacts.",
"description": "If true, it enables the client to download a zip of the artifacts.",
"value": true,
"valueType": "boolean",
"readOnly": false
}
]
}