efl-mono: Allow generating doc refs for methods without class
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 11 Apr 2019 08:36:53 +0000 (10:36 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 17 Apr 2019 01:03:29 +0000 (10:03 +0900)
commita02d590c57dec1c8bcaa544c2e1467f17af51d00
tree4e852c294681835d0f2755c4cfe0d6fb70c1607c
parent02b07fb717312ef9ec068256e0d668fcf68bd782
efl-mono: Allow generating doc refs for methods without class

Summary:
Methods without a class (global) make the previous code crash because
func.klass contains something (it cannot be NULL because it is a reference)
but you cannot make much calls on this something.

Test Plan: Currently there are no such references, but I need this working for upcoming patches.

Reviewers: lauromoura, vitor.sousa

Reviewed By: vitor.sousa

Subscribers: vitor.sousa, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8585
src/bin/eolian_mono/eolian/mono/documentation.hh