From 3123486969cb1a19b2802e00ccfe8557e2f01136 Mon Sep 17 00:00:00 2001 From: Alfin Johny <alfin.johny@tum.de> Date: Mon, 11 Nov 2024 13:19:09 +0100 Subject: [PATCH] Adapting files in unicado.gitlab.io to include Engine Library documentation --- .gitlab-ci.yml | 2 +- docs/documentation/libraries.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e4e5a8..4c0ba7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ doxygen: - cd libraries/aircraftGeometry2/doc/ && ( cat Doxyfile ; echo "OUTPUT_DIRECTORY = $CI_PROJECT_DIR/docs/documentation/" ) | doxygen - artifacts: paths: - - $CI_PROJECT_DIR/docs/modules + - $CI_PROJECT_DIR/docs/documentation rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: on_success diff --git a/docs/documentation/libraries.md b/docs/documentation/libraries.md index 6cc3952..33da591 100644 --- a/docs/documentation/libraries.md +++ b/docs/documentation/libraries.md @@ -108,7 +108,7 @@ The engine decks can originate from different softwaretools as long as they prov |Module Version|Language|License|Documentation|Dependencies| |:---:|:---:|:---:|---|---| -|2.1.0|:simple-cplusplus: |GPLv3|[Link]()|-| +|2.1.0|:simple-cplusplus: |GPLv3|[Link](EngineLib/index.html)|-| --- -- GitLab