From 4e676d9c1d01f5ca2d6824aee5aee0a2a184a61f Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 22 Apr 2024 11:57:43 +0200 Subject: [PATCH] Update the ford.yml and fpm.toml files. --- ford.yml | 11 ++++++----- fpm.toml | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ford.yml b/ford.yml index 3fa056d..ddff5cc 100644 --- a/ford.yml +++ b/ford.yml @@ -1,23 +1,24 @@ project: ForTime -version: {!VERSION!} +version: 0.4.0 year: 2023-2024 project_github: https://github.com/gha3mi/fortime author: Seyed Ali Ghasemi email: info@gha3mi.com github: https://github.com/gha3mi +license: BSD 3-Clause src_dir: ./src - ./test ./example + ./test output_dir: ./doc source: true +incl_src: true graph: true coloured_edges: true search: true +print_creation_date: true +sort: permission-alpha display: public private protected -print_creation_date: true -favicon: ./media/logo.png -media_dir: ./media {!README.md!} \ No newline at end of file diff --git a/fpm.toml b/fpm.toml index 8f3c8f9..c2edf45 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,9 +1,9 @@ name = "fortime" -version = "VERSION" +version = "0.4.0" +license = "BSD 3-Clause License" author = "Seyed Ali Ghasemi" maintainer = "info@gha3mi.com" copyright = "Copyright 2023-2024, Seyed Ali Ghasemi" -license = "LICENSE" [dependencies]