Add skeleton of modules documentation.
This commit is contained in:
parent
bf7788d366
commit
b93ad61b66
1 changed files with 29 additions and 0 deletions
29
README.md
29
README.md
|
@ -49,6 +49,10 @@ Build requirements:
|
||||||
* Chicken Scheme 5
|
* Chicken Scheme 5
|
||||||
* make (tested with GNU make)
|
* make (tested with GNU make)
|
||||||
|
|
||||||
|
Building static binary:
|
||||||
|
|
||||||
|
make brmsaptool-static
|
||||||
|
|
||||||
It is possible to run the main tool as script with Chicken Scheme
|
It is possible to run the main tool as script with Chicken Scheme
|
||||||
interpreter and POSIX-compatible shell for the purpose of development.
|
interpreter and POSIX-compatible shell for the purpose of development.
|
||||||
|
|
||||||
|
@ -59,8 +63,33 @@ Development requirements:
|
||||||
Functional Modules
|
Functional Modules
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
### Member File
|
||||||
|
|
||||||
|
### Member Record
|
||||||
|
|
||||||
|
### Member Base
|
||||||
|
|
||||||
|
### Month
|
||||||
|
|
||||||
|
### Period
|
||||||
|
|
||||||
|
### Primes
|
||||||
|
|
||||||
Support Modules
|
Support Modules
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
### ANSI
|
||||||
|
|
||||||
|
### Command Line parsing
|
||||||
|
|
||||||
|
### Dictionary
|
||||||
|
|
||||||
|
### Listing
|
||||||
|
|
||||||
|
### Progress
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
### Utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue