docs(Doxyfile,docs): added doxygen config and initial built doc

This commit is contained in:
2025-01-19 12:24:13 -05:00
parent c782ff644a
commit d3732ce6e9
153 changed files with 21823 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
\doxysection{src/dobj/public/\+DObject.h File Reference}
\hypertarget{_d_object_8h}{}\label{_d_object_8h}\index{src/dobj/public/DObject.h@{src/dobj/public/DObject.h}}
Defines the \doxylink{class_d_object}{DObject} class, a universal data container for the project.
{\ttfamily \#include "{}Metadata.\+h"{}}\newline
{\ttfamily \#include $<$variant$>$}\newline
{\ttfamily \#include $<$memory$>$}\newline
{\ttfamily \#include $<$vector$>$}\newline
{\ttfamily \#include $<$string$>$}\newline
{\ttfamily \#include $<$mutex$>$}\newline
{\ttfamily \#include $<$map$>$}\newline
{\ttfamily \#include $<$functional$>$}\newline
\doxysubsubsection*{Classes}
\begin{DoxyCompactItemize}
\item
class \mbox{\hyperlink{class_d_object}{DObject}}
\begin{DoxyCompactList}\small\item\em A universal data container class. \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection{Detailed Description}
Defines the \doxylink{class_d_object}{DObject} class, a universal data container for the project.
The \doxylink{class_d_object}{DObject} class encapsulates arbitrary data and its associated metadata, providing a consistent interface for public-\/facing functions. It includes support for dynamically registered plugins.