forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doxygen_main_page.h
31 lines (28 loc) · 905 Bytes
/
doxygen_main_page.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*! \mainpage %OpenDDS
*
* \section intro_sec Introduction
*
* <a href="http://opendds.org/">OpenDDS</a> is an open source C++
* implementation of the Object Management Group (OMG) Data Distribution
* Service (%DDS).
* Java applications can use %OpenDDS through JNI bindings.
* %OpenDDS was developed and open sourced by
* <a href="https://objectcomputing.com/">OCI</a>.
*
* \section ace_tao_sec Built-In ACE/TAO Documentation
* If this documentation was built using \c generate_combined_doxygen.pl, then
* you can browse the \ref ace_tao_links "ACE/TAO documentation directly" or
* through the ACE/TAO references throughout this documentation.
*/
/*
* Documentation for namespaces since these namespaces are broken up across
* many files.
*/
/*!
* \namespace DDS
* \brief The End User API
*/
/*!
* \namespace OpenDDS
* \brief The Internal API and Implementation of %OpenDDS
*/