Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
52eaa596
Commit
52eaa596
authored
3 years ago
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
move doxygen in a dir
parent
3b656c6a
No related branches found
No related tags found
1 merge request
!11
decompression/compression for non-imagette data
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/Doxyfile.in
+7
-7
7 additions, 7 deletions
doc/doxygen/Doxyfile.in
doc/doxygen/meson.build
+1
-0
1 addition, 0 deletions
doc/doxygen/meson.build
with
8 additions
and
7 deletions
doc/doxygen/Doxyfile.in
+
7
−
7
View file @
52eaa596
...
...
@@ -772,7 +772,7 @@ FILE_VERSION_FILTER = "/bin/sh -c 'git log --pretty=\"format:%ci, author:%aN
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
LAYOUT_FILE = @
SRCDIR@/doc
/DoxygenLayout.xml
LAYOUT_FILE = @
DOXYDIR@
/DoxygenLayout.xml
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
...
...
@@ -1221,7 +1221,7 @@ HTML_FILE_EXTENSION = .html
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_HEADER = @
SRCDIR@/doc
/header.html
HTML_HEADER = @
DOXYDIR@
/header.html
# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
...
...
@@ -1231,7 +1231,7 @@ HTML_HEADER = @SRCDIR@/doc/header.html
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_FOOTER = @
SRCDIR@/doc
/footer.html
HTML_FOOTER = @
DOXYDIR@
/footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
...
...
@@ -1256,7 +1256,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = @
SRCDIR@/doc
/customdoxygen.css
HTML_EXTRA_STYLESHEET = @
DOXYDIR@
/customdoxygen.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
...
...
@@ -1266,9 +1266,9 @@ HTML_EXTRA_STYLESHEET = @SRCDIR@/doc/customdoxygen.css
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_FILES = @
SRCDIR@/doc
/bootstrap.min.css \
@
SRCDIR@/doc
/bootstrap.min.js \
@
SRCDIR@/doc
/doxy-boot.js
HTML_EXTRA_FILES = @
DOXYDIR@
/bootstrap.min.css \
@
DOXYDIR@
/bootstrap.min.js \
@
DOXYDIR@
/doxy-boot.js
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/meson.build
+
1
−
0
View file @
52eaa596
...
...
@@ -13,6 +13,7 @@ doc_layout_files = files([
cdata_doc
=
configuration_data
()
cdata_doc
.
set
(
'VERSION'
,
meson
.
project_version
())
cdata_doc
.
set
(
'SRCDIR'
,
meson
.
project_source_root
())
cdata_doc
.
set
(
'DOXYDIR'
,
meson
.
current_source_dir
())
cdata_doc
.
set
(
'BUILDDIR'
,
meson
.
project_build_root
())
if
find_program
(
'dot'
,
required
:
false
).
found
()
cdata_doc
.
set
(
'HAVE_DOT'
,
'YES'
)
...
...
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