Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a1251a8d
Commit
a1251a8d
authored
Oct 26, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for Doxygen
parent
460fa6b7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1308 additions
and
1 deletion
+1308
-1
bindings/cil/Doxyfile.in
bindings/cil/Doxyfile.in
+1300
-0
bindings/cil/Makefile.am
bindings/cil/Makefile.am
+5
-0
bindings/cil/configure.ac
bindings/cil/configure.ac
+3
-1
No files found.
bindings/cil/Doxyfile.in
0 → 100644
View file @
a1251a8d
This diff is collapsed.
Click to expand it.
bindings/cil/Makefile.am
View file @
a1251a8d
...
...
@@ -11,3 +11,8 @@ AUTOMAKE_OPTIONS = \
SUBDIRS
=
src tests
DIST_SUBDIRS
=
$(SUBDIRS)
m4
doc
:
Doxyfile
$(DOXYGEN)
.PHONY
:
doc
bindings/cil/configure.ac
View file @
a1251a8d
...
...
@@ -31,8 +31,10 @@ AC_ARG_VAR([CSC], [C sharp compiler command])
AC_ARG_VAR([CSFLAGS], [C sharp compiler flags])
AC_PATH_PROG([CSC], [gmcs csc], [false])
AC_ARG_VAR([DOXYGEN], [Doxygen command])
AC_PATH_PROG([DOXYGEN], [doxygen], [false])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile m4/Makefile src/Makefile tests/Makefile])
AC_CONFIG_FILES([Makefile m4/Makefile src/Makefile tests/Makefile
Doxyfile
])
AC_OUTPUT
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