Skip to content

Commit 11b9df3

Browse files
committed
Updated docs config files
1 parent 9b07443 commit 11b9df3

File tree

4 files changed

+90
-74
lines changed

4 files changed

+90
-74
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Documentation files
2+
Docs/src
3+
4+
15
#Intellij
26
.idea
37
target

Docs/Docs.iml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7+
</content>
8+
<orderEntry type="inheritedJdk" />
9+
<orderEntry type="sourceFolder" forTests="false" />
10+
</component>
11+
</module>

docgen.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
java -jar lombok.jar delombok src/main/java -d Docs/src

src/test/java/dev/gruncan/spotify/requests/data/resources/SpotifyResponses-V1_5_0.json

Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)