langtools/src/share/classes/com/sun/tools/javadoc/Comment.java
changeset 13844 56339cf983a3
parent 10203 cca843a7d258
child 14260 727a84636f12
equal deleted inserted replaced
13843:1ac97278d72b 13844:56339cf983a3
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   384             return delimEnd;
   384             return delimEnd;
   385         }
   385         }
   386     }
   386     }
   387 
   387 
   388     /**
   388     /**
   389      * Recursively search for the string "{@" followed by
   389      * Recursively search for the characters '{', '@', followed by
   390      * name of inline tag and white space,
   390      * name of inline tag and white space,
   391      * if found
   391      * if found
   392      *    return the index of the text following the white space.
   392      *    return the index of the text following the white space.
   393      * else
   393      * else
   394      *    return -1.
   394      *    return -1.