Menu

3.3 Items ...bug?

G. Salazar
2007-07-13
2013-04-23
  • G. Salazar

    G. Salazar - 2007-07-13

    The documentation says that robodoc recognizes various items, including INPUTS and OUTPUT.  It also says that one can include custom ones in the "items" section.

    Well, I just tried to use INPUT (in singular) as opposed to INPUTS ...and it just won't take it

     
    • Frans Slothouber

      Hoi,

      I've just tried this with

      robodoc.rc
      -------------
      items:
          INPUT
          FUNCTION
      -------------

      test.c
      -------------
      /****f* Test/test
      * FUNCTION
      *   a test
      * INPUT
      *   * par 1
      *****
      */
      -------------

      And
      robodoc-4-99-34.exe --src test.c --doc api --html --singledoc

      which works.

      Can you give an example of the .rc file and sourcefile
      where it fails for you?

      Have fun,
      Frans.

       
    • G. Salazar

      G. Salazar - 2007-07-18

      I will get back to you when a return from vacation around the end of the month.

      gsal

       
    • G. Salazar

      G. Salazar - 2007-08-08

      My bad...I had a typo of my own.

      INPUT does work after all.

      gsal

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.