efl/doc/docfx
Xavi Artigas faaba156ab docfx: Remove collapsible sections
They didn't render correctly in all cases.
2019-07-05 17:06:39 +02:00
..
api
default_efl docfx: Remove collapsible sections 2019-07-05 17:06:39 +02:00
.gitignore
README
docfx.json
e-logo-title.png
filterConfig.yml docfx: Filter out *Concrete classes (again) 2019-05-03 15:28:15 +02:00
gendoc.sh mono-docs: Use full name in list of derived classes 2019-04-23 10:51:56 +02:00
index.md
setup.sh docfx: Only add media files in use to the final docs 2019-06-11 20:00:59 +02:00
toc.yml

README

EFL DocFX SUPPORT
-----------------

DocFX (https://dotnet.github.io/docfx/) generates documentation HTML pages
directly from source code and Markdown files for C# projects.

Although significantly slow, it is a simple alternative while our own
documentation generator for C# is being written.

The scripts in this folder create a documentation site which contains the API
reference guide and articles with tutorials and guides.
The API guide is generated from the EFL mono sources, which are generated as
part of the normal build process.
The articles are fetched from the EFL www-content repository and adapted to
DocFX syntax.

USAGE
-----

First off, build EFL with C# support enabled so the C# sources are generated
(you will need to have mono 5 installed for this).
Then, from this folder, run the `setup.sh` script to download and extract the
DocFX binaries to the `bin` folder, fetch the articles from the `www-content`
repository and adapt them to the DocFX syntax.
Finally, run the `gendoc.sh` script (also from this folder) to produce the HTML
files. First run can take a long time (from 10' to 1h), subsequent runs use
cached results and take about 5 minutes.