Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
a045446f
Commit
a045446f
authored
Dec 27, 2020
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(docs): disable inherit graph
parent
a0a425a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
libuniset2.spec
conf/libuniset2.spec
+0
-9
UniSetDox.cfg.in
docs/UniSetDox.cfg.in
+1
-1
No files found.
conf/libuniset2.spec
View file @
a045446f
...
@@ -345,15 +345,6 @@ Libraries needed to develop for uniset MQTT extension
...
@@ -345,15 +345,6 @@ Libraries needed to develop for uniset MQTT extension
%configure %{subst_enable docs} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable pgsql} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %{subst_enable tests} %{subst_enable mqtt} %{subst_enable api} %{subst_enable netdata} %{subst_enable logdb} %{subst_enable com485f} %{subst_enable opentsdb}
%configure %{subst_enable docs} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable pgsql} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %{subst_enable tests} %{subst_enable mqtt} %{subst_enable api} %{subst_enable netdata} %{subst_enable logdb} %{subst_enable com485f} %{subst_enable opentsdb}
%make_build
%make_build
# fix for ALTLinux build (noarch)
%if_enabled docs
cd docs/html
PNGFILES=`find ./ -name '*.png' -type f`
for F in ${PNGFILES}; do
convert ${F} -flatten +matte ${F}
done
%endif
%install
%install
%makeinstall_std
%makeinstall_std
rm -f %buildroot%_libdir/*.la
rm -f %buildroot%_libdir/*.la
...
...
docs/UniSetDox.cfg.in
View file @
a045446f
...
@@ -2295,7 +2295,7 @@ CALLER_GRAPH = NO
...
@@ -2295,7 +2295,7 @@ CALLER_GRAPH = NO
# The default value is: YES.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
# This tag requires that the tag HAVE_DOT is set to YES.
GRAPHICAL_HIERARCHY =
YES
GRAPHICAL_HIERARCHY =
NO
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependencies a directory has on other directories in a graphical way. The
...
...
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