shdoc icon indicating copy to clipboard operation
shdoc copied to clipboard

Gawk version dependency

Open curtisforrester opened this issue 3 years ago • 2 comments

Is there a specific version of "gawk" that is required?

I have installed "gawk" into a Docker container image with the "shdoc" included, but it is not generating correctly.

  • Correctly generates the markdown for the script header (the @file, @brief and @description)
  • Does not generate any content for functions (for my own, and even for your demo script)

The full output with your example script is:

# libexample

A library that solves some common problems.

## Overview

The project solves lots of problems:
* a
* b
* c
* etc



curtisforrester avatar May 26 '22 15:05 curtisforrester

This appears to be true and it would be very helpful to know the version needed.

nmccready avatar Jan 11 '24 16:01 nmccready

Appears that [email protected] need [email protected] and [email protected] is not working on [email protected]

nmccready avatar Jan 11 '24 19:01 nmccready