Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

codegen: simplify handling of comments #40

Closed mardy closed 5 years ago

mardy commented 5 years ago

The previous implementation was not working at all: no documentation was ever appearing on the generated code, as it was not in the templates.

With this commit we allow documenting methods and signals.