Skip to content

Commit

Permalink
Updated docs to include params and method definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Jul 4, 2023
1 parent 8542eff commit 3ce759b
Show file tree
Hide file tree
Showing 16 changed files with 261 additions and 261 deletions.
2 changes: 1 addition & 1 deletion ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

### Ping
### Ping(string)

```go
Ping(string) error
Expand Down
2 changes: 1 addition & 1 deletion cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

### GetDNSRecords
### GetDNSRecords(Cloudflare)

```go
GetDNSRecords(Cloudflare) error
Expand Down
12 changes: 6 additions & 6 deletions dev/lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

### AddFencedCB
### AddFencedCB(string, string)

```go
AddFencedCB(string, string) error
Expand All @@ -36,7 +36,7 @@ error: An error if the markdown file fails to be modified.

---

### ClearPCCache
### ClearPCCache()

```go
ClearPCCache() error
Expand All @@ -50,7 +50,7 @@ error: An error if the cache fails to clear.

---

### InstallGoPCDeps
### InstallGoPCDeps()

```go
InstallGoPCDeps() error
Expand All @@ -65,7 +65,7 @@ error: An error if the dependencies fail to install.

---

### InstallPCHooks
### InstallPCHooks()

```go
InstallPCHooks() error
Expand All @@ -79,7 +79,7 @@ error: An error if the hooks fail to install.

---

### RunPCHooks
### RunPCHooks(...int)

```go
RunPCHooks(...int) error
Expand All @@ -98,7 +98,7 @@ error: An error if the pre-commit hook execution fails.

---

### UpdatePCHooks
### UpdatePCHooks()

```go
UpdatePCHooks() error
Expand Down
20 changes: 10 additions & 10 deletions dev/mage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

### Compile
### Compile(string, string, string)

```go
Compile(string, string, string) error
Expand All @@ -38,7 +38,7 @@ error: An error if the compilation process encounters one.

---

### FindExportedFuncsWithoutTests
### FindExportedFuncsWithoutTests(string)

```go
FindExportedFuncsWithoutTests(string) []string, error
Expand All @@ -60,7 +60,7 @@ error: An error if there was a problem parsing the package or finding the tests.

---

### FindExportedFunctionsInPackage
### FindExportedFunctionsInPackage(string)

```go
FindExportedFunctionsInPackage(string) []FuncInfo, error
Expand All @@ -85,7 +85,7 @@ error: An error if no exported functions are found.

---

### GHRelease
### GHRelease(string)

```go
GHRelease(string) error
Expand All @@ -104,7 +104,7 @@ error: An error if the GHRelease function is not successful.

---

### GoReleaser
### GoReleaser()

```go
GoReleaser() error
Expand All @@ -119,7 +119,7 @@ error: An error if the Goreleaser function is not successful.

---

### InstallGoDeps
### InstallGoDeps([]string)

```go
InstallGoDeps([]string) error
Expand All @@ -138,7 +138,7 @@ error: An error if the InstallGoDeps function didn't run successfully.

---

### InstallVSCodeModules
### InstallVSCodeModules()

```go
InstallVSCodeModules() error
Expand All @@ -153,7 +153,7 @@ error: An error if the InstallVSCodeModules function is not successful.

---

### ModUpdate
### ModUpdate(bool, bool)

```go
ModUpdate(bool, bool) error
Expand All @@ -174,7 +174,7 @@ error: An error if the ModUpdate function is not successful.

---

### Tidy
### Tidy()

```go
Tidy() error
Expand All @@ -188,7 +188,7 @@ error: An error if the Tidy function didn't run successfully.

---

### UpdateMageDeps
### UpdateMageDeps(string)

```go
UpdateMageDeps(string) error
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

## CreatePackageDocs(afero.Fs, Repo, string, ...string)
### CreatePackageDocs(afero.Fs, Repo, string, ...string)

```go
CreatePackageDocs(afero.Fs, Repo, string, ...string) error
Expand Down Expand Up @@ -49,7 +49,7 @@ documentation.

---

## FixCodeBlocks(fileutils.RealFile, string)
### FixCodeBlocks(fileutils.RealFile, string)

```go
FixCodeBlocks(fileutils.RealFile, string) error
Expand Down
2 changes: 1 addition & 1 deletion file/aferoutils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of contents:

## Functions

### Tree
### Tree(afero.Fs, string, io.Writer)

```go
Tree(afero.Fs, string, io.Writer) error
Expand Down
Loading

0 comments on commit 3ce759b

Please sign in to comment.