- 07 Jan, 2022 32 commits
-
-
Federico Mena Quintero authored
Hopefully right this time. Part-of: <!652>
-
Part-of: <!645>
-
Part-of: <!647>
-
Federico Mena Quintero authored
Part-of: <!651>
-
Federico Mena Quintero authored
They should appear in https://gnome.pages.gitlab.gnome.org/librsvg/Rsvg-2.0/index.html Part-of: <!651>
-
Federico Mena Quintero authored
Part-of: <!651>
-
Part-of: <GNOME/librsvg!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
With this, the toplevel rsvg-docs.xml is mostly just inclusions from the real content files. Part-of: <!650>
-
Part-of: <!650>
-
Single colons (RsvgHandle:flags instead of RsvgHandle::flags), and add an attribute for the base-uri getter/setter. Part-of: <!650>
-
Part-of: <!650>
-
The individual flags were described, but not the whole enum. Found with `gi-docgen check`. Part-of: <!650>
-
In turning this: /** * SECTION: rsvg-handle * @short_description: Loads SVG data into memory. * * This is the main entry point into the librsvg library. An RsvgHandle is an ... Into this: /** * RsvgHandle: * * `RsvgHandle` loads an SVG document into memory. * * This is the main entry point into the librsvg library. An `RsvgHandle` is an ... We ended up with a duplicate `RsvgHandle:` heading, since there was a stub description for the struct like this: /** * RsvgHandle: * * Lets you load SVG data and render it. */ It appears that g-ir-scanner lets the last one win, so the .gir didn't end up with the long description. See gobject-introspection#413 Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
Part-of: <!650>
-
- 06 Jan, 2022 1 commit
-
-
Abderrahim Kitouni authored
Check for both rst2man and rst2man.py in configure.ac See merge request !649
-
- 05 Jan, 2022 1 commit
-
-
Abderrahim Kitouni authored
-
- 04 Jan, 2022 6 commits
-
-
Federico Mena Quintero authored
Part-of: <!648>
-
Federico Mena Quintero authored
Part-of: <!648>
-
Federico Mena Quintero authored
This removes rsvg-convert.1 form the source tree. Part-of: <!648>
-
Federico Mena Quintero authored
Part-of: <!648>
-
Federico Mena Quintero authored
By convention, man pages in troff format use boldface (.B) to indicate literal text, but RST uses double backticks. So, distinguish between things that are meant to be boldface from those that are quoted literally. Also, include some links and clarifications. Part-of: <!648>