Closed darwinfrancis closed 8 years ago
There is an settings to enable javadoc generation for private method.
Okei, thank u
u can modify config file and add one line: C:\Users\user.IdeaIC2018.1\config\options\intellij-javadocs.xml
<VISIBILITIES>
<VISIBILITY>PUBLIC</VISIBILITY>
<VISIBILITY>DEFAULT</VISIBILITY>
<VISIBILITY>PROTECTED</VISIBILITY>
<VISIBILITY>PRIVATE</VISIBILITY>
</VISIBILITIES>
mac下的路径为 /Users/{username}/Library/Preferences/IntelliJIdea2019.1/options/intellij-javadocs.xml
i have a function something like this private void saveCompanyName(String companyName) { preference.saveCompany(companyName) }
when i try to generate java doc nothing happens,but when i remove the private keyword the docs generated successfully.
gradle version : gradle:2.1.0 studio version : 2.1.1