Mimal - 2004-11-10

Hi!

It seems there is a problem with '--src .' option in the new stable version of RoboDoc. In the 4.0.24 version I have used '--src .' option to start parsing from the current directory:

/robodoc.exe
/robodoc.rc
/.svn (excluded in rc file)
/client
/db
/server

but after upgrading to then new stable version I am not able to to that anymore. I got:

"robodoc.exe: Stat_Path: can not stat './'
robodoc.exe: closing down..."

I went through manuals, so I know that source path should start with './' or '/', but unfortunately it seems it can not contains only './'.

Is there any way to force RoboDoc to start parsing from its location?

Mimal