Skip to content

Commit c0546e8

Browse files
authored
Merge pull request #139 from eseiler/doc/bold
[DOC] fix api page
2 parents 92c8593 + c496284 commit c0546e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/about/api/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
[TOC]
44

5-
# Application **Programming** Interface (API) stability {#api_stability}
5+
# Application Programming Interface (API) stability {#api_stability}
66

77
Sharg adheres to [semantic versioning](https://semver.org) and provides a stable API within
88
one major release unless otherwise noted.
99

1010
For details regarding API stability, please see the
1111
[SeqAn documentation on API stability](https://docs.seqan.de/seqan/3-master-user/about_api.html#api_stability).
1212

13-
# Application **Binary** Interface (ABI) stability
13+
# Application Binary Interface (ABI) stability
1414

15-
There is no A**B**I stability.
15+
There is no A<strong>B</strong>I stability.
1616

1717
For details regarding ABI stability, please see the
1818
[SeqAn documentation on ABI stability](https://docs.seqan.de/seqan/3-master-user/about_api.html#autotoc_md38).
@@ -22,7 +22,7 @@ For details regarding ABI stability, please see the
2222
The main requirement for Sharg is that your operating system provides one of the compilers supported by us.
2323
In general, we only support the latest three major compiler versions.
2424
We currently support the following compilers on 64-bit operating systems with little-endian CPU architectures:
25-
* GCC10, GCC11
25+
* GCC10, GCC11, GCC12
2626

2727
\note Only the most recent minor release of a compiler is guaranteed to be supported, e.g. when `gcc-10.4` is released,
2828
we may drop support for `gcc-10.3`. Since all platforms with an older version receive minor release updates,

0 commit comments

Comments
 (0)