You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kishore edited this page Mar 28, 2018
·
3 revisions
Doc tags
The examples have xml document tags that serve as place holders for beginning and ending of various sections.
These sections are parsed out using the doc tool and a markdown file is generated. The markdown file is is then processed by the static site generator ( Jekyll ) to generate the docs using an html theme
Example
//<doc:import_required>importslatekit.common.args.Argsimportslatekit.common.args.ArgsSchema//</doc:import_required>//<doc:import_examples>importslatekit.core.cmds.Cmdimportslatekit.common.Resultimportslatekit.common.results.ResultFuncs.ok//</doc:import_examples>// more ...