Skip to content

Commit

Permalink
DOC: Fix file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Dec 3, 2023
1 parent 1430109 commit d2d853f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/sphinx/source/api/codata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,23 @@ Fortran
C
-------

* `codata.h`: Main C header for the whole library.

.. literalinclude:: ../../../../include/codata.h
:language: C

Version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* `codata_version.h`: C Header.

.. literalinclude:: ../../../../include/codata_version.h
:language: C

Constants
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* `codata_constants.h`: C Header.

.. literalinclude:: ../../../../include/codata_constants.h
:language: C

0 comments on commit d2d853f

Please sign in to comment.