Sync docs after Magic API POT/PO file split

This commit is contained in:
Bill Kendrick 2022-10-04 02:44:39 -07:00
parent f9ecc42725
commit 812d7e5767
14 changed files with 98 additions and 81 deletions

View file

@ -3,13 +3,13 @@
Magic Tool Plugin API Documentation
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
octobre 3, 2022
+----------------------------------------------------+
|Table des matières |
|Table of Contents |
|----------------------------------------------------|
| * Prequisites |
| * Interfaces |
@ -52,7 +52,7 @@ Magic Tool Plugin API Documentation
graphics tools, such as GIMP, should be familiar with this plugin
concept.)
Prérequis
Prerequisites
Tux Paint is written in the C programming language, and uses the Simple
DirectMedia Layer library ('libSDL', or simply 'SDL'; available from
@ -697,9 +697,9 @@ Linux and other Unix-like Platforms
The first line sets up Makefile variable ("CFLAGS") that contains flags
for the compiler. "-Wall" asks for all compiler warnings to be shown.
"-O2" asks for level 2 optimization. "( tp-magic-config --cflags)" runs
"tp-magic-config" to retrieve additional compiler flags that "Magic" tool
plugins require. (The "$(shell ...)" directive is similar to the `
"-O2" asks for level 2 optimization. "($shell tp-magic-config --cflags)"
runs "tp-magic-config" to retrieve additional compiler flags that "Magic"
tool plugins require. (The "$(shell ...)" directive is similar to the `
("grave") character in the BASH shell examples, above.)
The next line defines a Makefile target, "my_plugin.so", and states that
@ -1044,7 +1044,7 @@ macOS
* GNU C Compiler: See "gcc"
* grave: The "`" character; used by the BASH shell to use the output of
a command as the command-line arguments to another.
* vert: See "RGBA"
* green: See "RGBA"
* ->: See "arrow"
* .h: See "C header file"
* header: See "C header file"