Monday, June 20, 2011

NetBeans Tip: How to Add a © Symbol to NetBeans Javadocs

This is some ways is an easy tip. If you are creating Javadocs as part of your project, manage it from the IDE with the project properties. You can include a copyright © along with your company, or personal name by adding the following to the Additional Javadoc Options:
-footer "© 2011 Blue Lotus Software, LLC."
Note: © is Unicode for copyright.

This will result in a copyright being posted on all Javadocs.



1 comments :

Opperbolt said...

nice, but I would have liked an IDE global setting for this (as well)

Popular Posts