docParser

package module
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2023 License: MIT Imports: 9 Imported by: 0

README

go_graph_code_docs

Utility for generating an image graph for code documentation, helps to better depict the process of interaction of the business logic of one file with another file

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	Path         string
	OutputName   string
	OutputFolder string
	Title        string
	Theme        themes.Theme
}

func Parse

func Parse(path string, outputFolder string, outputName string) *Parser

func (*Parser) AddTheme added in v1.0.4

func (p *Parser) AddTheme(theme themes.Theme)

func (*Parser) AddTitle added in v1.0.4

func (p *Parser) AddTitle(title string)

func (*Parser) Generate

func (p *Parser) Generate()

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL