From e54a5be967f812ee1f76d889ff8d693fc1605db2 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 20 Feb 2025 09:45:47 -0500 Subject: [PATCH] docs(config): rebuild docs and removed redundant documentation --- docs/html/annotated.html | 35 +++--- docs/html/annotated_dup.js | 1 + docs/html/classes.html | 2 +- docs/html/functions.html | 15 +++ docs/html/functions_func.html | 15 +++ docs/html/globals.html | 6 +- docs/html/globals_func.html | 6 +- docs/html/navtreedata.js | 2 +- docs/html/navtreeindex0.js | 198 ++++++++++++++++---------------- docs/html/search/all_3.js | 38 +++--- docs/html/search/all_4.js | 16 +-- docs/html/search/all_5.js | 4 +- docs/html/search/all_6.js | 30 ++--- docs/html/search/all_7.js | 6 +- docs/html/search/all_8.js | 18 +-- docs/html/search/all_9.js | 2 +- docs/html/search/classes_0.js | 2 +- docs/html/search/classes_1.js | 13 ++- docs/html/search/classes_2.js | 4 +- docs/html/search/files_0.js | 2 +- docs/html/search/files_1.js | 12 +- docs/html/search/files_2.js | 6 +- docs/html/search/functions_0.js | 6 +- docs/html/search/functions_1.js | 2 +- docs/html/search/functions_2.js | 13 ++- docs/html/search/functions_3.js | 2 +- docs/html/search/functions_4.js | 30 ++--- docs/html/search/functions_5.js | 2 +- docs/html/search/functions_6.js | 12 +- docs/html/search/functions_7.js | 2 +- docs/html/search/functions_8.js | 10 +- docs/html/search/related_0.js | 2 +- docs/html/search/typedefs_0.js | 2 +- docs/html/search/typedefs_1.js | 2 +- docs/latex/annotated.tex | 1 + docs/latex/refman.tex | 1 + src/config/private/config.cpp | 10 -- src/config/public/config.h | 6 + 38 files changed, 291 insertions(+), 245 deletions(-) diff --git a/docs/html/annotated.html b/docs/html/annotated.html index c660d23..29e3b61 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -102,23 +102,24 @@ $(document).ready(function(){initNavTree('annotated.html',''); initResizable();  CCompositeNonlinearIntegratorA class for composite nonlinear integrator  CConfigSingleton class to manage configuration settings loaded from a YAML file  CconfigTestTest suite for the Config class - CConstantStructure to hold a constant's details - CConstantsClass to manage a collection of constants - CconstTestTest suite for the const class - CDObjectA universal data container class - CDObjectTestTest suite for the DObject class - CHeaderStructure to hold the header information of an OPAT file - CLockableDObjectWrapper for DObject with thread-safe access - CLockableDObjectTestTest suite for the LockableDObject class - CMeshIOClass for handling mesh input/output operations - CmeshIOTest - CMetadataRepresents metadata information for data objects in the dobj module - CMetadataTestTest suite for the Metadata class - CNonlinearPowerIntegratorA class for nonlinear power integrator - COpatIOClass to manage the input/output operations for OPAT files - CopatIOTestTest suite for the const class - COPATTableStructure to hold the data of an OPAT table - CTableIndexStructure to hold the index information of a table in an OPAT file + CconfigTestPrivateAccessor + CConstantStructure to hold a constant's details + CConstantsClass to manage a collection of constants + CconstTestTest suite for the const class + CDObjectA universal data container class + CDObjectTestTest suite for the DObject class + CHeaderStructure to hold the header information of an OPAT file + CLockableDObjectWrapper for DObject with thread-safe access + CLockableDObjectTestTest suite for the LockableDObject class + CMeshIOClass for handling mesh input/output operations + CmeshIOTest + CMetadataRepresents metadata information for data objects in the dobj module + CMetadataTestTest suite for the Metadata class + CNonlinearPowerIntegratorA class for nonlinear power integrator + COpatIOClass to manage the input/output operations for OPAT files + CopatIOTestTest suite for the const class + COPATTableStructure to hold the data of an OPAT table + CTableIndexStructure to hold the index information of a table in an OPAT file diff --git a/docs/html/annotated_dup.js b/docs/html/annotated_dup.js index d45a72f..e869f63 100644 --- a/docs/html/annotated_dup.js +++ b/docs/html/annotated_dup.js @@ -4,6 +4,7 @@ var annotated_dup = [ "CompositeNonlinearIntegrator", "classCompositeNonlinearIntegrator.html", "classCompositeNonlinearIntegrator" ], [ "Config", "classConfig.html", null ], [ "configTest", "classconfigTest.html", null ], + [ "configTestPrivateAccessor", "classconfigTestPrivateAccessor.html", null ], [ "Constant", "structConstant.html", "structConstant" ], [ "Constants", "classConstants.html", "classConstants" ], [ "constTest", "classconstTest.html", "classconstTest" ], diff --git a/docs/html/classes.html b/docs/html/classes.html index b756d76..d82ecc0 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('classes.html',''); initResizable(); })
BilinearIntegratorWrapper
C
-
CompositeNonlinearIntegrator
Config
configTest
Constant
Constants
constTest
+
CompositeNonlinearIntegrator
Config
configTest
configTestPrivateAccessor
Constant
Constants
constTest
D
DObject
DObjectTest
diff --git a/docs/html/functions.html b/docs/html/functions.html index 576733c..87ef3c4 100644 --- a/docs/html/functions.html +++ b/docs/html/functions.html @@ -125,6 +125,21 @@ $(document).ready(function(){initNavTree('functions.html',''); initResizable();

- c -