You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new delimiter is a string with the format "`<left delimiter>`,`<right delimiter>`".
958
958
959
+
### Parse Internal and Dependency Packages
960
+
961
+
If the struct is defined in a dependency package, use `--parseDependency`.
962
+
963
+
If the struct is defined in your main project, use `--parseInternal`.
964
+
965
+
if you want to include both internal and from dependencies use both flags
966
+
```
967
+
swag init --parseDependency --parseInternal
968
+
```
969
+
959
970
## About the Project
960
971
This project was inspired by [yvasiyarov/swagger](https://github.com/yvasiyarov/swagger) but we simplified the usage and added support a variety of [web frameworks](#supported-web-frameworks). Gopher image source is [tenntenn/gopher-stickers](https://github.com/tenntenn/gopher-stickers). It has licenses [creative commons licensing](http://creativecommons.org/licenses/by/3.0/deed.en).
0 commit comments