Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
19d31278
Commit
19d31278
authored
Feb 11, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh
This allows using the libav source path as the example path.
parent
f1f42cfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doxyfile
doc/Doxyfile
+1
-2
doxy-wrapper.sh
doc/doxy-wrapper.sh
+1
-0
No files found.
doc/Doxyfile
View file @
19d31278
...
...
@@ -639,8 +639,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
EXAMPLE_PATH = libavcodec/ \
libavformat/
EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
...
...
doc/doxy-wrapper.sh
View file @
19d31278
...
...
@@ -8,6 +8,7 @@ shift 2
doxygen -
<<
EOF
@INCLUDE =
${
DOXYFILE
}
INPUT =
$@
EXAMPLE_PATH =
${
SRC_PATH
}
/
HTML_HEADER =
${
SRC_PATH
}
/doc/doxy/header.html
HTML_FOOTER =
${
SRC_PATH
}
/doc/doxy/footer.html
HTML_STYLESHEET =
${
SRC_PATH
}
/doc/doxy/doxy_stylesheet.css
...
...
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