Skip to content

Commit 260e10a

Browse files
MarkOatesSiegeLord
authored andcommitted
Add "Since: 5.2.6" to new doc entries
1 parent e6c8693 commit 260e10a

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

docs/src/refman/acodec.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Return true on success.
3636

3737
Returns true if the acodec addon is initialized, otherwise returns false.
3838

39+
Since: 5.2.6
40+
3941
## API: al_get_allegro_acodec_version
4042

4143
Returns the (compiled) version of the addon, in the same format as

docs/src/refman/font.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ See also: [al_init_image_addon], [al_init_ttf_addon], [al_shutdown_font_addon]
7575

7676
Returns true if the font addon is initialized, otherwise returns false.
7777

78+
Since: 5.2.6
79+
7880
See also: [al_init_image_addon], [al_shutdown_font_addon]
7981

8082
### API: al_shutdown_font_addon
@@ -706,6 +708,8 @@ Returns true on success, false on failure.
706708

707709
Returns true if the TTF addon is initialized, otherwise returns false.
708710

711+
Since: 5.2.6
712+
709713
See also: [al_init_ttf_addon], [al_shutdown_ttf_addon]
710714

711715
### API: al_shutdown_ttf_addon

docs/src/refman/image.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ have the pixel format matching the format in the file.
3333

3434
Returns true if the image addon is initialized, otherwise returns false.
3535

36+
Since: 5.2.6
37+
3638
## API: al_shutdown_image_addon
3739

3840
Shut down the image addon. This is done automatically at program exit,

docs/src/refman/native_dialog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ See also: [al_shutdown_native_dialog_addon]
3535

3636
Returns true if the native dialog addon is initialized, otherwise returns false.
3737

38+
Since: 5.2.6
39+
3840
## API: al_shutdown_native_dialog_addon
3941

4042
Shut down the native dialog addon.

docs/src/refman/primitives.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ See also: [al_shutdown_primitives_addon]
2727

2828
Returns true if the primitives addon is initialized, otherwise returns false.
2929

30+
Since: 5.2.6
31+
3032
See also: [al_init_primitives_addon], [al_shutdown_primitives_addon]
3133

3234
### API: al_shutdown_primitives_addon

docs/src/refman/video.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Since: 5.1.12
6969

7070
Returns true if the video addon is initialized, otherwise returns false.
7171

72+
Since: 5.2.6
73+
7274
## API: al_shutdown_video_addon
7375

7476
Shut down the video addon. This is done automatically at program exit,

0 commit comments

Comments
 (0)