Update doxygen

This commit is contained in:
Crayon2000 2025-01-04 20:50:57 -05:00
parent 278dc66ce0
commit 6ad7fa9412
4 changed files with 316 additions and 240 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Install doxygen
run: |
wget https://www.doxygen.nl/files/doxygen-1.12.0.linux.bin.tar.gz -O - | tar -xzv --directory=/tmp/
wget https://www.doxygen.nl/files/doxygen-1.13.2.linux.bin.tar.gz -O - | tar -xzv --directory=/tmp/
cd /tmp/doxygen-*
sudo make install
sudo apt-get update

View file

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased][]
- Allow compilation and installation with cmake.
- Added `GRRLIB_LoadTextureTPL` to load TPL data (Texture Palette Library) into a `GRRLIB_texImg`.
- Added `GRRLIB_LoadTextureTPL()` to load TPL data (Texture Palette Library) into a `GRRLIB_texImg`.
- Added `GRRLIB_CreateEmptyTextureFmt()` to create an empty texture with a given format.
## [4.5.1][] - 2024-03-02

View file

@ -1,4 +1,4 @@
Copyright (c) 2009-2024 The GRRLIB Team
Copyright (c) 2009-2025 The GRRLIB Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

File diff suppressed because it is too large Load diff