summaryrefslogtreecommitdiffstats
path: root/core/droiddoc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow LOCAL_ADDITIONAL_DEPENDENCIES for droiddoc modules.Joe Onorato2010-09-161-1/+1
| | | | Change-Id: I568b416efe5ccefac6b5e6e99ddccc23600b1f74
* Add support for multiple html directories to droiddoc.Bill Napier2010-08-241-1/+1
| | | | | | | | The goal for adding this support is to allow droiddoc to pull html files both from the static content and from content generated at build time. Change-Id: I5d4b2432aa78b0b3559daacedfb7a29675701f33
* Avoid inheriting PRIVATE_BOOTCLASSPATH from moduels that depend on ↵Ying Wang2010-06-241-0/+1
| | | | | | | | api-stubs-timestamp The inherited value has caused build breakage on Mac build. Change-Id: I8a1b1d6c6d411f6aaaee2d8dbd0297e3d60ab5c2
* Fix javadoc for Java 6.Ying Wang2010-06-231-0/+7
| | | | | | | If you don't set bootclasspath, there would be errors like: javadoc: error - In doclet class DroidDoc, method start has thrown an exception java.lang.reflect.InvocationTargetException Change-Id: I1b83360cb595d50577c6043d6e91b0f92e4c04d6
* Adding version information to DroidDoc. Rather than pulling the version fromJesse Wilson2009-07-211-1/+1
| | | | | | | | | | | | | | @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
* AI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the ↵Joe Onorato2009-04-091-1/+0
| | | | | | | | | | build because the commandline is too long Original author: joeo Merged from: //branches/cupcake/... Automated import of CL 145621
* AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'.Joe Onorato2009-04-091-43/+117
| | | | | | | | | | | | | | | Original change by joeo@abreu on 2009/04/06 19:54:13. Implement SDK add-ons in the build system. - Add an option to use the standard javadoc doclet instead of droiddoc, since droiddocs non-sdk templates aren't ready for prime time. - Add the notion of a stubs for a library. It's only implemented for java libraries, but when we do native libraries in the NDK or sdk-addons, it will work there too. Original author: joeo Merged from: //branches/cupcake/... Automated import of CL 145618
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+158
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-158/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+158