joerg       2004/04/30 15:50:39

  Modified:    src/blocks/qdox/java/org/apache/cocoon/components/source/impl
                        QDoxSource.java
  Log:
  fixed javadoc: added \ to escape the @link, this mades the javadoc different 
to the regexp itself, but before it was not shown at all
  
  Revision  Changes    Path
  1.10      +2 -2      
cocoon-2.1/src/blocks/qdox/java/org/apache/cocoon/components/source/impl/QDoxSource.java
  
  Index: QDoxSource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/qdox/java/org/apache/cocoon/components/source/impl/QDoxSource.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- QDoxSource.java   29 Apr 2004 11:26:42 -0000      1.9
  +++ QDoxSource.java   30 Apr 2004 22:50:39 -0000      1.10
  @@ -148,7 +148,7 @@
        *   and 'indexOf(&hellip;)' with <code>reLink.getParen(5)</code>.</li>
        * </ul>
        * <p>The regexp is as follows:</p>
  -     * <code>[EMAIL 
PROTECTED]((([\w.#,$&amp;;\s]+)|([\w.#,$&amp;;(\s]+[\w.#,$&amp;;)\s]+))\s+([\w()#.,$&amp;;\s]+)|([\w.#,$&amp;;\s()]+))\s*\}</code>
  +     * <code>[EMAIL 
PROTECTED]((([\w.#,$&amp;;\s]+)|([\w.#,$&amp;;(\s]+[\w.#,$&amp;;)\s]+))\s+([\w()#.,$&amp;;\s]+)|([\w.#,$&amp;;\s()]+))\s*\}</code>
        *
        * @see #reLink
        */
  
  
  

Reply via email to