mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
528 stars 342 forks source link

Fix issue #861: Avoid PlantUML syntax error (from PlantUML release 1.2023.2) #862

Closed nkhancock closed 1 year ago

nkhancock commented 1 year ago

Avoid PlantUML syntax error by defining an empty package before defining the note with annotations on top of package (from 1.2023.2 PlantUML has stricter syntax requiring packages be defined before referencing them, e.g., in a note.

nkhancock commented 1 year ago

Fixes issue #861