From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11733 invoked by alias); 10 Sep 2017 07:14:38 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22881 Received: (qmail 13939 invoked by uid 1010); 10 Sep 2017 07:14:38 -0000 X-Qmail-Scanner-Diagnostics: from aok120.rev.netart.pl by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(85.128.245.120):SA:0(-1.9/5.0):. Processed in 4.090074 secs); 10 Sep 2017 07:14:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: psprint@zdharma.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Virus-Scanned: by amavisd-new using ClamAV (21) Date: Sun, 10 Sep 2017 09:03:37 +0200 From: Sebastian Gniazdowski To: Zsh Users Message-ID: Subject: Doxygen for shell scripts X-Mailer: Airmail (442) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello I've written a documentation generator for shell scripts. Example outputs= : https://github.com/zdharma/zshelldoc/tree/master/examples It is based on (z) flag, works very robust. Supported are things like aut= oload functions and calls between scripts. I think the most power comes f= rom call trees and comment extraction =E2=80=93 this allows to analyze th= e code =E2=80=93 but I plan to add some more things, like detection of us= age of Zle, eval, add-zsh-hook, etc. -- =20 Sebastian Gniazdowski psprint /at/ zdharma.org