mono-docs: Use full name in list of derived classes
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 23 Apr 2019 08:51:56 +0000 (10:51 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 24 Apr 2019 05:24:47 +0000 (14:24 +0900)
commit47a16eb1d2bc514b0dc865970e52932fa5e7409f
treec8f913fe0d0feda9c84eb42e6a1272db20e3b139
parent3e171604e408140c550764cb5cf65cdfa2677d65
mono-docs: Use full name in list of derived classes

In the EFL API we have several objects with the same name in different namespaces.
Thus it is important to use fully-qualified names throughout the docs, to avoid
confusion.
However, the default DocFX templates prefer using only simple class names.
The default templates have already been modified to use full names everywhere
except in the list of derived classes in the hierarchy section, where a DocFX
bug was hit.
This commit is a workaround to that bug (see
https://github.com/dotnet/docfx/issues/3769#issuecomment-485616064 )
so full names (with links) are used in the whole hierarchy.
doc/docfx/default_efl/partials/class.header.tmpl.partial
doc/docfx/gendoc.sh