- 30 Jan, 2021 9 commits
-
-
Emmanuele Bassi authored
Generate an API reference for a given project using a template and the introspection data for that project. The basic template is still a work in progress.
-
Emmanuele Bassi authored
We want the "quiet" and "fatal warnings" options to live on the main parser, instead of sub-commands, so we can initialise the logging system once, and print out the report at the end.
-
Emmanuele Bassi authored
We are going to have a configuration file for both the project and the templates, when generating the API reference for a project.
-
Emmanuele Bassi authored
Deal with setting up state and verbosity.
-
Emmanuele Bassi authored
Drop progress and tqdm, and add jinja2 and typogrify.
-
Emmanuele Bassi authored
The commonmark module is too underfeatured for our needs.
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
- 07 Nov, 2020 2 commits
-
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
- 03 Nov, 2020 3 commits
-
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
Let's coalesce all documentation bits into a single parsing method.
-
Emmanuele Bassi authored
Records, Boxed, Union, and Function are namespace-level object types.
-
- 02 Nov, 2020 2 commits
-
-
Emmanuele Bassi authored
They are just like classes, only with fewer sections.
-
Emmanuele Bassi authored
GI-DocGen is a tool that takes introspection data and ancillary MarkDown files, and turns them into an API reference for a GObject-based library. Ideally, it will replace gtk-doc. In practice, it's currently an experiment in how much we can stretch introspection data and MarkDown until either, or both, of them fall apart.
-