-
Notifications
You must be signed in to change notification settings - Fork 2
SBDoc Comment
Version 0.4b
SBDoc is a project for a tool to generate document from Small Basic source code, like JSDoc or CppDoc. SBDoc will parse keywords in comments in Small Basic source. Some of keywords are used in Program Database (this project).
These keywords are case insensitive.
- Version
- Copyright
- Repository
- Challenge
- Program ID
- Last update
- param
- return
Document comments start with three single quotes.
{{ ''' Program Database ''' Version 0.5b ''' Copyright © 2014-2015 Nonki Takahashi. The MIT License. ''' Repository https://programdbsb.codeplex.com ''' Program ID HMK932 ''' Last update 2015-12-14 Sub Compare ''' param text1, text2 ''' return eq = "True" if text1 = text2 EndSub Sub UnselectLine ''' param lOp - left operation "", "AND" or "OR" ''' param i - index of line array ''' return linei - "" if unselected EndSub }}
| Version | 0.5b | | Copyright | © 2014-2015 Nonki Takahashi. The MIT License. | | Repository | https://programdbsb.codeplex.com | | Program ID | HMK932-1 | | Last update | 2015-12-14 |
- Compare()
- UnselectLine()
| subroutine | description | | Compare() | | | UnselectLine() | |
(description for Compare)
: text1 : (description) : text2 : (description)
: eq : "True" if text1 = text2
(description for UnselectLine)
: lOp : left operation "", "AND" or "OR" : i : index of line array
: line[i] : "" if unselected
Copyright (c) 2014-2019 Nonki Takahashi.
This work is licensed under a Creative Commons Attribution 4.0 International License.
