Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2024-04-27 17:29:11 +02:00
commit 5f5b781f04
7 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
- name: Update apt-get (needed for act docker image)
run: |
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get -qq update
- name: Install tree

View File

@ -4,6 +4,7 @@
--
-- ===
-- @module Shapes.CIRCLE
-- @image MOOSE.JPG
--- CIRCLE class.
-- @type CIRCLE

View File

@ -4,6 +4,7 @@
--
-- ===
-- @module Shapes.CUBE
-- @image MOOSE.JPG
--- LINE class.
-- @type CUBE

View File

@ -4,6 +4,7 @@
--
-- ===
-- @module Shapes.LINE
-- @image MOOSE.JPG
--- LINE class.
-- @type LINE

View File

@ -4,6 +4,7 @@
--
-- ===
-- @module Shapes.OVAL
-- @image MOOSE.JPG
--- OVAL class.
-- @type OVAL

View File

@ -4,6 +4,7 @@
--
-- ===
-- @module Shapes.POLYGON
-- @image MOOSE.JPG
--- POLYGON class.
-- @type POLYGON

View File

@ -5,6 +5,7 @@
--
-- ===
-- @module Shapes.TRIANGLE
-- @image MOOSE.JPG
--- LINE class.
-- @type CUBE