Menu

getting Empty doc

Help
fregnaut
2005-09-05
2013-04-23
  • fregnaut

    fregnaut - 2005-09-05

    I'm using robodoc v4.99.6 with win XP, and I tried to use it to generate a documentation for some JSP files, but I always get empty files. I mean, robodoc search for each of my jsp file, create an html file for each (as I asked), but in don't see any of my comments in the resulting  HTML.. and no error is showing..

    Here's the .rc file I Use :

    # Example robodoc.rc
    #
    items:
        NAME
    ignore items:
        BUGS
    options:
        --src ./defaultroot
        --doc ./doc
        --multidoc
        --index
        --toc
        --tell
        --html
    ignore files:
        README
        CVS
        *.bak
        *~
    accept files:
        *.jsp
    header markers:
        <%/**
        /**
    end markers:
        **/
        **/%>
        */

    Any idea ?

     
    • fregnaut

      fregnaut - 2005-09-06

      I FOUND !

      The problem was in my source files.
      I didn't set the header correctly : I didn't put any header type or module name/object name.

      Now it works perfect

       

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.