summaryrefslogtreecommitdiff
path: root/api/GenerateDocumentation.cpp
AgeCommit message (Collapse)Author
2015-06-14Merge "Fix offset problem when jumping to an anchor mid-pages." into mnc-devJean-Luc Brouillet
2015-06-14Fix offset problem when jumping to an anchor mid-pages.Jean-Luc Brouillet
BTW, I had tried to use <a id=''> instead of <a name=''> to be HTML5 compatible. This does not work with the current default.css file. Change-Id: I07b4273a0f9dabead668baf6b25dfac41021ab98 (cherry picked from commit 918944e41306198807728ae3f05a1799773895c5)
2015-06-14Generate __attribute__(deprecated) for deprecated APIs.Jean-Luc Brouillet
We allow also a custom deprecation message. b/19912630 Change-Id: I297bed611c7fbbb34d41e7edd796557c9afe50da (cherry picked from commit 36e2be56cd398bf4a318114bbc9fa3f4573c158f)
2015-06-14Obsolete the graphics API in the .rsh files.Jean-Luc Brouillet
Mark the graphics APIs as no longer available starting with version 23. Modify the generator to change the #ifdef guards around the API to enable internal code to still access the obsoleted APIs, as we still neeed to support them at runtime. Also, include a documentation change in the rs_convert header file that had not been included previously. b/19001259 Change-Id: Iaad4833f504da9aa9f5069a977c37b86d1316d3a (cherry picked from commit 67923a9e829d89522bb5338a6d635d807a7ee59b)
2015-05-28API Runtime Reference documentation tweaks.Jean-Luc Brouillet
Many small changes. Among them: - Cleaned up the boiler plate HTML used for -H option to the minimal possible. - Cleaned line break of the comments to make them more consistent in the .rsh files. - Added missing summaries. - Make the style of argument comments more consistent. - Fixed missing HTML escaping. - Fixed generation of the snippets for the .cs file. - Improved the documentation about the math precision. - Reworked the documentation of object types. Change-Id: I8b229720134aac6d46a0a2679e8b58f15be5ed7e (cherry picked from commit 6386ceb3bf25e442513224aaa45691dfe49562d9)
2015-04-24Update documentation generator to work with the Documentation system.Jean-Luc Brouillet
Also added this flag to the generator: -H Now that we generate by default .jd files rather than .html files, you can use this flag to revert to generating .html files. This is useful when verifying doc changes locally. And modified the -v flag to specify the API level for all file generation rather than just the testing files. Change-Id: Ic9e35ad6779b9fbc6b23228dded2e2be864393ff