i read in the description of robodoc that it can be used to document lisp sources, but i did not find any actual documentation on how to do this, e.g. which comment character is supported (single ; double ;; tripple ;;; or the block quote #| ... |#) and how robocode decides which file endings are source files, because lisp files can be called in several ways like .lisp, .lsp, .cl, ...
thank you very much for advice on that!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
i read in the description of robodoc that it can be used to document lisp sources, but i did not find any actual documentation on how to do this, e.g. which comment character is supported (single ; double ;; tripple ;;; or the block quote #| ... |#) and how robocode decides which file endings are source files, because lisp files can be called in several ways like .lisp, .lsp, .cl, ...
thank you very much for advice on that!
Hoi,
Headers in the form
;****f* MyModule/MyLispfunction
;* NAME
;* MyLispfunction -- a test
;*
;*****
Should work.
All markers that work are listed in headers.c
The filename extensions do not matter. ROBODoc scans everything that looks like a source file.
Hope that helps,
Frans.