mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-21 14:32:20 +00:00
Use a specific version of doxygen (1.9.6)
This commit is contained in:
parent
7ed7b6b16b
commit
f2235220d5
2 changed files with 5 additions and 2 deletions
5
.github/workflows/doc.yml
vendored
5
.github/workflows/doc.yml
vendored
|
@ -18,8 +18,11 @@ jobs:
|
|||
|
||||
- name: Install doxygen
|
||||
run: |
|
||||
wget https://www.doxygen.nl/files/doxygen-1.9.6.linux.bin.tar.gz -O - | tar -xzv --directory=/tmp/
|
||||
cd /tmp/doxygen-*
|
||||
sudo make install
|
||||
sudo apt-get update
|
||||
sudo apt-get install doxygen doxygen-latex graphviz
|
||||
sudo apt-get install doxygen-latex graphviz
|
||||
|
||||
- name: Generate documentation
|
||||
run: |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2009-2022 The GRRLIB Team
|
||||
Copyright (c) 2009-2023 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
|
||||
|
|
Loading…
Reference in a new issue