function docs improvements

This commit is contained in:
Torsten Ruger
2018-11-14 12:41:13 +02:00
parent fb6a1a0e01
commit 5015a11108
5 changed files with 20 additions and 4 deletions

View File

@ -4,9 +4,10 @@ module Mom
# Ie: MessageSetup,ArgumentTransfer,SimpleCall
#
# MessageSetup does Setup before a call can be made, acquiring and filling the message
# basically.Only after MessageSetup is the next_message safe to use.
# basically. Only after MessageSetup is the next_message safe to use.
#
# The Space keeps a linked list of Messages, from which we take and currenty also return.
# The Factory (instane kept by Space) keeps a linked list of Messages,
# from which we take and currenty also return.
#
# Message setup set the name to the called method's name, and also set the arg and local
# types on the new message, currently for debugging but later for dynamic checking