Added proper javadoc comments to the View code.

This commit is contained in:
Quinn
2023-11-24 18:16:21 -05:00
parent a0173b1053
commit 9deba45afd
3 changed files with 55 additions and 18 deletions

View File

@@ -0,0 +1,8 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JavadocDeclaration" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ADDITIONAL_TAGS" value="brief" />
</inspection_tool>
</profile>
</component>