pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
128 stars 36 forks source link

In case of a shadowed function include the docs from the shadowed one with a notice #50

Closed lazka closed 10 years ago

lazka commented 10 years ago

So in case of g_io_add_watch and g_io_add_watch_full use g_io_add_watch_full for the docs and add the docs of g_io_add_watch in a note box.

lazka commented 10 years ago

Fixed