Skip to content

Commit

Permalink
Update doc formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 11, 2024
1 parent 60e7009 commit 39596e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/codata_api.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module codata__api
!! API
!! API.
!! See [specs](../page/specs/api.html).
!!
!! The latest values (2022) do not have the year as a suffix in their name.
!! Older values can be used and they feature the year as a suffix in their name.
use codata__version, only: version
Expand Down
2 changes: 1 addition & 1 deletion src/codata_capi.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module codata__capi
!! C API
!! C API.
!! See [specs](../page/specs/capi.html).
use codata__api, only: get_version
use iso_c_binding, only: c_ptr, c_null_char, c_loc
Expand Down

0 comments on commit 39596e6

Please sign in to comment.