Add skeleton of modules documentation.

This commit is contained in:
Dominik Pantůček 2023-03-20 19:42:29 +01:00
parent bf7788d366
commit b93ad61b66

View file

@ -49,6 +49,10 @@ Build requirements:
* Chicken Scheme 5
* make (tested with GNU make)
Building static binary:
make brmsaptool-static
It is possible to run the main tool as script with Chicken Scheme
interpreter and POSIX-compatible shell for the purpose of development.
@ -59,8 +63,33 @@ Development requirements:
Functional Modules
------------------
### Configuration
### Member File
### Member Record
### Member Base
### Month
### Period
### Primes
Support Modules
---------------
### ANSI
### Command Line parsing
### Dictionary
### Listing
### Progress
### Testing
### Utils