Java Question SLC - xml file contains methods/properties of all classes in my project

moster67

Expert
Licensed User
Longtime User
When compiling with SLC sometimes the resulting xml file contains methods/properties of all classes in my project. To resolve this, shall I indicate in the -b4aignore field every class that I don't want to be included in the xml-docs or is there another way (except of @B4AHide)?
Now, I modify the xml-file after generation....
 
Top