Skip to content

Commit

Permalink
Fix documentation markdown on mainpage
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins committed Jan 9, 2025
1 parent 112592b commit 774f40a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- "doxygen/**"
- ".github/**"
- "images/**"
- ".gitignore"
pull_request:
branches: [ "master" ]
paths-ignore:
- "doxygen/**"
- ".github/**"
- "images/**"
- ".gitignore"

jobs:
build-macos:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Standard | RFC

### Required

- [JANSSON](https://github.com/akheron/jansson">JANSSON) (>= 2.0)
- [JANSSON](https://github.com/akheron/jansson) (>= 2.0)
- [CMake](https://cmake.org) (>= 3.7)

### Crypto support
Expand Down
8 changes: 4 additions & 4 deletions doxygen/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Standard | RFC | Description
``JWK`` and ``JWKS`` | @rfc{7517} | JSON Web Keys and Sets

@note Throughout this documentation you will see links such as the ones
above to RFC documents. These are relevant to that particular part of the
library and are helpful to understand some of the specific standards that
shaped the development of LibJWT.
above to RFC documents. These are relevant to that particular part of the
library and are helpful to understand some of the specific standards that
shaped the development of LibJWT.

@section building \emoji :construction: Build Prerequisites

@subsection req Required

- [JANSSON](https://github.com/akheron/jansson">JANSSON) (>= 2.0)
- [JANSSON](https://github.com/akheron/jansson) (>= 2.0)
- [CMake](https://cmake.org) (>= 3.7)

@subsection req_crypto Crypto support
Expand Down

0 comments on commit 774f40a

Please sign in to comment.