mirror of https://gitee.com/bigwinds/arangodb
added link
This commit is contained in:
parent
700fb4e5c5
commit
e708664560
|
@ -161,6 +161,12 @@ replDict["e_verbatim"] = ""
|
|||
replDict["s_simplesect"] = ""
|
||||
replDict["e_simplesect"] = ""
|
||||
|
||||
replDict["s_htmlonly"] = ""
|
||||
replDict["e_htmlonly"] = ""
|
||||
|
||||
replDict["s_xmlonly"] = ""
|
||||
replDict["e_xmlonly"] = ""
|
||||
|
||||
################################################################################
|
||||
#### @brief generate code for text value
|
||||
################################################################################
|
||||
|
@ -218,6 +224,10 @@ gencDict["xrefsect"] = True
|
|||
gencDict["xreftitle"] = True
|
||||
gencDict["xrefdescription"] = True
|
||||
|
||||
gencDict["htmlonly"] = False
|
||||
|
||||
gencDict["xmlonly"] = True
|
||||
|
||||
################################################################################
|
||||
#### @brief table entry
|
||||
################################################################################
|
||||
|
|
|
@ -210,6 +210,7 @@ ALIASES += CO{1}="<tt>\1</tt>"
|
|||
ALIASES += REST{1}="<tt><b>\1</b></tt>"
|
||||
ALIASES += GE{1}="<b>\1</b>"
|
||||
ALIASES += EXAMPLES="<b>Examples</b><br>"
|
||||
ALIASES += VERSION="@PACKAGE_VERSION@"
|
||||
|
||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
|
||||
# sources only. Doxygen will then generate output that is more tailored for C.
|
||||
|
|
|
@ -37,12 +37,14 @@
|
|||
/// The AvocadoDB consists of a server, a separate shell, which allows you to
|
||||
/// administrate the server, and a set of client API for various languages.
|
||||
///
|
||||
/// @xmlonly The HTML version of the manual can be found <ulink url="http://www.avocadodb.org/manuals">here</ulink>. @endxmlonly
|
||||
///
|
||||
/// @warning
|
||||
/// AvocadoDB is currently pre-alpha. We want to have a version 1 ready by end
|
||||
/// of May 2012, a multi server version is planned for the third quarter of
|
||||
/// 2012. The document is far from complete.
|
||||
///
|
||||
/// @section AvocadoDBServer AvocadoDB Server
|
||||
/// @section AvocadoDBServer AvocadoDB Server (Version @VERSION)
|
||||
///
|
||||
/// <ul>
|
||||
/// <li>@ref InstallManual</li>
|
||||
|
|
|
@ -240,6 +240,10 @@ namespace triagens {
|
|||
|
||||
static set<right_t> _rights;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// --SECTION-- private variables
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue