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..
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 ?
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