Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
f0007113
Commit
f0007113
authored
9 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
doc: add initial doxygen documentation
parent
e88e78a2
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+3
-0
3 additions, 0 deletions
Makefile.am
configure.ac
+8
-0
8 additions, 0 deletions
configure.ac
doc/Doxyfile.in
+983
-0
983 additions, 0 deletions
doc/Doxyfile.in
doc/Makefile.am
+9
-0
9 additions, 0 deletions
doc/Makefile.am
with
1003 additions
and
0 deletions
Makefile.am
+
3
−
0
View file @
f0007113
...
...
@@ -2,6 +2,9 @@ SUBDIRS = src
if
ENABLE_TOOLS
SUBDIRS
+=
tools
endif
if
HAVE_DOXYGEN
SUBDIRS
+=
doc
endif
ACLOCAL_AMFLAGS
=
-I
m4
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
8
−
0
View file @
f0007113
...
...
@@ -14,6 +14,11 @@ AC_PROG_CC
AC_PROG_CXX
AM_PROG_AR
AC_CHECK_PROGS([DOXYGEN], [doxygen])
if test -z "$DOXYGEN";
then AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
fi
case "${host_os}" in
"")
SYS=unknown
...
...
@@ -59,5 +64,8 @@ PKG_CHECK_MODULES([GNUTLS], [gnutls >= 3.1])
AC_ARG_ENABLE([tools], AS_HELP_STRING([--disable-tools],[Disable tools (CLI DHT node)]),,build_tools=yes)
AM_CONDITIONAL(ENABLE_TOOLS, test x$build_tools == xyes)
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([doc/Doxyfile doc/Makefile])])
AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile opendht.pc])
AC_OUTPUT
This diff is collapsed.
Click to expand it.
doc/Doxyfile.in
0 → 100644
+
983
−
0
View file @
f0007113
This diff is collapsed.
Click to expand it.
doc/Makefile.am
0 → 100644
+
9
−
0
View file @
f0007113
doxyfile.stamp
:
$(
DOXYGEN
)
Doxyfile
echo
stamp
>
doxyfile.stamp
CLEANFILES
=
doxyfile.stamp
all-local
:
doxyfile.stamp
clean-local
:
rm
-rf
$(
top_srcdir
)
/doc/man
$(
top_srcdir
)
/doc/html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment