doc: Add support for DocFX (C# doc generator) accepted/tizen/unified/20190111.055105 submit/tizen/20190109.051753
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 6 Nov 2018 14:21:03 +0000 (15:21 +0100)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Jan 2019 04:52:17 +0000 (13:52 +0900)
commitf2d4dc6519c46299c3f6024f03827c1102063bc4
treef592da11626d1e58c41ef7027462622a2905d994
parent6540c1b1624edbd98a9c81b45cce8a87ee59bc74
doc: Add support for DocFX (C# doc generator)

Summary: Usage instructions in the README file.

Test Plan:
Follow the README to produce the documentation pages.
Point your browser to docfx/_site/index.html to see the results.

Reviewers: lauromoura, bu5hm4n, cedric, myoungwoon, zmike

Reviewed By: lauromoura, bu5hm4n

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7424

Differential Revision: https://phab.enlightenment.org/D7502
doc/docfx/.gitignore [new file with mode: 0644]
doc/docfx/README [new file with mode: 0644]
doc/docfx/api/.gitignore [new file with mode: 0644]
doc/docfx/api/index.md [new file with mode: 0644]
doc/docfx/docfx.json [new file with mode: 0644]
doc/docfx/e-logo-title.png [new file with mode: 0644]
doc/docfx/filterConfig.yml [new file with mode: 0644]
doc/docfx/gendoc.sh [new file with mode: 0755]
doc/docfx/index.md [new file with mode: 0644]
doc/docfx/setup.sh [new file with mode: 0755]
doc/docfx/toc.yml [new file with mode: 0644]