2009/3/26 Sebastien Lelong <[email protected]>:
>> But maybe there is an other way to tell your scirpt to add a procedure
>> to the documentation that is not realy specified?
>
> What do you mean by "not really specified ? As I said, I can search for
> "indented" procedure, that is not starting at the beginning of the line.
> This is a matter of regex. But I can't do this for constants and variables
> because only global const/vars should be considered in doc (or, in other
> words: I can do this for procedures and functions since nested proc/func are
> not allowed in jalv2). So problem would partially be solved.
>

I mean that we put in some comment lines (ignored by the compiler)
that generate comment.
Without too much thought, something like:

;@jallib commentblockstart
; -- this is the one you get in your comment.
;
; procedure aap(byte in noot) is
;@jallib ccommentblockend

This would define the undefined functions.
But if it is just about indent (as I think you want to tell me), I can
better just unindent one of these functions?

Joep

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to