github.com/phsym/gomarkdoc@v0.5.4/testData/nested/README.md (about)

     1  <!-- Code generated by gomarkdoc. DO NOT EDIT -->
     2  
     3  # nested
     4  
     5  ```go
     6  import "github.com/phsym/gomarkdoc/testData/nested"
     7  ```
     8  
     9  ## Index
    10  
    11  - [func Parent() int](<#func-parent>)
    12  
    13  
    14  ## func [Parent](<https://github.com/phsym/gomarkdoc/blob/master/testData/nested/parent.go#L4>)
    15  
    16  ```go
    17  func Parent() int
    18  ```
    19  
    20  Parent is in the parent package.
    21  
    22  
    23  
    24  Generated by [gomarkdoc](<https://github.com/phsym/gomarkdoc>)