/[classpath]/gjdoc/src/gnu/classpath/tools/java2xhtml/Java2xhtml.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/java2xhtml/Java2xhtml.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by julian, Sat Dec 11 12:28:10 2004 UTC revision 1.4 by julian, Sat Feb 5 07:47:29 2005 UTC
# Line 739  public class Java2xhtml Line 739  public class Java2xhtml
739                  }                  }
740                  bufferOut.append("<a name=\"line.");                  bufferOut.append("<a name=\"line.");
741                  bufferOut.append(codeLineNumber);                  bufferOut.append(codeLineNumber);
742                  bufferOut.append("\"/>");                  bufferOut.append("\">");
743    
744                  if (hasLineNumbers)                  if (hasLineNumbers)
745                  {                  {
# Line 811  public class Java2xhtml Line 811  public class Java2xhtml
811                      }                      }
812                  }                  }
813                  isNewLine = false;                  isNewLine = false;
814    
815                    bufferOut.append("</a>");
816              }              }
817              // a state machine              // a state machine
818              presentChar = bufferIn.charAt(presentIndex);              presentChar = bufferIn.charAt(presentIndex);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26