Displaying 20 results from an estimated 31 matches for "doxyfile".
Did you mean:
copyfile
2017 Jan 28
2
make check error (opus 1.1.4)
...igure followed by
* make and then
* make check
Can you please help?
Thank you
make[3]: Entering directory `/prj/avspw/karthikr/Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4/doc'
doxygen
Warning: ignoring unsupported tag `PROJECT_BRIEF =' at line 41, file Doxyfile
Warning: ignoring unsupported tag `PROJECT_LOGO =' at line 48, file Doxyfile
Warning: ignoring unsupported tag `HTML_EXTRA_FILES =' at line 225, file Doxyfile
Warning: ignoring unsupported tag `HTML_COLORSTYLE_SAT =' at line 233, file Doxyfile
Warning: ignoring unsupp...
2007 Oct 01
1
drivers/Doxyfile
Charles,
You seem to be the author of the drivers/Doxyfile. Is this file still
used somewhere, or is just slowly rotting in the tree? The 'hid-usb.h'
file mentioned in it was renamed to 'libusb.h' more than two years ago
and meanwhile, tripplite_usb doesn't depend/use libhid and the hidparser
anymore either. Time for an update I suppose...
2013 Jan 07
0
[PATCH] doc: fix out-of-tree build
On 29/12/2012 00:06, Olivier Blin wrote:
> When building outside of the source tree, the Doxyfile needs to be
> generated in the build tree and should point to the proper paths for
> include directories and html footer.
>
> The generated api files to install should also be taken from the build
> tree instead of the source tree.
> ---
> configure.ac | 1 +
>...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...and warning flags,
- API documentation, and
- Support for out-of-tree builds.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 51 +++++++++
autogen.sh | 16 +++
configure.ac | 108 ++++++++++++++++++
doc/Doxyfile | 18 ---
doc/Doxyfile.in | 18 +++
m4/attributes.m4 | 321
++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 543 insertions(+), 18 deletions(-)
create mode 100644 .gitignore
create mode 100644 Makefile.am
create mode 100755 autogen.sh
create mode 100644...
2017 Feb 08
0
make check error (opus 1.1.4)
...-64).
Best,
Tristan
>
>
> Thank you
>
>
>
> make[3]: Entering directory `/prj/avspw/karthikr/
> Development/BFamily/Broadcast/SDM845/Opus/opus-1.1.4/doc'
>
> doxygen
>
> Warning: ignoring unsupported tag `PROJECT_BRIEF =' at line 41,
> file Doxyfile
>
> Warning: ignoring unsupported tag `PROJECT_LOGO =' at line 48,
> file Doxyfile
>
> Warning: ignoring unsupported tag `HTML_EXTRA_FILES =' at line 225,
> file Doxyfile
>
> Warning: ignoring unsupported tag `HTML_COLORSTYLE_SAT =' at line 233...
2006 Oct 16
1
doxygen (was: Re: NUT and Automake)
...er Selinger <selinger@mathstat.dal.ca> wrote:
> I have converted NUT's build system to Automake/Libtool. Right now,
> the new build system is contained in the "automake" branch, at:
Wow... this is really nice. Thanks for taking the time to do the conversion.
> drivers/Doxyfile - this seems to belong to Charles. Perhaps
> related to auto-generating documentation
> for the tripplite_usb driver? It probably
> should go in another directory, and with
> a...
2004 Sep 10
4
OS X compile errors
...In the meantime you can manually add -Dunix to the two assignments
> of OUR_CFLAGS_TAIL in configure.
I tried that fix, ran `make clean; ./configure --prefix=/opt` then:
[TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make
make all-recursive
Making all in doc
Making all in .
doxygen Doxyfile
make[3]: doxygen: Command not found
make[3]: *** [FLAC.tag] Error 127
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn%
Let me know if you want me to try something else, otherwise I'll wait...
2012 Apr 25
0
[PATCH] docs: use "a4" not "a4wide" paper type for doxygen and latex
...nger shipped in texlive.
Reported by Bastian Blank
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
Bastian provided a patch for the latex part but no Signed-off-by, I have
trivially reimplemented that part of the fix from his description.
diff -r 5d796144e8a2 -r 057516cb8433 docs/Doxyfile
--- a/docs/Doxyfile Wed Apr 25 10:17:10 2012 +0100
+++ b/docs/Doxyfile Wed Apr 25 10:24:22 2012 +0100
@@ -747,7 +747,7 @@ COMPACT_LATEX = NO
# by the printer. Possible values are: a4, a4wide, letter, legal and
# executive. If left blank a4wide will be used.
-PAPER_TYPE = a...
2012 Dec 28
3
[PATCH] doc: fix out-of-tree build
When building outside of the source tree, the Doxyfile needs to be
generated in the build tree and should point to the proper paths for
include directories and html footer.
The generated api files to install should also be taken from the build
tree instead of the source tree.
---
configure.ac | 1 +
doc/Doxyfile | 1220 ------------...
2013 Jan 12
2
[PATCH] doc: fix out-of-tree build
Olivier BLIN wrote:
> Is there any comment about this patch?
> The Doxyfile diff might look scary, but it is just a file renaming, and
> looks much smaller with git show -M
Olivier, like Martin said, it looks like it didn't make it to the
list. Please resend.
Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lo...
2014 Jun 24
2
Include directories
Erik de Castro Lopo wrote:
> Patch applied, thanks!
Glad to help!
> Out of curiosity, what platform and compiler are you using? I ask,
> because the Makefile.lite system tries to build the project in
> src/utils/flactimer under Linux, but that program is meant to be
> windows only.
I use Windows as a host (I have Win7 x64 and Win8.1 x64 machines). My
compilers of choice are MinGW
2013 Jan 09
4
[PATCH] doc: fix out-of-tree build
...and not in my mailbox. Take a look here:
http://lists.xiph.org/pipermail/flac-dev/2012-December/thread.html It's
probably still waiting for moderation.
On 07-01-13 17:07, Olivier BLIN wrote:
> On 29/12/2012 00:06, Olivier Blin wrote:
>> When building outside of the source tree, the Doxyfile needs to be
>> generated in the build tree and should point to the proper paths for
>> include directories and html footer.
>>
>> The generated api files to install should also be taken from the build
>> tree instead of the source tree.
>> ---
>> configu...
2014 Jun 26
1
Include directories
...Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common
test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams
utils examples
I took the liberty of removing "doc" from the dependencies of "all".
This is because the Doxygen target depends on a file named "Doxyfile",
which is generated from doc/Doxyfile.in by the configure script.
However, the purpose of Makefile.lite is to avoid the configure script
entirely. (In fact, my motivation for using the Makefile.lite system
is that I have never been able to use Automake on Windows in order to
create the config...
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
...TcpClient for TCP based current protocol) to support specific communication channel (perhaps we will have DBUS, message busses or others in a near future).
> Device, Variable and Command classes are helpers to easily manipulate such concepts.
Is the Doxygen support complete? I didn't see a Doxyfile in the patch. It might also be good to have some high-level documentation, and possibly some example code (even if it is just embedded in the comments - but unit tests would be even better).
There are also some references to "NUTD", which I think means "upsd".
> Actually, l...
2012 Dec 28
0
[PATCH] doc: fix out-of-tree build
When building outside of the source tree, the Doxyfile needs to be
generated in the build tree and should point to the proper paths for
include directories and html footer.
The generated api files to install should also be taken from the build
tree instead of the source tree.
---
configure.ac | 1 +
doc/Doxyfile | 1220 ------------...
2003 Jun 03
1
how i install smba!!
...igured?
I appreciate any help I can get! Thanks!
there are some segments of my directories and files after Installation.
thanks a lot!
henry
balalayka:/usr/local/src/samba-2.2.8a/source #
.. config.guess locking rpc_server
.cvsignore config.sub msdfs rpcclient
.indent.pro configure nmbd script
Doxyfile configure.developer nsswitch smbd
Makefile.in configure.in pam_smbpass smbwrapper
acconfig.h configure.nodebug.developer param tdb
aclocal.m4 configure.txt parsing.doc tests
aparser groupdb passdb ubiqx
architecture.doc include popt utils
auth install-sh printing web
bin internals.doc profile
clien...
2006 Oct 16
5
NUT and Automake
...d Makefiles; for
example, several man pages did not get installed.
* I updated the documentation (INSTALL, README, docs/configure.txt,
etc) to reflect the new build system.
I found two files with which I was not sure what to do. They are:
data/evolution500.dev - what is this for?
drivers/Doxyfile - this seems to belong to Charles. Perhaps
related to auto-generating documentation
for the tripplite_usb driver? It probably
should go in another directory, and with
a better name.
Enjoy, and let me know of any bugs/problems! -- Peter
2004 Sep 10
0
OS X compile errors
...to the two assignments
> > of OUR_CFLAGS_TAIL in configure.
>
> I tried that fix, ran `make clean; ./configure --prefix=/opt` then:
>
> [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make
> make all-recursive
> Making all in doc
> Making all in .
> doxygen Doxyfile
> make[3]: doxygen: Command not found
> make[3]: *** [FLAC.tag] Error 127
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn%
>
> Let me know if you want me to try...
2013 Jan 18
0
[PATCH] Fix the 'distclean' target.
...#39; to succeed.
---
doc/Makefile.am | 2 +-
doc/html/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 67703e9..54ec270 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,5 +38,5 @@ doc_DATA = \
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA)
-maintainer-clean-local:
+distclean-local:
rm -rf FLAC.tag html/api doxytmp
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
index 2b06aab..5fd97cc 100644
--- a/doc/html/Makefile.am
+++ b/doc/html/Makefile.am
@@ -75,6...
2013 Jan 12
0
[PATCH] doc: fix out-of-tree build
On 12/01/2013 06:22, Erik de Castro Lopo wrote:
> Olivier BLIN wrote:
>
>> Is there any comment about this patch?
>> The Doxyfile diff might look scary, but it is just a file renaming, and
>> looks much smaller with git show -M
> Olivier, like Martin said, it looks like it didn't make it to the
> list. Please resend.
>
> Cheers,
> Erik
Hi Erik, Martin,
I am sorry, I can not find a way to get the pat...