Update to include BayesNet 1.0.3

This commit is contained in:
2024-02-25 18:25:10 +01:00
parent 731e03681a
commit 82f2c36621
61 changed files with 25 additions and 80 deletions

View File

@@ -4,7 +4,7 @@ diagrams:
Platform:
type: class
glob:
- src/Platform/*.cc
- src/*.cc
- src/Command/*.cc
using_namespace: platform
include:
@@ -25,7 +25,6 @@ diagrams:
- platform
include:
paths:
- src/Command
- src/Platform
- src
start_from:
- function: main(int,const char **)