Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
7ee0d093
Commit
7ee0d093
authored
Dec 23, 2004
by
tulin@build.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.0-ndb
into build.mysql.com:/users/tulin/mysql-5.0-ndb
parents
799ff48c
0c706840
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
ndb/docs/Makefile.am
ndb/docs/Makefile.am
+2
-2
ndb/docs/doxygen/Doxyfile.ndb
ndb/docs/doxygen/Doxyfile.ndb
+7
-7
ndb/docs/doxygen/predoxy.pl
ndb/docs/doxygen/predoxy.pl
+1
-1
No files found.
ndb/docs/Makefile.am
View file @
7ee0d093
...
...
@@ -52,7 +52,7 @@ ndbapi.html: $(noinst_HEADERS)
@PERL@
$(DOXYDIR)
/predoxy.pl
;
\
mv
footer.html
$(DOXYTMP)
;
\
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.ndbapi
)
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/ndbapi.latex
"NDB API Programmer Guide"
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/ndbapi.latex
"
MySQL Cluster
NDB API Programmer Guide"
;
\
(
cd
$(DOXYOUT)
&&
\
find ndbapi.html
-print
| cpio
-pdm
..
)
;
\
...
...
@@ -78,7 +78,7 @@ mgmapi.html: $(noinst_HEADERS)
@PERL@
$(DOXYDIR)
/predoxy.pl
;
\
mv
footer.html
$(DOXYTMP)
;
\
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.mgmapi
)
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/mgmapi.latex
"
NDB
Cluster MGM API Guide"
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/mgmapi.latex
"
MySQL
Cluster MGM API Guide"
;
\
(
cd
$(DOXYOUT)
&&
\
find mgmapi.html
-print
| cpio
-pdm
..
)
;
\
...
...
ndb/docs/doxygen/Doxyfile.ndb
View file @
7ee0d093
...
...
@@ -105,7 +105,7 @@ ALWAYS_DETAILED_SEC = NO
# ordinary class members. Constructors, destructors and assignment operators of
# the base classes will not be shown.
INLINE_INHERITED_MEMB =
NO
INLINE_INHERITED_MEMB =
YES
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set
...
...
@@ -163,7 +163,7 @@ VERBATIM_HEADERS = NO
# will put list of the files that are included by a file in the documentation
# of that file.
SHOW_INCLUDE_FILES =
YES
SHOW_INCLUDE_FILES =
NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
...
...
@@ -256,7 +256,7 @@ OPTIMIZE_OUTPUT_FOR_C = NO
# at the bottom of the documentation of classes and structs. If set to YES the
# list will mention the files that were used to generate the documentation.
SHOW_USED_FILES =
YES
SHOW_USED_FILES =
NO
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
...
...
@@ -794,21 +794,21 @@ PERL_PATH = /usr/bin/perl
# option is superceded by the HAVE_DOT option below. This is only a fallback. It is
# recommended to install and use dot, since it yield more powerful graphs.
CLASS_DIAGRAMS =
YES
CLASS_DIAGRAMS =
NO
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz, a graph visualization
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
HAVE_DOT =
YES
HAVE_DOT =
NO
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
# indirect inheritance relations. Setting this tag to YES will force the
# the CLASS_DIAGRAMS tag to NO.
CLASS_GRAPH =
YES
CLASS_GRAPH =
NO
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
...
...
@@ -820,7 +820,7 @@ COLLABORATION_GRAPH = YES
# If set to YES, the inheritance and collaboration graphs will show the
# relations between templates and their instances.
TEMPLATE_RELATIONS =
YES
TEMPLATE_RELATIONS =
NO
# If set to YES, the inheritance and collaboration graphs will hide
# inheritance and usage relations if the target is undocumented
...
...
ndb/docs/doxygen/predoxy.pl
View file @
7ee0d093
...
...
@@ -18,7 +18,7 @@ print OUTFILE<<EOT;
<center>
EOT
print
OUTFILE
"
Documentation generated
"
.
localtime
()
.
"
from
NDB Cluster
source files.
";
"
from
mysql
source files.
";
print
OUTFILE
<<EOT;
<br>
© 2003-2004
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment