diff --git a/docs/html/annotated.html b/docs/html/annotated.html
index efe5ed4..c9ad212 100644
--- a/docs/html/annotated.html
+++ b/docs/html/annotated.html
@@ -29,7 +29,7 @@
- fourdst::libcomposition v2.3.1
+ fourdst::libcomposition v2.4.9
Robust atomic species information library
|
@@ -117,14 +117,18 @@ $(function(){initNavTree('annotated.html',''); initResizable(true); });
| CSpeciesError | Base class for exceptions related to atomic species |
| CUnknownSymbolError | Exception thrown when an unknown symbol is encountered |
| CUnregisteredSymbolError | Exception thrown when a symbol is used that has not been registered |
-| ▼Nutils | |
-| CCompositionHash | |
-| CCanonicalComposition | Represents the canonical (X, Y, Z) composition of stellar material |
-| ▼CComposition | Manages a collection of chemical species and their abundances |
-| CCompositionCache | Caches computed properties of the composition to avoid redundant calculations |
-| CCompositionAbstract | Abstract base class for chemical composition representations |
-| CCompositionDecorator | |
-| CMaskedComposition | |
+| ▼Nio | |
+| CChemicalFileParser | Parser for the tagged flat-text chemical composition data format |
+| CCompositionData | |
+| CIsotopicPercentage | |
+| ▼Nutils | |
+| CCompositionHash | |
+| CCanonicalComposition | Represents the canonical (X, Y, Z) composition of stellar material |
+| ▼CComposition | Manages a collection of chemical species and their abundances |
+| CCompositionCache | Caches computed properties of the composition to avoid redundant calculations |
+| CCompositionAbstract | Abstract base class for chemical composition representations |
+| CCompositionDecorator | |
+| CMaskedComposition | |
| ▼Nstd | STL namespace |
| Chash< fourdst::atomic::Species > | Specialization of std::hash for fourdst::atomic::Species |
| Chash< fourdst::composition::Composition > | |
diff --git a/docs/html/annotated_dup.js b/docs/html/annotated_dup.js
index b9e5959..a80266f 100644
--- a/docs/html/annotated_dup.js
+++ b/docs/html/annotated_dup.js
@@ -15,6 +15,11 @@ var annotated_dup =
[ "UnknownSymbolError", "classfourdst_1_1composition_1_1exceptions_1_1_unknown_symbol_error.html", "classfourdst_1_1composition_1_1exceptions_1_1_unknown_symbol_error" ],
[ "UnregisteredSymbolError", "classfourdst_1_1composition_1_1exceptions_1_1_unregistered_symbol_error.html", "classfourdst_1_1composition_1_1exceptions_1_1_unregistered_symbol_error" ]
] ],
+ [ "io", "namespacefourdst_1_1composition_1_1io.html", [
+ [ "ChemicalFileParser", "classfourdst_1_1composition_1_1io_1_1_chemical_file_parser.html", "classfourdst_1_1composition_1_1io_1_1_chemical_file_parser" ],
+ [ "CompositionData", "structfourdst_1_1composition_1_1io_1_1_composition_data.html", "structfourdst_1_1composition_1_1io_1_1_composition_data" ],
+ [ "IsotopicPercentage", "structfourdst_1_1composition_1_1io_1_1_isotopic_percentage.html", "structfourdst_1_1composition_1_1io_1_1_isotopic_percentage" ]
+ ] ],
[ "utils", "namespacefourdst_1_1composition_1_1utils.html", [
[ "CompositionHash", "structfourdst_1_1composition_1_1utils_1_1_composition_hash.html", "structfourdst_1_1composition_1_1utils_1_1_composition_hash" ]
] ],
diff --git a/docs/html/atomic_8dox.html b/docs/html/atomic_8dox.html
index 66b5649..78c361c 100644
--- a/docs/html/atomic_8dox.html
+++ b/docs/html/atomic_8dox.html
@@ -29,7 +29,7 @@