Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shell-docs-generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
miscellaneous
shell-docs-generator
Commits
439fba14
Commit
439fba14
authored
7 years ago
by
Andreas Unterkircher
Browse files
Options
Downloads
Patches
Plain Diff
prepare v1.4 release
parent
3ae16369
Branches
Branches containing commit
Tags
v1.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shell-docs-gen.sh
+3
-3
3 additions, 3 deletions
shell-docs-gen.sh
with
3 additions
and
3 deletions
shell-docs-gen.sh
+
3
−
3
View file @
439fba14
...
...
@@ -2,7 +2,7 @@
###############################################################################
# This file is part of the shell-docs-generator v1.
3.1
# This file is part of the shell-docs-generator v1.
4
#
# shell-docs-generator, a documentation generator for shell scripts based on
# comment tags like @brief, @return, etc. that are placed in front of a
...
...
@@ -22,7 +22,7 @@
# @title shell-docs-generator Function Reference
# @author Andreas Unterkircher
# @version 1.
3.1
# @version 1.
4
# @license AGPLv3
set
-u
-e
-o
pipefail
# exit-on-error, error on undeclared variables.
...
...
@@ -33,7 +33,7 @@ shopt -s extglob
# helper variables
readonly
PROG_NAME
=
"
$(
basename
"
${
BASH_SOURCE
[0]
}
"
)
"
readonly
PROG_VERS
=
"1.
3.1
"
readonly
PROG_VERS
=
"1.
4
"
declare
-g
-a
CODE_SRC
=()
declare
-g
-a
MARKDOWN_RESULT
=()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment