am 28ab3b12
: Merge change 8917 into donut
Merge commit '28ab3b12d38f1e613d92fcee251ef064665dd8c9' * commit '28ab3b12d38f1e613d92fcee251ef064665dd8c9': implement api level toggling
This commit is contained in:
committed by
Android Git Automerger
commit
007294e261
@@ -56,6 +56,7 @@ public class DroidDoc
|
||||
public static ArrayList<String[]> mHDFData = new ArrayList<String[]>();
|
||||
public static Map<Character,String> escapeChars = new HashMap<Character,String>();
|
||||
public static String title = "";
|
||||
public static SinceTagger sinceTagger = new SinceTagger();
|
||||
|
||||
public static boolean checkLevel(int level)
|
||||
{
|
||||
@@ -98,7 +99,6 @@ public class DroidDoc
|
||||
String apiFile = null;
|
||||
String debugStubsFile = "";
|
||||
HashSet<String> stubPackages = null;
|
||||
SinceTagger sinceTagger = new SinceTagger();
|
||||
|
||||
root = r;
|
||||
|
||||
@@ -533,6 +533,7 @@ public class DroidDoc
|
||||
i++;
|
||||
}
|
||||
|
||||
sinceTagger.writeVersionNames(data);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user