am df09424f
: Patch 2: some fixes to the developer-docs stylesheet.... Patch 3: add "Since:" to the api level info Patch 4: fix packages page and styles to reveal class summary
Merge commit 'df09424f19ca8d455037b19641b15a7c55d9523f' * commit 'df09424f19ca8d455037b19641b15a7c55d9523f': Patch 2: some fixes to the developer-docs stylesheet....
This commit is contained in:
@@ -527,6 +527,7 @@ public class DroidDoc
|
||||
data.setValue("reference", "true");
|
||||
data.setValue("docs.packages." + i + ".name", s);
|
||||
data.setValue("docs.packages." + i + ".link", pkg.htmlPage());
|
||||
data.setValue("docs.packages." + i + ".since", pkg.getSince());
|
||||
TagInfo.makeHDF(data, "docs.packages." + i + ".shortDescr",
|
||||
pkg.firstSentenceTags());
|
||||
i++;
|
||||
|
Reference in New Issue
Block a user