1. e02e978 Fix write_child_nodes macro to enable yaml output of navtree. by Dirk Dougherty · 8 years ago
  2. d676a0d Add new flag for devsite builds to properly manage output directories and metadata link urls. by Dirk Dougherty · 8 years ago
  3. f333837 Add doclava flag 'referenceonly' to skip generating the HTML files. by smain@google.com · 8 years ago
  4. d9b9877 Support a preview page type in legacy templates. by Dirk Dougherty · 8 years ago
  5. 67d1064 Fix cards display for preview pages by assigning to type 'about'. by Dirk Dougherty · 8 years ago
  6. d22901d Add preview when -includePreview is passed to doclava. by Dirk Dougherty · 9 years ago
  7. 9357339 Add parameter type to method documentation. by smain@google.com · 9 years ago
  8. 494cc58 put the parameter_list() method back in macros. by smain@google.com · 9 years ago
  9. e90b2dd Merge "Update macros as needed for rewrite of templates that make them re-usable on both DAC and DevSite Depends on CL in build/tools/" into mnc-docs by Scott Main · 9 years ago
  10. 22e1f76 Update macros as needed for rewrite of templates by smain@google.com · 9 years ago
  11. 3bc5f32 Merge "Include Preview in nav and process /preview files based on build-time flag -includePreview." into mnc-docs by Dirk Dougherty · 9 years ago
  12. 2d8e583 Include Preview in nav and process /preview files based on build-time flag -includePreview. by Dirk Dougherty · 9 years ago
  13. 10066c8 Remove synchronized from docs by Neil Fuller · 9 years ago
  14. 04029c1 Break out jd lists into lang specific files. Rescope page.type and add page.category to hold subtabs. by Dirk Dougherty · 9 years ago
  15. 210dc2a Add extract page canonical url and pass to templates. by Dirk Dougherty · 9 years ago
  16. 16d2f7c Merge "Docs: Support building In, Vi pages." into mnc-mr-docs by David Friedman · 9 years ago
  17. 7ef2a3f Docs: Support building In, Vi pages. by David Friedman · 9 years ago
  18. ba7aaf0 docs: Remove page.type setting for preview pages. by Quddus Chong · 9 years ago
  19. 274a19e Display annotations and annotation values when they are requested by Omari Stephens · 9 years ago
  20. d8bb1ec am 30c1443e: am 54004373: Fix handling of double-byte chars for tags, keywords. by Dirk Dougherty · 9 years ago
  21. 30c1443 am 54004373: Fix handling of double-byte chars for tags, keywords. by Dirk Dougherty · 9 years ago
  22. 5400437 Fix handling of double-byte chars for tags, keywords. by Dirk Dougherty · 9 years ago
  23. c79f9bb am 9647be42: am 0ec3764e: Fix a bug where \' (apostrophe/single quote) was being escaped with &pos instead of the correct &apos. by C. Sean Young · 9 years ago
  24. 161ce0b am 7effdf51: am f8e1e391: Minor performance tweak in Doclava#makePackageHDF() by C. Sean Young · 9 years ago
  25. 9647be4 am 0ec3764e: Fix a bug where \' (apostrophe/single quote) was being escaped with &pos instead of the correct &apos. by C. Sean Young · 9 years ago
  26. 0ec3764 Fix a bug where ' (apostrophe/single quote) was being escaped with &pos instead of the correct &apos. by C. Sean Young · 9 years ago
  27. 7effdf5 am f8e1e391: Minor performance tweak in Doclava#makePackageHDF() by C. Sean Young · 9 years ago
  28. 20cfe15 Merge "Fix NPE on checkapi with malformed text input" into mnc-dev by James Cook · 9 years ago
  29. f8e1e39 Minor performance tweak in Doclava#makePackageHDF() by C. Sean Young · 9 years ago
  30. 3641c82 resolved conflicts for merge of b4dd76b8 to mnc-dev by C. Sean Young · 9 years ago
  31. b4dd76b am 4a42aefb: Update JDK tools jar lookup logic to use BuildUtils. by C. Sean Young · 9 years ago
  32. 4a42aef Update JDK tools jar lookup logic to use BuildUtils. by C. Sean Young · 9 years ago
  33. 1aeb039 Fix NPE on checkapi with malformed text input by James Cook · 9 years ago
  34. 59aecf8 Fix broken handling of @removed tag by Svetoslav · 9 years ago
  35. 268e04e am 96c56a80: am 024e9b26: Add distribute/tools content to essentials content. by Dirk Dougherty · 9 years ago
  36. 96c56a8 am 024e9b26: Add distribute/tools content to essentials content. by Dirk Dougherty · 9 years ago
  37. 024e9b2 Add distribute/tools content to essentials content. by Dirk Dougherty · 9 years ago
  38. 62336a7 am b9ced2dd: am 4d6512a4: Docs: Enables NDK Downloads page to use sdkpage.cs to construct download table. by David Friedman · 9 years ago
  39. b9ced2d am 4d6512a4: Docs: Enables NDK Downloads page to use sdkpage.cs to construct download table. by David Friedman · 9 years ago
  40. 4d6512a Docs: Enables NDK Downloads page to use sdkpage.cs to construct download table. by David Friedman · 9 years ago
  41. c47ef09 resolved conflicts for merge of c10f7ae0 to mnc-dev by C. Sean Young · 9 years ago
  42. 13f3559 resolved conflicts for merge of 552b5f66 to mnc-dev by C. Sean Young · 9 years ago
  43. c10f7ae am dc0b6e0d: Merge "Add the ability to specify packages or classes to ignore for ApiCheck." into lmp-mr1-app-dev by C. Sean Young · 9 years ago
  44. 44ad94c am 6375c329: am da4b2e21: Save memory by re-using empty TagInfo (and subclasses) arrays. by C. Sean Young · 9 years ago
  45. 552b5f6 am 6904e036: Merge "Make CheckApi error messages more consisent and informative." into lmp-mr1-app-dev by C. Sean Young · 9 years ago
  46. dc0b6e0 Merge "Add the ability to specify packages or classes to ignore for ApiCheck." into lmp-mr1-app-dev by C. Sean Young · 9 years ago
  47. 91c627c Add the ability to specify packages or classes to ignore for ApiCheck. by C. Sean Young · 9 years ago
  48. 6375c32 am da4b2e21: Save memory by re-using empty TagInfo (and subclasses) arrays. by C. Sean Young · 9 years ago
  49. 6904e03 Merge "Make CheckApi error messages more consisent and informative." into lmp-mr1-app-dev by C. Sean Young · 9 years ago
  50. da4b2e2 Save memory by re-using empty TagInfo (and subclasses) arrays. by C. Sean Young · 9 years ago
  51. 8aabc5b Merge "add new option to ApiCheck to look for new API methods" into mnc-dev by Guang Zhu · 9 years ago
  52. a7e5c7e Make CheckApi error messages more consisent and informative. by C. Sean Young · 9 years ago
  53. 18c92c0 am a97e1bf7: am e8cdc5b7: Set page.type to preview for preview pages. by Dirk Dougherty · 9 years ago
  54. a97e1bf am e8cdc5b7: Set page.type to preview for preview pages. by Dirk Dougherty · 9 years ago
  55. e8cdc5b Set page.type to preview for preview pages. by Dirk Dougherty · 9 years ago
  56. 916cf3c am 34cf9d6e: (-s ours) Add wildcard support to stubpackages DO NOT MERGE by Chris Banes · 9 years ago
  57. 34cf9d6 Add wildcard support to stubpackages DO NOT MERGE by Chris Banes · 9 years ago
  58. 372e36e Add wildcard support to stubpackages by Chris Banes · 9 years ago
  59. f9b7c1b add new option to ApiCheck to look for new API methods by Guang Zhu · 9 years ago
  60. 3061ae5 am b948ffff: am 793d5096: am d1ccc1c9: am 26333cad: add hdf variables for ndk tab docs by smain@google.com · 9 years ago
  61. b948fff am 793d5096: am d1ccc1c9: am 26333cad: add hdf variables for ndk tab docs by smain@google.com · 9 years ago
  62. 793d509 am d1ccc1c9: am 26333cad: add hdf variables for ndk tab docs by smain@google.com · 9 years ago
  63. d1ccc1c am 26333cad: add hdf variables for ndk tab docs by smain@google.com · 9 years ago
  64. 26333ca add hdf variables for ndk tab docs by smain@google.com · 9 years ago
  65. e752b1c am 27f4cfb5: am 2984cfb0: am 3c09ab05: am fb76810d: Added NDK docs-build rule to Doclava. by smain@google.com · 9 years ago
  66. 27f4cfb am 2984cfb0: am 3c09ab05: am fb76810d: Added NDK docs-build rule to Doclava. by smain@google.com · 9 years ago
  67. 2984cfb am 3c09ab05: am fb76810d: Added NDK docs-build rule to Doclava. by smain@google.com · 9 years ago
  68. 3c09ab0 am fb76810d: Added NDK docs-build rule to Doclava. by smain@google.com · 9 years ago
  69. fb76810 Added NDK docs-build rule to Doclava. by smain@google.com · 9 years ago
  70. fc7a245 Merge "Fix overridden method check in apicheck." by Ying Wang · 9 years ago
  71. c0c0807 am 2b1175f7: am fc4cfae9: am a9d1daa8: Actually really fix the build. by Jeff Arneson · 9 years ago
  72. c58dbbc am c9690e66: am ae9d88fb: am 855db6db: Fix build by Jeff Arneson · 9 years ago
  73. 2b1175f am fc4cfae9: am a9d1daa8: Actually really fix the build. by Jeff Arneson · 9 years ago
  74. fc4cfae am a9d1daa8: Actually really fix the build. by Jeff Arneson · 9 years ago
  75. a9d1daa Actually really fix the build. by Jeff Arneson · 9 years ago
  76. c9690e6 am ae9d88fb: am 855db6db: Fix build by Jeff Arneson · 9 years ago
  77. ae9d88f am 855db6db: Fix build by Jeff Arneson · 9 years ago
  78. 855db6d Fix build by Jeff Arneson · 9 years ago
  79. 140cdf8 am 0952d16e: am 150d225a: am b2a6c041: Generate documentation based on annotations attached to classes and methods by Jeff Arneson · 9 years ago
  80. 0952d16 am 150d225a: am b2a6c041: Generate documentation based on annotations attached to classes and methods by Jeff Arneson · 9 years ago
  81. 150d225 am b2a6c041: Generate documentation based on annotations attached to classes and methods by Jeff Arneson · 9 years ago
  82. 4863961 Fail doc/api generation when a private super class is exposed. by Ying Wang · 9 years ago
  83. 67e440b Fix overridden method check in apicheck. by Ying Wang · 9 years ago
  84. b2a6c04 Generate documentation based on annotations attached to classes and methods by Jeff Arneson · 9 years ago
  85. 466493d am 7a5f4da1: (-s ours) reset to lmp-mr1-dev-plus-aosp with history. DO NOT MERGE ANYWHERE. by Qiwen Zhao · 9 years ago
  86. 7a5f4da reset to lmp-mr1-dev-plus-aosp with history. DO NOT MERGE ANYWHERE. by Qiwen Zhao · 9 years ago
  87. b885859 am d42351af: am e9b211d3: Merge "DO NOT MERGE Spit out annotations used in showAnnotations param" into lmp-dev by Jeff Arneson · 9 years ago
  88. 0779703 am 59672ccd: am e64dc94c: Fix incorrect proguard keepfile generation for fields. by Sergei Datsenko · 9 years ago
  89. 48b3c58 am 65dcafc2: Merge "Fix incorrect proguard keepfile generation for fields." into lmp-ub-dev by Sergei Datsenko · 9 years ago
  90. cd11ac1 am 107f7621: (-s ours) DO NOT MERGE Spit out annotations used in showAnnotations param by Jeff Arneson · 9 years ago
  91. d32bfb6 am cf69f73d: am 8a613fb4: Merge "Add MODULE_LICENSE file" by Conley Owens · 9 years ago
  92. cf69f73 am 8a613fb4: Merge "Add MODULE_LICENSE file" by Conley Owens · 9 years ago
  93. 8a613fb Merge "Add MODULE_LICENSE file" by Conley Owens · 9 years ago
  94. 65453c8 Add MODULE_LICENSE file by Conley Owens · 9 years ago
  95. 322baac am 76590338: am a0fc8d57: am 2c119d8e: am 8714f8c8: am 74512bea: Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago
  96. 7659033 am a0fc8d57: am 2c119d8e: am 8714f8c8: am 74512bea: Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago
  97. a0fc8d5 am 2c119d8e: am 8714f8c8: am 74512bea: Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago
  98. 2c119d8 am 8714f8c8: am 74512bea: Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago
  99. 8714f8c am 74512bea: Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago
  100. 74512be Fix a NPE in the type parameter checking in stubs by Jeff Arneson · 9 years ago