Skip to content
forked from ajdiaz/bashdoc

The bashdoc script is a frontend which parse a bash file and create a documentation in specified format. This script works similar to javadoc for java projects, but use reStructuredText as middle language to provide the final document.

Notifications You must be signed in to change notification settings

Code-Slave/bashdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======
README
======

This script is a frontend for various awk(1) scripts which parse a bash
script (file) and create a documentation in specified format. This script
works similar to javadoc for java projects.

In library directory you can found an example of basic backend for
gawk.

Requirements
============
bashdoc is written in bash, and require almost bash >= 3.0,
gawk >= 3.1.5, docutils >= 0.4 and GNU coreutils.

Andrés J. Díaz <[email protected]>

About

The bashdoc script is a frontend which parse a bash file and create a documentation in specified format. This script works similar to javadoc for java projects, but use reStructuredText as middle language to provide the final document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Awk 68.2%
  • Shell 31.8%