Skip to content

Commit

Permalink
JAVADOC: First run of generating javadoc for the main classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lararennie authored and mihaelacr-google committed Dec 3, 2014
1 parent d31318b commit fe7e246
Show file tree
Hide file tree
Showing 25 changed files with 6,516 additions and 0 deletions.
49 changes: 49 additions & 0 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-google-v3) on Wed May 04 18:24:03 CEST 2011 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2011-05-04">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers" target="classFrame">AsYouTypeFormatter</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers" target="classFrame">NumberParseException</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">NumberParseException.ErrorType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberMatch</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil.Leniency</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil.MatchType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil.PhoneNumberFormat</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil.PhoneNumberType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers" target="classFrame">PhoneNumberUtil.ValidationResult</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
49 changes: 49 additions & 0 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-google-v3) on Wed May 04 18:24:03 CEST 2011 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2011-05-04">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/i18n/phonenumbers/AsYouTypeFormatter.html" title="class in com.google.i18n.phonenumbers">AsYouTypeFormatter</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/NumberParseException.html" title="class in com.google.i18n.phonenumbers">NumberParseException</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/NumberParseException.ErrorType.html" title="enum in com.google.i18n.phonenumbers">NumberParseException.ErrorType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberMatch.html" title="class in com.google.i18n.phonenumbers">PhoneNumberMatch</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.html" title="class in com.google.i18n.phonenumbers">PhoneNumberUtil</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.Leniency.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.Leniency</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.MatchType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.MatchType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberFormat.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberFormat</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.PhoneNumberType.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.PhoneNumberType</A>
<BR>
<A HREF="com/google/i18n/phonenumbers/PhoneNumberUtil.ValidationResult.html" title="enum in com.google.i18n.phonenumbers">PhoneNumberUtil.ValidationResult</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
Loading

0 comments on commit fe7e246

Please sign in to comment.