Note at package not class

+1 vote
asked Oct 7, 2013 in To be sorted by anonymous

Is it possible to add a note to a packge instead of a class? If so, how? Doing the following doesn't work:

 

package "abc" {

class A {...}

class B {...}

class C {...}

}

note top of abc : hello world

1 Answer

+2 votes
answered Oct 7, 2013 by mbucc (300 points)
...