nus-cs2103-AY2223S1 / forum

14 stars 1 forks source link

PlantUML Sequence Diagram sd 'tag' #384

Open ee-suan opened 1 year ago

ee-suan commented 1 year ago

Hi everyone, I am trying to use a ref frame in my sequence diagram, but I can't seem to find a way to get the sd 'tag' for the separate diagram shown here using PlantUML. Has anyone using a ref frame managed to figure this out? Thanks in advance!

sltsheryl commented 1 year ago

I was also looking if there’s a special way to get sd, but I think the closest is to use

group sd reference_frame_name
// insert what’s inside sd
end
ee-suan commented 1 year ago

It seems that this is the best we can do. Thanks for sharing!