parent
b41c83017e
commit
48aebe207b
@ -1,27 +0,0 @@
|
||||
diff -rupN jack-1.9.8.old/doxyfile jack-1.9.8/doxyfile
|
||||
--- jack-1.9.8.old/doxyfile 2011-12-19 06:53:48.000000000 -0500
|
||||
+++ jack-1.9.8/doxyfile 2011-12-24 14:04:23.569998760 -0500
|
||||
@@ -574,22 +574,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
-INPUT = common \
|
||||
- posix \
|
||||
- macosx \
|
||||
- macosx/coreaudio/ \
|
||||
- macosx/coremidi/ \
|
||||
- linux \
|
||||
- linux/alsa \
|
||||
- linux/alsarawmidi \
|
||||
- linux/firewire \
|
||||
- linux/freebob \
|
||||
- windows \
|
||||
- windows/portaudio \
|
||||
- windows/winmme \
|
||||
- solaris \
|
||||
- solaris/oss \
|
||||
- common/jack/
|
||||
+INPUT = common/jack/
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
@ -1,22 +0,0 @@
|
||||
diff -rupN jack-1.9.7.old/doxyfile jack-1.9.7/doxyfile
|
||||
--- jack-1.9.7.old/doxyfile 2011-03-30 11:03:54.000000000 -0400
|
||||
+++ jack-1.9.7/doxyfile 2011-04-02 23:03:35.000000000 -0400
|
||||
@@ -800,7 +800,7 @@ HTML_HEADER =
|
||||
# each generated HTML page. If it is left blank doxygen will generate a
|
||||
# standard footer.
|
||||
|
||||
-HTML_FOOTER =
|
||||
+HTML_FOOTER = no_date_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
|
||||
diff -rupN jack-1.9.7.old/no_date_footer.html jack-1.9.7/no_date_footer.html
|
||||
--- jack-1.9.7.old/no_date_footer.html 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ jack-1.9.7/no_date_footer.html 2011-04-02 22:53:49.000000000 -0400
|
||||
@@ -0,0 +1,6 @@
|
||||
+<hr size="1"><address style="text-align: right;"><small>
|
||||
+Generated for $projectname by <a href="http://www.doxygen.org/
|
||||
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
||||
+$doxygenversion</small></address>
|
||||
+</body>
|
||||
+</html>
|
@ -0,0 +1,22 @@
|
||||
diff -up jack2-1.9.12/doxyfile.in.nodate jack2-1.9.12/doxyfile.in
|
||||
--- jack2-1.9.12/doxyfile.in.nodate 2017-12-13 22:19:04.000000000 +0100
|
||||
+++ jack2-1.9.12/doxyfile.in 2017-12-26 18:15:27.130315688 +0100
|
||||
@@ -807,7 +807,7 @@ HTML_HEADER =
|
||||
# each generated HTML page. If it is left blank doxygen will generate a
|
||||
# standard footer.
|
||||
|
||||
-HTML_FOOTER =
|
||||
+HTML_FOOTER = @SRCDIR@/no_date_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
|
||||
diff -up jack2-1.9.12/no_date_footer.html.nodate jack2-1.9.12/no_date_footer.html
|
||||
--- jack2-1.9.12/no_date_footer.html.nodate 2017-12-26 18:12:48.975963873 +0100
|
||||
+++ jack2-1.9.12/no_date_footer.html 2017-12-26 18:12:48.975963873 +0100
|
||||
@@ -0,0 +1,6 @@
|
||||
+<hr size="1"><address style="text-align: right;"><small>
|
||||
+Generated for $projectname by <a href="http://www.doxygen.org/
|
||||
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
||||
+$doxygenversion</small></address>
|
||||
+</body>
|
||||
+</html>
|
@ -0,0 +1,27 @@
|
||||
diff -up jack2-1.9.12/doxyfile.in.nointernalapi jack2-1.9.12/doxyfile.in
|
||||
--- jack2-1.9.12/doxyfile.in.nointernalapi 2017-12-26 17:43:14.387643693 +0100
|
||||
+++ jack2-1.9.12/doxyfile.in 2017-12-26 17:44:34.743795861 +0100
|
||||
@@ -574,22 +574,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
-INPUT = @SRCDIR@/common \
|
||||
- @SRCDIR@/posix \
|
||||
- @SRCDIR@/macosx \
|
||||
- @SRCDIR@/macosx/coreaudio/ \
|
||||
- @SRCDIR@/macosx/coremidi/ \
|
||||
- @SRCDIR@/linux \
|
||||
- @SRCDIR@/linux/alsa \
|
||||
- @SRCDIR@/linux/alsarawmidi \
|
||||
- @SRCDIR@/linux/firewire \
|
||||
- @SRCDIR@/linux/freebob \
|
||||
- @SRCDIR@/windows \
|
||||
- @SRCDIR@/windows/portaudio \
|
||||
- @SRCDIR@/windows/winmme \
|
||||
- @SRCDIR@/solaris \
|
||||
- @SRCDIR@/solaris/oss \
|
||||
- @SRCDIR@/common/jack/
|
||||
+INPUT = @SRCDIR@/common/jack/
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
@ -1,12 +1,12 @@
|
||||
diff -rupN jack-1.9.7.old/doxyfile jack-1.9.7/doxyfile
|
||||
--- jack-1.9.7.old/doxyfile 2011-03-30 11:03:54.000000000 -0400
|
||||
+++ jack-1.9.7/doxyfile 2011-04-03 08:54:03.000000000 -0400
|
||||
@@ -38,7 +38,7 @@ PROJECT_NUMBER = 1.9.7
|
||||
diff -up jack2-1.9.12/doxyfile.in.outdir jack2-1.9.12/doxyfile.in
|
||||
--- jack2-1.9.12/doxyfile.in.outdir 2017-12-26 17:41:13.121923158 +0100
|
||||
+++ jack2-1.9.12/doxyfile.in 2017-12-26 17:41:29.048755116 +0100
|
||||
@@ -38,7 +38,7 @@ PROJECT_NUMBER = @VERSION@
|
||||
# If a relative path is entered, it will be relative to the location
|
||||
# where doxygen was started. If left blank the current directory will be used.
|
||||
|
||||
-OUTPUT_DIRECTORY =
|
||||
+OUTPUT_DIRECTORY = build/default/
|
||||
+OUTPUT_DIRECTORY = default/
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
|
||||
# 4096 sub-directories (in 2 levels) under the output directory of each output
|
Loading…
Reference in new issue