Menu

using robodoc with lisp

Help
2003-08-13
2003-08-26
  • Christian Schuhegger

    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!

     
    • Frans Slothouber

      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.

       

Log in to post a comment.