diff options
author | gokuls <goksing@gmail.com> | 2017-05-17 21:52:10 -0700 |
---|---|---|
committer | gokuls <goksing@gmail.com> | 2017-05-17 22:00:58 -0700 |
commit | 6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da (patch) | |
tree | ae79fd4a40dc9538100c2c3748f9025deda65a76 /VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex | |
parent | 0e6ed6d79983a9726ff6fe699d921356c4c5cc2f (diff) |
VES5.0 development changes not for test
Change-Id: Ib44b38d24e8c841c1a85aaf82265b10f3d387b0c
Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex')
-rw-r--r-- | VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex b/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex new file mode 100644 index 00000000..c67bba41 --- /dev/null +++ b/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex @@ -0,0 +1,36 @@ +\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} |