Skip to content

Add the notion of standalone doc sections.

Up to now, section annotations had to match a class or interface name in order to be serialized in the gir.

With this commit, they now get serialized as docsection nodes, for potential use by documentation tools.

Merge request reports