1. 16 Dec, 2022 1 commit
  2. 13 Dec, 2022 1 commit
  3. 09 Dec, 2022 3 commits
  4. 06 Dec, 2022 1 commit
  5. 02 Dec, 2022 1 commit
  6. 29 Sep, 2022 1 commit
  7. 16 Sep, 2022 1 commit
  8. 06 Jul, 2022 1 commit
  9. 19 May, 2022 1 commit
  10. 13 May, 2022 1 commit
  11. 12 May, 2022 1 commit
  12. 13 Apr, 2022 1 commit
  13. 25 Feb, 2022 1 commit
  14. 24 Nov, 2021 1 commit
  15. 26 Oct, 2021 1 commit
  16. 04 Oct, 2021 3 commits
    • Janice Collins's avatar
      Update dartdoc to 4.0.0 (#91252) · 35fe52cb
      Janice Collins authored
      35fe52cb
    • Greg Spencer's avatar
      Force building of snippets package executable. (#91110) · 7b8a3c1b
      Greg Spencer authored
      This fixes an issue with the Dart Head-Head-Head CI bot, where it was seeing failures because of concurrent execution of the snippets tool.
      
      It adds a single run of the snippets tool right after activation to force the compiling of the package executable, which is what has trouble with concurrent invocation.
      
      This is a temporary measure until dart pub global run is fixed.
      7b8a3c1b
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  17. 24 Sep, 2021 1 commit
  18. 08 Sep, 2021 1 commit
  19. 30 Aug, 2021 1 commit
  20. 23 Aug, 2021 1 commit
  21. 13 Aug, 2021 1 commit
  22. 12 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Switch document generation to use the snippets package (#87231) · 10e4b040
      Greg Spencer authored
      Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples.
      
      This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo.
      
      The snippets code is deleted in this PR.
      
      I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place.
      
      The snippets package resides in the assets-for-api-docs repo.
      
      The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
      10e4b040
  23. 29 Jun, 2021 1 commit
    • Janice Collins's avatar
      Update dartdoc to 1.0.0 (#85549) · 0825f49e
      Janice Collins authored
      This includes some major internal changes that should improve performance (the AOT template compiler) and the new lookup code. The big changes noticeable for Flutter will be resolution of field formal parameters, extension method support, and more consistent disambiguation in comment reference lookups.
      
      While a vast net improvement, this PR will change a few links to point to the wrong place. #85484 will address that after this lands, as there was no good way to specify what the user wanted unambiguously before dartdoc 1.0.0 in a few cases. That PR includes more details on the introduced regressions and link changes.
      0825f49e
  24. 07 Jun, 2021 1 commit
  25. 25 May, 2021 1 commit
  26. 18 May, 2021 1 commit
  27. 05 Apr, 2021 1 commit
  28. 30 Mar, 2021 1 commit
  29. 25 Feb, 2021 1 commit
  30. 09 Dec, 2020 1 commit
  31. 20 Nov, 2020 1 commit
  32. 03 Nov, 2020 1 commit
  33. 22 Oct, 2020 1 commit
  34. 21 Oct, 2020 1 commit
  35. 14 Oct, 2020 1 commit
    • godofredoc's avatar
      Fix docset generation. (#67025) · f8f6963c
      godofredoc authored
      * Fix docset generation.
      
      * Remove checks to be able to test.
      
      * More logging
      
      * More logging
      
      * More logging.
      
      * more logging.
      
      * More logging.
      
      * Add flags to firebase command.
      
      * Re-enable docset generation.
      
      * Disable firebase step.
      
      * Comment docset to speed up validations.
      
      * Re-enable docset.
      
      * Add back condition to prevent uploading docs from PRs.
      f8f6963c
  36. 07 Oct, 2020 1 commit