Skip to content

Commit 18f5fa1

Browse files
authored
Merge pull request #14 from dlealv/typedoc-review
Review in details TYPEDOC documentation
2 parents 7e81957 + f0b5045 commit 18f5fa1

21 files changed

Lines changed: 732 additions & 557 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
---
8+
## [2.1.4] – 2025-07-17
9+
### Changed
10+
- Reviewed, in details, the TYPEDOC documentation, corrected some examples and added more details.
11+
812
## [2.1.3] – 2025-07-15
913
### Changed
1014
- Updated `README.md` with minor corrections about extra field output

docs/typedoc/assets/highlight.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
--dark-hl-10: #C8C8C8;
2424
--light-hl-11: #000000FF;
2525
--dark-hl-11: #D4D4D4;
26-
--light-hl-12: #CD3131;
27-
--dark-hl-12: #F44747;
2826
--light-code-background: #FFFFFF;
2927
--dark-code-background: #1E1E1E;
3028
}
@@ -42,7 +40,6 @@
4240
--hl-9: var(--light-hl-9);
4341
--hl-10: var(--light-hl-10);
4442
--hl-11: var(--light-hl-11);
45-
--hl-12: var(--light-hl-12);
4643
--code-background: var(--light-code-background);
4744
} }
4845

@@ -59,7 +56,6 @@
5956
--hl-9: var(--dark-hl-9);
6057
--hl-10: var(--dark-hl-10);
6158
--hl-11: var(--dark-hl-11);
62-
--hl-12: var(--dark-hl-12);
6359
--code-background: var(--dark-code-background);
6460
} }
6561

@@ -76,7 +72,6 @@
7672
--hl-9: var(--light-hl-9);
7773
--hl-10: var(--light-hl-10);
7874
--hl-11: var(--light-hl-11);
79-
--hl-12: var(--light-hl-12);
8075
--code-background: var(--light-code-background);
8176
}
8277

@@ -93,7 +88,6 @@
9388
--hl-9: var(--dark-hl-9);
9489
--hl-10: var(--dark-hl-10);
9590
--hl-11: var(--dark-hl-11);
96-
--hl-12: var(--dark-hl-12);
9791
--code-background: var(--dark-code-background);
9892
}
9993

@@ -109,5 +103,4 @@
109103
.hl-9 { color: var(--hl-9); }
110104
.hl-10 { color: var(--hl-10); }
111105
.hl-11 { color: var(--hl-11); }
112-
.hl-12 { color: var(--hl-12); }
113106
pre, code { background: var(--code-background); }

docs/typedoc/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)