DOC
Create Markdown documentation and process UML diagrams
Create documentation for the specified components.
bc create doc {Source}
Documenting a single Component
bc COMP DOC /c {yourComponentId}
The simplest form of creating documentation is to document a single component. The documentation is created in the Markdown format and stored in the Out/Doc folder.
You can preview Markdown documents directly in Visual Studio Code:

Documenting a Packaged Component
By using the Common Arguments or Common Arguments arguments you can quickly document a packaged component. This will also create a nice readMe file for the package content.

Last updated