From 519e819ca148f1c820ef6dea3063b0f0ac48fe00 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Jul 2024 16:18:28 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/neogen.txt b/doc/neogen.txt index 76aa897..0844330 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -12,7 +12,6 @@ Table of contents: Configurations for the template table........|neogen-template-configuration| How to create/customize an annotation....................|neogen-annotation| - ------------------------------------------------------------------------------ *neogen* What is Neogen ? @@ -88,7 +87,7 @@ NOTE: calling `:Neogen` without any type is the same as `:Neogen func` # Basic configurations~ Neogen provides those defaults, and you can change them to suit your needs -> +>lua neogen.configuration = { -- Enables Neogen capabilities enabled = true, @@ -182,16 +181,13 @@ Feel free to submit a PR, I will be happy to help you ! `neogen.version` We use semantic versioning ! (https://semver.org) Here is the current Neogen version: -> +>lua neogen.version = "2.18.0" < # Changelog~ Note: We will only document `major` and `minor` versions, not `patch` ones. (only X and Y in X.Y.z) -## 2.18.0~ - - Added plenary unittests to the repository - - Added Python + Google-style docstrings ## 2.17.1~ - Python raises now supports `raise foo.Bar()` syntax ## 2.17.0~ @@ -310,13 +306,12 @@ neogen.TemplateConfig Default values: -> +>lua local neogen_template = { annotation_convention = nil, use_default_comment = false, } < - ------------------------------------------------------------------------------ # neogen.TemplateConfig~ @@ -366,7 +361,6 @@ Or: """ """ pass < - ------------------------------------------------------------------------------ *neogen-annotation*