Dear forum,

if I set doxymacs-doxygen-dirs as suggested in the documentation, i.e.

(defcustom doxymacs-doxygen-dirs
   '((\"^/home/me/project/foo/\"
       \"http://someplace.com/doc/foo/foo.xml\"
       \"http://someplace.com/doc/foo/\")
      (\"^/home/me/project/bar/\"
       \"~/project/bar/doc/bar.xml\"
       \"file:///home/me/project/bar/doc/\"))
  "List associating pathnames with Doxygen documentation.
   [snip]"
  :type 'list
  :group 'doxymacs)

and try to look up the documentation via C-c d ?, I get the message
Wrong type argument: stringp, \"^/home/me/project/foo/\"
even if the path exists.

What is wrong here and how can I fix it?
I use GNU emacs 21.3.1.

Thanks,
Christian