Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-gpu
Commits
6ee2e79b
Commit
6ee2e79b
authored
Aug 14, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create a special script for Doxygen, instead of the toolbox
parent
8079da51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
doc/Doxyfile.in
doc/Doxyfile.in
+1
-1
doc/doc_helper.sh
doc/doc_helper.sh
+23
-0
No files found.
doc/Doxyfile.in
View file @
6ee2e79b
...
...
@@ -663,7 +663,7 @@ IMAGE_PATH =
# If FILTER_PATTERNS is specified, this tag will be
# ignored.
INPUT_FILTER = "@top_srcdir@/
toolbox --add-include
"
INPUT_FILTER = "@top_srcdir@/
doc/doc_helper.sh
"
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis.
...
...
doc/doc_helper.sh
0 → 100644
View file @
6ee2e79b
#! /bin/sh
# Add <vlc_common.h> before most headers
# from old toolbox
# Clean env
LC_ALL
=
C
export
LC_ALL
LANG
=
C
export
LANG
if
test
"
$1
"
=
""
;
then
exit
0
fi
## Add includes to help doxygen
case
"
$1
"
in
*
/vlc_common.h|
*
/include/vlc/
*
);;
*
/include/
*
.h
)
echo
"#include <vlc_common.h>"
;;
esac
cat
$1
exit
0
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