princjef / gomarkdoc

Generate markdown documentation for Go (golang) code
MIT License
380 stars 60 forks source link

Ignoring appending into generated docs when using -e flag #91

Closed tylerasai closed 1 year ago

tylerasai commented 1 year ago

I was wondering if we can implemented solution where when when use -e flag with a wildcard we don't append new generated docs to an already generated docs?

princjef commented 1 year ago

Hi @codertyler, can you elaborate on what you mean by not appending? An example would be helpful to understand the request

tylerasai commented 1 year ago

We worked out a workaround for this... I think I was using a method incorrectly. Thanks! Closing it.