summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for MathJax in javadocs bug: 32935028 am: 50e754182a am: ↵android-7.1.2_r9android-7.1.2_r8android-7.1.2_r6android-7.1.2_r5android-7.1.2_r4android-7.1.2_r39android-7.1.2_r38android-7.1.2_r37android-7.1.2_r36android-7.1.2_r33android-7.1.2_r32android-7.1.2_r30android-7.1.2_r3android-7.1.2_r29android-7.1.2_r28android-7.1.2_r27android-7.1.2_r25android-7.1.2_r24android-7.1.2_r23android-7.1.2_r2android-7.1.2_r19android-7.1.2_r18android-7.1.2_r17android-7.1.2_r16android-7.1.2_r15android-7.1.2_r14android-7.1.2_r13android-7.1.2_r12android-7.1.2_r11android-7.1.2_r10android-7.1.2_r1nougat-mr2.3-releasenougat-mr2.2-releasenougat-mr2.1-releasenougat-mr2-security-releasenougat-mr2-releasenougat-mr2-pixel-releasenougat-mr2-devScott Main2016-11-302-0/+5
|\ | | | | | | | | | | | | | | d0cc54fc76 am: 61b47eabad am: 3f189e8a92 am: 7dc1ef870e Change-Id: I60e1861c6609b395b22e39eaf5867c213804eff9
| * Add support for MathJax in javadocs bug: 32935028 am: 50e754182a am: ↵Scott Main2016-11-302-0/+5
|/| | | | | | | | | | | | | | | d0cc54fc76 am: 61b47eabad am: 3f189e8a92 Change-Id: Ib926bb4c599b98f45ab2c0427bc0c6ff100a8ffa
| * Add support for MathJax in javadocs bug: 32935028 am: 50e754182a am: d0cc54fc76Scott Main2016-11-302-0/+5
| |\ | | | | | | | | | | | | | | | am: 61b47eabad Change-Id: I90ff4ee6621f194a4899eddcde7834517243cdfc
| | * Add support for MathJax in javadocs bug: 32935028 am: 50e754182aScott Main2016-11-302-0/+5
| | |\ | | | | | | | | | | | | | | | | | | | | am: d0cc54fc76 Change-Id: I3f98dc455c63c70cbfd3e53d1134327b6c803486
| | | * Add support for MathJax in javadocs bug: 32935028Scott Main2016-11-292-0/+5
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | am: 50e754182a Change-Id: I01539a044fa0c093f6ba12a4724d7f29ae7a1553
| | | | * Add support for MathJax in javadocsScott Main2016-11-292-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 32935028 Change-Id: I675939677192231200408c4f2379536cae0af4ad (cherry picked from commit 46df1b7bd92a1debbbc670450f17967f74c92d13)
* | | | | Resolve whether parameter types are actually type variables.Michael Wright2016-10-121-2/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 59db07aeb9 Change-Id: I77a8bc714298ac31a8caf36de5c2d5330c235ed9
| * | | | Resolve whether parameter types are actually type variables.nougat-mr1-devMichael Wright2016-10-111-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters can either be a declaration of a generic type, or a statement about the concrete type the parameter is taking for a particular instance. These are difficult to determine at initial parse, so resolve whether the class exists once parsing is finished and assume that the parameter is a type variable if it does not. Bug: 31858628 Test: run update-api, android.signature.cts.SignatureTest#testSignature Change-Id: I88d316cece8640fd5d356482ebbe0426d918d8f4
* | | | | Merge "Fix collisions due to ignoring outer class names." into nyc-mr1-devMichael Wright2016-10-040-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: ea9f789cb0 Change-Id: I19cd23505191eaf49c8767db0845edf4a82a7678
| * | | | Merge "Fix collisions due to ignoring outer class names." into nyc-mr1-devMichael Wright2016-10-041-4/+5
| |\ \ \ \
* | \ \ \ \ Fix collisions due to ignoring outer class names.Julian Odell2016-10-041-4/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | am: 35e0d1defa Change-Id: Id5483a849b7b561079f36470711c87f98785d2e2
| * | | | | Fix collisions due to ignoring outer class names.Julian Odell2016-09-291-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Second attempt - this time strip the type parameters from the class name but keep the qualified token name (which will include both Outer and Inner class names so OuterClass1.InnerClass<V> will become OuterClass1.InnerClass rather than just InnerClass). See b/31775016. Change-Id: Ib2465cc33006e086ab66a6e8e307e98ff1dc37e5 (cherry picked from commit cbc19f92af1b7cef2c2b2d1d3c2cdd12ce27b290)
* | | | | | For ds builds only, emit a separate metadata file for samples only. am: ↵Dirk Dougherty2016-10-012-3/+123
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d3a6874647 am: b5c89dccb2 am: 42bd543aab Change-Id: I11d446d85a8e8d19ba26e716eba35f9a1e0086c8
| * | | | | For ds builds only, emit a separate metadata file for samples only. am: ↵Dirk Dougherty2016-10-012-3/+123
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | | | | | | | | | | | | | | | | d3a6874647 am: b5c89dccb2 Change-Id: I893a5d966d9223724bcb4e7d93dc835c96bda960
| | * | | For ds builds only, emit a separate metadata file for samples only.Dirk Dougherty2016-10-012-3/+123
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: d3a6874647 Change-Id: I356f82af9d412105419740825e211573028456fa
| | | * | For ds builds only, emit a separate metadata file for samples only.Dirk Dougherty2016-09-302-3/+123
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibb265f8ee8a379e76b20830ad7c18c5a241233d8
* | | | | Normalize image paths pulled from img with itemprop=image b/31772103 am: ↵Amanda Kassay2016-09-281-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee1c8fa0ae am: fc9cad27e5 am: eaec48c864 Change-Id: Ia5da560871890cafb98256930259b173a963d20c
| * | | | Normalize image paths pulled from img with itemprop=image b/31772103 am: ↵Amanda Kassay2016-09-281-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee1c8fa0ae am: fc9cad27e5 Change-Id: Ia6ad20f1b5f9b682892acea7f33195f210569d98
| | * | | Normalize image paths pulled from img with itemprop=image b/31772103Amanda Kassay2016-09-281-0/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: ee1c8fa0ae Change-Id: I33bfc6dee65cfe0a40299c9c2f8961100886aed4
| | | * | Normalize image paths pulled from img with itemprop=image b/31772103Amanda Kassay2016-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Iddb83d7521d8d3bc8e9abe1dd82c81a7291b9757
* | | | | Merge "DO NOT MERGE Keep track of method and class type variables." into ↵Michael Wright2016-09-260-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nyc-mr1-dev am: 92ab2088e4 Change-Id: I5b3feafa2c487f462196a84eade8d4839c2f5634
| * | | | Merge "DO NOT MERGE Keep track of method and class type variables." into ↵TreeHugger Robot2016-09-265-51/+247
| |\ \ \ \ | | | | | | | | | | | | | | | | | | nyc-mr1-dev
* | \ \ \ \ DO NOT MERGE Keep track of method and class type variables.Michael Wright2016-09-265-51/+247
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | am: 697a33db1b Change-Id: I9eb87b4c6a56f18425f86471ad219820720eb1d4
| * | | | | DO NOT MERGE Keep track of method and class type variables.Michael Wright2016-09-125-51/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add consistency checks for parameterized classes and return types. Bug: 24265043 Change-Id: Iafe9762f15f6ea439e28cd35bc73277cf1f6e405
* | | | | | Remove internal classes from the navtree. am: 62d562a0a1 am: 614a4247bdElliot Waite2016-09-231-42/+46
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | am: dae8c69270 Change-Id: I31ef61445699db93733c448297c1aa7adc57f7ea
| * | | | | Remove internal classes from the navtree. am: 62d562a0a1Elliot Waite2016-09-231-42/+46
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | am: 614a4247bd Change-Id: I8c6590cb414b94b9628bf01da6a6073a374141a1
| | * | | | Remove internal classes from the navtree.Elliot Waite2016-09-231-42/+46
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | am: 62d562a0a1 Change-Id: Iaf5aa9e2084c7224e0f0442231c86f03aec0c66a
| | | * | | Remove internal classes from the navtree.Elliot Waite2016-09-221-42/+46
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie24471de9d6af30b71cc26dbb0ff8d816bf9abe1
* | | | | | Support "ID" lang code in place of "IN". am: 2e6abf56dc am: cf7dc1d537Dirk Dougherty2016-09-221-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 48a4e06224 Change-Id: Ibcf8d5a39dfb4fe9bdc4c1049ddf5a9125cce29f
| * | | | | Support "ID" lang code in place of "IN". am: 2e6abf56dcDirk Dougherty2016-09-221-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: cf7dc1d537 Change-Id: Ia9a8e65c1feb61e627aad0ad0f6086055bc0bc96
| | * | | | Support "ID" lang code in place of "IN".Dirk Dougherty2016-09-221-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 2e6abf56dc Change-Id: I395bb1d73e3781f363f121b369858004d8762649
| | | * | | Support "ID" lang code in place of "IN".Dirk Dougherty2016-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia1ed1eefebc15c511f7dc970b0a0b9bc905a2679
* | | | | | Add new target to generate at_links_navtree.json am: 577bcebdf3 am: 09260382e2Elliot Waite2016-09-163-0/+206
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: fc637ca6c4 Change-Id: I5946dc501528eecb9e2b7075a15a053a4f55081f
| * | | | | Add new target to generate at_links_navtree.json am: 577bcebdf3Elliot Waite2016-09-163-0/+206
| |\| | | | | | |_|/ / | |/| | | | | | | | | | | | | | | | | | am: 09260382e2 Change-Id: I12c7f4713d241abf094f9382835011890f93483a
| | * | | Add new target to generate at_links_navtree.jsonElliot Waite2016-09-163-0/+206
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | am: 577bcebdf3 Change-Id: Ica94b849f5814a3cd58421994c8231ed1df79d4f
| | | * | Add new target to generate at_links_navtree.jsonElliot Waite2016-09-153-0/+206
| | | | | | | | | | | | | | | | | | | | Change-Id: I385ea473535ddb46d495506ba5fb26ab109f12fb
* | | | | remove USE_UPDATED_TEMPLATES flag now that 'templates-sdk-dev' is the ↵smain@google.com2016-09-024-262/+136
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default template in 'template-sdk', as per: https://googleplex-android-review.git.corp.google.com/#/c/1407762/1 am: c7db864254 am: 30d8b5b1ad am: 3b8749dedd Change-Id: I8332c5587934395aae18d5ebd7646a4d4b7607ed
| * | | | remove USE_UPDATED_TEMPLATES flag now that 'templates-sdk-dev' is the ↵smain@google.com2016-09-024-262/+136
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default template in 'template-sdk', as per: https://googleplex-android-review.git.corp.google.com/#/c/1407762/1 am: c7db864254 am: 30d8b5b1ad Change-Id: If8d7d04ae24e89c3d655ffe586021e549504c183
| | * | | remove USE_UPDATED_TEMPLATES flag now that 'templates-sdk-dev' is the ↵smain@google.com2016-09-024-262/+136
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default template in 'template-sdk', as per: https://googleplex-android-review.git.corp.google.com/#/c/1407762/1 am: c7db864254 Change-Id: I199958722510672ed13fcac7946fea5bf194ae98
| | | * | remove USE_UPDATED_TEMPLATES flag now that 'templates-sdk-dev'smain@google.com2016-09-024-262/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is the default template in 'template-sdk', as per: https://googleplex-android-review.git.corp.google.com/#/c/1407762/1 Change-Id: Ie15f23897bf0e1bc9d40046c620f0affc13f1633
* | | | | catch any files that aren't part of the hard coded paths so they still have ↵smain@google.com2016-09-021-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a page type that's expected by the jd_lists builder. bug: 31244539 am: 76c3b11a78 am: 57e2109139 am: b55999299b Change-Id: I140a0bcf2a667baf4ee9dd8edf18a9fb915cc7ea
| * | | | catch any files that aren't part of the hard coded paths so they still have ↵smain@google.com2016-09-021-0/+8
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a page type that's expected by the jd_lists builder. bug: 31244539 am: 76c3b11a78 am: 57e2109139 Change-Id: I693f3a82fb2b4fff267f6fe81a055c40e06f91ff
| | * | | catch any files that aren't part of the hard coded paths so they still have ↵smain@google.com2016-09-021-0/+8
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a page type that's expected by the jd_lists builder. bug: 31244539 am: 76c3b11a78 Change-Id: Ie5ff585d492ce4002ed31acc5fa5cfbe0d0af73d
| | | * | catch any files that aren't part of the hard coded paths so they still have ↵smain@google.com2016-09-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a page type that's expected by the jd_lists builder. bug: 31244539 Change-Id: I2cb2e53a55edf0390e8fdd5af0574e30ff76a547
* | | | | remove custom processing for the "sdk" "ndk" and "tools" pages. these files ↵smain@google.com2016-08-301-51/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are now managed in Piper so are not processed through doclava anymore. am: b86c636ae3 am: 25dae079b0 am: b97c058f60 Change-Id: I5c0b1ff2e2c8fa5e39b4ac88b7bf00b9ebaf3534
| * | | | remove custom processing for the "sdk" "ndk" and "tools" pages. these files ↵smain@google.com2016-08-301-51/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are now managed in Piper so are not processed through doclava anymore. am: b86c636ae3 am: 25dae079b0 Change-Id: I61d00e8673aed38b65dacaec502ba81a3f183e45
| | * | | remove custom processing for the "sdk" "ndk" and "tools" pages. these files ↵smain@google.com2016-08-301-51/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are now managed in Piper so are not processed through doclava anymore. am: b86c636ae3 Change-Id: Ifa7a54ab0f791bffea6a72937b92181ce03a2af4
| | | * | remove custom processing for the "sdk" "ndk" and "tools" pages.smain@google.com2016-08-301-51/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these files are now managed in Piper so are not processed through doclava anymore. Change-Id: I62e2975fd164f7c5ba6d92e146fcd87f6de73193
* | | | | Reformat default templates to remove extra line breaks. am: dd8883ca30 am: ↵Dirk Dougherty2016-08-252-66/+65
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b39c2051f3 am: 190b81d361 Change-Id: Ie00dfd8541cf470d9141d1ca7fe83c31e76f1326
| * | | | Reformat default templates to remove extra line breaks. am: dd8883ca30Dirk Dougherty2016-08-252-66/+65
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | am: b39c2051f3 Change-Id: I4597ab45ca825c5a951936776d0017c129705f02