help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function with description


From: Eli Schwartz
Subject: Re: function with description
Date: Mon, 28 Jun 2021 18:36:48 -0400

On 6/28/21 6:29 PM, lisa-asket@perso.be wrote:
> Have written the following function and would like to be able to print a 
> description
> 
> similar to the docstring in elisp.


Not all programming languages have the concept of a docstring. bash
isn't alone here.

There's a doxygen plugin you can use via INPUT_FILTER or
FILTER_PATTERNS, which will extract documentation comments from your
bash scripts when generating html docs.


-- 
Eli Schwartz
Arch Linux Bug Wrangler and Trusted User

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]