Thuffir - 2006-04-27

Dear robodoc Gurus!

I am using robodoc now for a while and I have recently faced a problem and
need help:

When I use robodoc to create LaTeX documents, robodoc also creates links in
the \verbatim sections.
Theese links won't be interpreted by LaTeX and the result looks something
like this:

    chkzy (\ref{ch:robo4})

Question:

Can I tell LaTeX somehow to interpret links within \verbatim sections or do
I have to make a workaround for example like

this:

--- robodoc-4.99.21/Source/latex_generator.c    2005-12-15 21:29:38.000000000
+0100
+++ robodoc-4.99.21-noverblinks/Source/latex_generator.c    2006-04-27
14:14:11.978750000 +0200
@@ -558,6 +558,7 @@
RB_LaTeX_Generate_Link( FILE * cur_doc, char *cur_name, char *filename,
                        char *labelname, char *linkname, int in_fold )
{
+    if (verbatim == FALSE)
         fprintf( cur_doc, " (\\ref{ch:%s})", labelname );
}
/******/

Thanks in advance,
Gergely Budai