Can the note link to the method instead of class?

0 votes
asked May 17, 2014 in Wanted features by exceldream (120 points)
As the note related to the method, I'd like the note link to the method, not to the class. Is it possible?

I try the following codes, however, it failed.

 

Class A {

       m_a()

}

 

note as N1

IF cond THEN

    flow=1

ENDIF

end note

 

A:m_a() .. N1

1 Answer

0 votes
answered Feb 25, 2018 by Anthony-Gaudino (5,720 points)
It's possible.

See http://forum.plantuml.net/5835
...