* The javadoc will have the protected fields now

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9439 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..rd 13 years ago
parent cd64f74898
commit fedcc577a2
  1. 4
      engine/nbproject/genfiles.properties
  2. 3
      engine/nbproject/project.properties

@ -4,8 +4,8 @@ build.xml.stylesheet.CRC32=958a1d3e
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=ba8f4e88
nbproject/build-impl.xml.script.CRC32=9dc03a5e
nbproject/build-impl.xml.stylesheet.CRC32=0ae3a408@1.44.1.45
nbproject/build-impl.xml.script.CRC32=e70cde06
nbproject/build-impl.xml.stylesheet.CRC32=fcddb364@1.50.3.46
nbproject/profiler-build-impl.xml.data.CRC32=aff514c1
nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
nbproject/profiler-build-impl.xml.stylesheet.CRC32=f10cf54c@1.11.1

@ -1,5 +1,6 @@
annotation.processing.enabled=false
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
ant.customtasks.libs=JWSAntTasks
application.homepage=http://www.jmonkeyengine.com/
@ -51,7 +52,7 @@ javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit_4.classpath}
javadoc.additionalparam=-public
javadoc.additionalparam=-protected
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false

Loading…
Cancel
Save