From 9f6e953da633a9e326bda6298629c44ec55396e8 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Thu, 26 Dec 2024 09:47:36 -0800 Subject: [PATCH] Update documentation snapshot --- docs/README.md.html | 6 +- docs/api-guide.html | 849 ++++++++++++++---------- docs/api-guide/ast-analysis.md.html | 227 +++++-- docs/api-guide/basics.md.html | 52 +- docs/api-guide/changes.md.html | 23 +- docs/api-guide/example.md.html | 2 +- docs/api-guide/messages.md.html | 16 +- docs/api-guide/partial-analysis.md.html | 2 +- docs/api-guide/quickfixes.md.html | 32 +- docs/api-guide/unit-testing.md.html | 10 +- docs/book.html | 4 +- docs/features.md.html | 2 +- docs/index.html | 8 +- docs/internal/document-checks.md.html | 2 +- docs/internal/guidelines.md.html | 8 +- docs/suppress.md.html | 3 +- docs/usage/agp-dsl.md.html | 8 +- docs/usage/changes.md.html | 57 +- docs/usage/lintxml.md.html | 2 +- docs/user-guide.html | 398 +++++++---- 20 files changed, 1107 insertions(+), 604 deletions(-) diff --git a/docs/README.md.html b/docs/README.md.html index 3135b246..4fa4bb40 100644 --- a/docs/README.md.html +++ b/docs/README.md.html @@ -52,15 +52,15 @@ - [Generating Issue Documentation](internal/document-checks.md.html) - [Testing dev builds](internal/verify.md.html) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--------------------------------------------------------------------- Documentation History: * June 2022: Added documentation for [crafting error messages](messages.md.html) * May 2022: Noticed that the document rendering was broken, such that many chapters were missing from - the api-guide: "Adding Quickfixes", "Partial Analysis", - "Data Flow Analyzer", "Annotations", and "Options". + the api-guide: “Adding Quickfixes”, “Partial Analysis”, + “Data Flow Analyzer”, “Annotations”, and “Options”. These are now included. * November 2021: Added documentation for [option handling](api-guide/options.md.html) diff --git a/docs/api-guide.html b/docs/api-guide.html index 2c55e908..56a7eb25 100644 --- a/docs/api-guide.html +++ b/docs/api-guide.html @@ -1,6 +1,6 @@ -