aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex')
-rw-r--r--vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex36
1 files changed, 0 insertions, 36 deletions
diff --git a/vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex b/vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex
deleted file mode 100644
index c67bba41..00000000
--- a/vnfs/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex
+++ /dev/null
@@ -1,36 +0,0 @@
-\hypertarget{manual_8c}{}\subsection{manual.\+c File Reference}
-\label{manual_8c}\index{manual.\+c@{manual.\+c}}
-\subsubsection*{Classes}
-\begin{DoxyCompactItemize}
-\item
-struct \hyperlink{struct_object}{Object}
-\begin{DoxyCompactList}\small\item\em \hyperlink{struct_object}{Object} type. \end{DoxyCompactList}\item
-struct \hyperlink{struct_vehicle}{Vehicle}
-\begin{DoxyCompactList}\small\item\em \hyperlink{struct_vehicle}{Vehicle} type. \end{DoxyCompactList}\item
-struct \hyperlink{struct_car}{Car}
-\begin{DoxyCompactList}\small\item\em \hyperlink{struct_car}{Car} type. \end{DoxyCompactList}\item
-struct \hyperlink{struct_truck}{Truck}
-\begin{DoxyCompactList}\small\item\em \hyperlink{struct_truck}{Truck} type. \end{DoxyCompactList}\end{DoxyCompactItemize}
-\subsubsection*{Functions}
-\begin{DoxyCompactItemize}
-\item
-int \hyperlink{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{main} (void)
-\end{DoxyCompactItemize}
-
-
-\subsubsection{Function Documentation}
-\hypertarget{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{}\label{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}
-\index{manual.\+c@{manual.\+c}!main@{main}}
-\index{main@{main}!manual.\+c@{manual.\+c}}
-\paragraph{\texorpdfstring{main()}{main()}}
-{\footnotesize\ttfamily int main (\begin{DoxyParamCaption}\item[{void}]{ }\end{DoxyParamCaption})}
-
-Main function.
-
-Ref \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicle\+Start()}, \hyperlink{struct_object_a71225073d06a793b9a6ea9263ed37b12}{obj\+Ref()}, \hyperlink{struct_object_a924ee0cecc906d148022b3f0d6325cfb}{obj\+Unref()}.
-\begin{DoxyCode}
-83 \{
-84 \hyperlink{struct_car}{Car} c;
-85 \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicleStart}((\hyperlink{struct_vehicle}{Vehicle}*) &c);
-86 \}
-\end{DoxyCode}