search = ∑k = 2 ·· n
nCk
Causes warnings
I'm trying to generate a mathematical statement (sum(k = 2 .. n) immediately
followed by the combinatoric statement, nCk and get doxygen warnings. The
HTML output looks ok in a browser. Is there any way of suppressing the
warnings?
All of the m
Doxygen v1.8.6
Diagnostic Message: SlipWrite.cpp:10: warning: File ended in the middle of a
comment block! Perhaps a missing \endcode?
Removing the namespace slip { }; or replacing "/*/" with "*/" removes the
warning. Namespace seems to work in other contexts and I don't think that "/*/"
i
Dmitri;
It might be possible to remove the current path issues with the use of
graphviz. If the dot interface was encapsulated in a class, then when doxygen
is run it can determine which path format is used by dot and which is native to
the invoking shell/system. Using the appropriate class ob
Error
On Fri, Jan 17, 2014 at 12:10 PM,
wrote:
Date: Fri, 17 Jan 2014 09:09:53 -0800
From: "Arthur Schwarz"
Well, I?ve given this some thought. Dmitri said that there are path issues
when doxygen is compiled for unix and graphviz is compiled for Windows. That
is (sigh and unfortun
below.
-Original Message-
From: Dimitri van Heesch [mailto:doxy...@gmail.com]
Sent: Thursday, January 16, 2014 12:20 PM
To: Arthur Schwarz
Cc: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] Unknown Error
Hi Arthur,
Please set DOT_CLEANUP to NO in the config file and run doxygen
at least
the cause in my situation. You can config doxygen to generate subfolders and
then it will work again.
Hope it helps,
Stefan
From: Arthur Schwarz [mailto:aschwarz1...@att.net]
Sent: Donnerstag, 16. Jänner 2014 18:18
To: 'Ken Kazinski'
Cc: doxygen-users@lists.sourc
to generate subfolders and
then it will work again.
Hope it helps,
Stefan
From: Arthur Schwarz [mailto:aschwarz1...@att.net]
Sent: Donnerstag, 16. Jänner 2014 18:18
To: 'Ken Kazinski'
Cc: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] Unknown Error
I d
Nope, but I will.
thanks
_
From: Albert [mailto:albert.te...@gmail.com]
Sent: Thursday, January 16, 2014 10:19 AM
To: Arthur Schwarz
Cc: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] #include causes an error.
Art,
Did you have a look at \code, \verbatim
kjkazin...@yahoo.com]
Sent: Thursday, January 16, 2014 9:08 AM
To: Arthur Schwarz
Cc: doxygen-users@lists.sourceforge.net
Subject: Re: [Doxygen-users] Unknown Error
Art,
It looks like DOT errors. Do you have Dot installed? Is it in your path or
in the doxyfile?
Sent from my iPhone
On Ja
In my documentation I have:
* #include
repeated several times. On each occurrence I get:
SlipRead.h:37: warning: explicit link request to 'include' could not be
resolved
Is there any way to escape the # or disable the error indication?
Thanks
art
--
For <\b> errors and "End of list marker" errors the line number is incorrect.Is
there any way (in a future release) to output correct line numbers? By the way,
what is an "End of list marker"? Is it or ?
The messages are:
SlipReader.h:1077: warning: found tag without matching
SlipSequencer.c
Win 7
Doxygen 1.8.6 (cygwin)
I have errors generated by Doxygen and don't know how to fix them. Before I ran
doxygen I deleted all generated subdirectories (rm -rf *). So execution ran on
a clean slate. The errors seem to be generated by interface programs that
Doxygen uses.
Thanks
art
Here
If you're searching for single non-ASCII characters let me suggest that you
write a simple program to check for them. Nothing fancy, maybe something like
(in C):
#include
void SimpleProgram(char* filename) {
FILE* stdin = fopen(filename, 'r');
int chr;
while( chr = fgetc(stdin) )
I have graphviz installed and a brief look in the browser seems to show no
problem with the generated HTML. Any idea what these errors mean and how I can
fix the problem?
The files exist and the permissions are "-rw-r--r--", the sticky bit is not set
and the owner has read/write permission. I'm
I can't figure out what is wrong with the following:
/**
* @fn virtual SlipDatum& SlipOp::copy(const SlipDatum& X) const
* @copydoc SlipDatum::copy()
* @see SlipDatum::copy()
* @param[in] X (SlipDatum&) cell to be copied
*/
and
virtual SlipDatum& copy(const SlipDatum& X) const;
Is there an option to sort warning messages by line numbers for a file? It
looks like each pass which generates a warning message outputs the message at
the end of the previous last message in a file.
As always, great work.
thanks
art
--
Could you consider making the output line numbers for and warnings
less ambiguous in your next software release? I've noted the following issues
in the warning messages:
1: missing . The line number is never correct. Most often it is a random
number greater
than the last line of the file
I'd like to give the Doxygen crew a friendly hug. I reported two bugs several
months ago (vrs. 1.8.3 and 1.8.4) and you have apparently fixed them. In vrs.
1.8.3 the graphic information was (most times) missing from the output on my
laptop but not on my desktop. In vrs. 1.8.5 it appears fixed (a
An Update;
I downloaded updates to Cygwin64 and now:
[1] My terminal is a minttty
[2] Doxygen does indeed terminate but: in the Win7 Task Manager:
a. Doxygen terminates as an Application
b. Doxygen does not terminate as a Process
c. The mintty does not return from execution
Hi;
I just installed cygwin64 version of doxygen and ran it against an existing
project, it seemed to run into an infinite loop. I ran the same project using
the cygwin32 version of doxygen and it completed successfully. Not an issue for
me since I can always run the 32-bit version, but has
cygwin 1.7.20
GNU Make 3.82.90
doxyrules.make looks alright. Line 29 does have a double command but I can't
see that that makes a whole bunch of difference. Any idea what's wrong?
(removing the first rule creates a error at line 40).
art
Make executed in perlmod. The paths are:
./Referenc
Doxygen is an ideal platform to provide some software engineering metrics. My
thought is that Doxygen already has a parser and already collects must of the
information needed to generate at least some of the statistics, so at least
there is a starting point.
Please consider:
* Outp
at reference. Thanks.
art
____
From: Albert
To: Arthur Schwarz
Cc: "doxygen-users@lists.sourceforge.net"
Sent: Thursday, June 13, 2013 11:21 AM
Subject: Re: [Doxygen-users] doxygen 1.8.4 hangs
Dear Arthur,
Just remembered, some console output migh
I just installed doxygen 1.8.4 running under Win7 and cygwin. When I execute
doxygen in either environment it hangs. I am including my config file w/o
comments. I've looked at the file and can't see what I might be doing wrong.
Any help would be appreciated. I'm dead in the water.
Doxyfile
Des
Doxywizard 1.8.3 (doxygen 1.8.3)
I'm trying to make a pdf file without success. In Doxywizrd I have set latex >
'an intermidiate form of hyperlinked pdf' and in expert mode I have set Perlmod
'GENERATE_PERLMOD' and 'PERLMOD_LATEX'.
Using the latest cygwin I execute 'make -d pdf' in the perlmod
I have two methods which differ in their return values. I'd like to \copydetail
from one method into another and alter \return. I've tried to do this and
failed. Can I alter any of the details ('add to' or delete)?
--
How
Hi Dmitry;
I said "now how did I get the hex notation for a check mark wrong" (and easy
thing for me to do, by the way. So I just did some deep, intensive sleuthing
(I
did a Google sear) and Lo, there are four hex values for a check mark (without
a
box) and another one with a box.
thanks
a
I'm trying to have the HTML output a check mark (✒). It outputs
"✒". Any cure for this malady?
--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring servi
I tried to generate an html table from the text below with a result in the
text below, below. The problem starts with '|='. Have I constructed the
table incorrectly? Is there any way around this issue (other than putting
the table in HTML)?
Thanks
art
/**
*
* Legal types in Simple and
On my desktop I can see hierarchy graphs. On my laptop I can only view textual
class hierarchy. The Doxyfiles are the same. Any reason for this?
--
Precog is a next-generation analytics platform capable of advanced
analyti
Is there a way to separate the index.html file from the directory it is in
and rename it? I have about 225 items (directories and files) generated by
Doxygen along with the index.html file. It is a pain to find the index.html
file in the browser.
--
?
From: Arthur Schwarz
To: doxygen-users@lists.sourceforge.net
Sent: Sun, April 14, 2013 3:43:37 PM
Subject: Generated table not correctly displayed
I have an html table in my structured comments which doesn't display correctly.
I've run my html code and the doxygen gene
I have an html table in my structured comments which doesn't display correctly.
I've run my html code and the doxygen generated code with the appropriate HTML
4.01 headers/trailers through the http://validator.w3.org/check validator and
it
validates. I've looked at the table in both IE-64bit an
Would it be possible to sort class references in the class member listings?
It's
difficult to find a given method in an unsorted lists.
thanks
art
--
Precog is a next-generation analytics platform capable of advanced
a
34 matches
Mail list logo