From ffa5c9e111a95744098b97476b9bb20760813fa6 Mon Sep 17 00:00:00 2001 From: Federico Moretti Date: Tue, 14 Oct 2025 14:43:49 +0200 Subject: [PATCH 1/2] chore: add JSDoc documentation generation to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c983c6a..65eee74 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ - `// Generate Sphinx-style docstrings for this Python module/class/function...` Ideal for Python projects using Sphinx for documentation generation. +- `// Generate JSDoc inline documentation for JavaScript classes, modules, and functions` + Ideal for JavaScript projects of all kinds. + ## Testing From 076e7017ed363d43e40511f237eef9b9f4a473ba Mon Sep 17 00:00:00 2001 From: Federico Moretti Date: Tue, 14 Oct 2025 14:51:50 +0200 Subject: [PATCH 2/2] chore: sign CLA, change user e-mail, update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65eee74..2c98b0a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ - `// Generate Sphinx-style docstrings for this Python module/class/function...` Ideal for Python projects using Sphinx for documentation generation. -- `// Generate JSDoc inline documentation for JavaScript classes, modules, and functions` +- `// Generate JSDoc inline documentation for JavaScript classes, functions, and modules` Ideal for JavaScript projects of all kinds.