Hello,
I've built a java library in Eclipse and then obfuscate it using ProGuard.
The library contains ~20 classes, from which only 2 are not obfuscated (containing functions to be called from my main app).
When I create Javadoc, all public functions are included, not only the ones from the un-obfuscated classes.
Of course I can edit manually the resulted XML file to remove unwanted classes, but there is any way to generate Javadoc only for the classes containing the lines @BA.ShortName(...) and @BA.Version(,,,) ?
Thank you.
I've built a java library in Eclipse and then obfuscate it using ProGuard.
The library contains ~20 classes, from which only 2 are not obfuscated (containing functions to be called from my main app).
When I create Javadoc, all public functions are included, not only the ones from the un-obfuscated classes.
Of course I can edit manually the resulted XML file to remove unwanted classes, but there is any way to generate Javadoc only for the classes containing the lines @BA.ShortName(...) and @BA.Version(,,,) ?
Thank you.