summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/macros.cs
Commit message (Collapse)AuthorAgeFilesLines
* Synchronizing templates with doclava's external ones.Ben Dodson2010-08-101-266/+0
| | | | Change-Id: Ida95fd6e2f4eb30fbc9200f585aed9dd20996f78
* Migrating to Doclava for documentation generation; 60% speed improvement ↵Ben Dodson2010-08-051-1/+1
| | | | | | when building with -nodocs, no more JNI dependence. Output consistency verified with Meld diff tool. See http://code.google.com/p/doclava Change-Id: If317bd108043b152d28babc88a7c949db5127a93
* docs: make all javadoc reference links use <code>Scott Main2009-11-041-6/+6
| | | | and remove some unused CSS
* doc change: template changes for new SDK doc structure.Dirk Dougherty2009-10-211-0/+9
| | | | Bug:2160782
* revise the deprecated warning to use the 'caution'Scott Main2009-09-301-2/+2
| | | | style and add a line break
* Fix CS templates to handle non-included classes.Xavier Ducrohet2009-09-111-0/+9
| | | | | | | | This fix is to handle generate documentation not including base clases (like java.* or android.*). Links to missing base classes must not be created or they would point nowhere. Change-Id: Ic591916fe9b6802903d894bd2cd3c45690533912
* implement api level togglingScott Main2009-08-051-3/+3
| | | | | and rename navtree.js to android-developer-reference.js for all reference related scripts TODO: shading for hidden classes in the treeview navigation... these aren't dynamic yet.
* Patch 2: some fixes to the developer-docs stylesheet....Scott Main2009-07-281-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 3: add "Since:" to the api level info Patch 4: fix packages page and styles to reveal class summary Squashed commit of the following: commit 8fcdcb8dcbe9b93688f5eb1020654848d3242675 Author: Scott Main <smain@google.com> Date: Mon Jul 27 09:33:45 2009 -0700 remove the toggle selector from the header. this will be added in a later change with the rest of the toggle script commit 2423b30ee46c12f92051c4f2a096532e55752c46 Author: Scott Main <smain@google.com> Date: Fri Jul 24 16:29:21 2009 -0700 Implement API Level styles. This changes the way we show the API Level for a given package/class/member. It also provides hooks in the document to allow us to restyle items based on a user-selected API Level (show/hide available items). More changes to provide the toggling feature will come soon. commit efd94b33071070f0dfc2045131b81cbdfe078468 Author: Scott Main <smain@google.com> Date: Mon Jul 27 09:33:45 2009 -0700 remove the toggle selector from the header. this will be added in a later change with the rest of the toggle script commit 3fb79313232c993f700ee90a94f59dcca275fb0b Author: Scott Main <smain@google.com> Date: Fri Jul 24 16:29:21 2009 -0700 Implement API Level styles. This changes the way we show the API Level for a given package/class/member. It also provides hooks in the document to allow us to restyle items based on a user-selected API Level (show/hide available items). More changes to provide the toggling feature will come soon.
* Adding version information to DroidDoc. Rather than pulling the version fromJesse Wilson2009-07-211-1/+8
| | | | | | | | | | | | | | @since tags in the code, it's pulled from the API XML files also used by apicheck. The code now reads the apicheck XML, and applies it's versions to the DroidDoc class models. The models output the version to HDF, and that's picked up by the CS templates. The clearsilver templates will be changed to be pretty in a follow up change. Conflicts: tools/droiddoc/src/DroidDoc.java
* Implements the basic structure for providing localized documentation;Scott Main2009-06-021-103/+0
| | | | | | | | | | | | | | | | | | | | | | | | the site tabs are now in a separate file to ease the translation process, the language selection menu has been added to the header, scripts have been added to dynamically switch the language of the site tabs and dev guide side navigation and save the language preference in a browser cookie, and some of the functions in macro.cs have moved into customization.cs. patch 2: revised the logic for changing tab and nav languages so that, in the event that a SPAN node exists for the newly selected language but the translation has not actually been put there, it will not be selected and the previously selected language will remain for that node. patch 3: revised the logic introduced in patch 2, which, when loading a new page would actually reveal all languages if the selected language had no translation. Now, we must loop through each occurance and check whether a translation is available. If not, then we hide it and show English. patch 4: small error fix
* AI 147054: am: CL 147053 Add -hdf primer vars for the platform and release ↵Dirk Dougherty2009-04-211-0/+3
| | | | | | | | | | ID associated with the current (most recent) SDK. Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html". Original author: ddougherty Merged from: //branches/cupcake/... Automated import of CL 147054
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-9/+13
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+333
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-333/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-316/+293
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-11/+10
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-9/+9
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+104
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+254