File: control

package info (click to toggle)
android-platform-external-doclava 9.0.0%2Br42-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,884 kB
  • sloc: java: 47,059; xml: 11,020; cs: 4,540; sh: 131; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: android-platform-external-doclava
Section: java
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Kai-Chung Yan <seamlik@debian.org>
Build-Depends: debhelper (>= 12~),
               default-jdk-headless | default-jdk (>= 2:1.7),
               gradle-debian-helper,
               libantlr3-runtime-java,
               libguava-java,
               libjsilver-aosp-java,
               libtagsoup-java,
               maven-repo-helper
Standards-Version: 4.3.0
Homepage: https://android.googlesource.com/platform/external/doclava
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-external-doclava.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-external-doclava

Package: doclava-aosp
Architecture: all
Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless,
         libantlr3-runtime-java,
         libguava-java,
         libjsilver-aosp-java,
         libtagsoup-java,
         ${misc:Depends}
Description: Custom Javadoc doclet by Google
 Key differences between Doclava and the standard doclet include:
   * Refreshed look and feel, including search capabilities
   * Embeds versioning information in the documentation
   * Uses a templating engine for user customizations
   * Throw build errors for things that can easily be caught, like @param tags
     that don't match the parameter names.
   * Ability to include snippets of code from real source code
   * Federate documentation between multiple sites
   * Ability to embed javadocs in a larger web page.
 .
 This package is a fork of Doclava by The Android Open Source Project with
 special features for generating the source files of the Android platform
 framework API stubs "android.jar".