...
- Coding Standard
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- Download an IntelliJ standard settings file:
- settings-c16.jar (IntelliJ IDEA CE 2016)
- settings-13.1.1_3.jar (IntelliJ IDEA 13.1.1)
- settings-12.0.2_3.jar (IntelliJ IDEA 12.0.2)
- settings-v1.1.jar (IntelliJ IDEA 11.x)
- After you have downloaded the settings jar (yes, IntelliJ exports settings as JAR files), select File -> Import → Manage IDE Settings → Import Setting to apply the settings to your IDE.
- Download an IntelliJ standard settings file:
- All the standards have been translated into an IntelliJ settings file to be used when developing code.
- Javadoc Coding Standards
- Official Oracle Javadoc Style Guide
- A helpful reference for writing Javadocs is the Liferay Javadoc Guidelines.
...