[Doxygen-users] · and   cause an error

2014-10-07 Thread Arthur Schwarz
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-users] Missing \endcode? message

2014-04-16 Thread Arthur Schwarz
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

[Doxygen-users] [ENHANCEMENT] Remove path dependencies from graphviz

2014-01-17 Thread Arthur Schwarz
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

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
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

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
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

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
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

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
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

Re: [Doxygen-users] #include causes an error.

2014-01-16 Thread Arthur Schwarz
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

Re: [Doxygen-users] Unknown Error

2014-01-16 Thread Arthur Schwarz
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

[Doxygen-users] #include causes an error.

2014-01-16 Thread Arthur Schwarz
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 --

[Doxygen-users] Wrong line numbers for certain error messages

2014-01-16 Thread Arthur Schwarz
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

[Doxygen-users] Unknown Error

2014-01-16 Thread Arthur Schwarz
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

Re: [Doxygen-users] Missing "refman" tex file for PDF output generation

2013-11-26 Thread Arthur Schwarz
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) )

[Doxygen-users] Error: dot: can't open

2013-09-22 Thread Arthur Schwarz
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

[Doxygen-users] Warning of mismatched arguments

2013-09-22 Thread Arthur Schwarz
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; 

[Doxygen-users] Sort of warning messages by line number

2013-09-22 Thread Arthur Schwarz
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 --

[Doxygen-users] and warning line number ambiguity

2013-09-22 Thread Arthur Schwarz
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

[Doxygen-users] Fixing Laptop Bugs

2013-09-11 Thread Arthur Schwarz
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

Re: [Doxygen-users] cygwin64 doxygen 1.8.4 failure

2013-08-15 Thread Arthur Schwarz
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

[Doxygen-users] cygwin64 doxygen 1.8.4 failure

2013-08-13 Thread Arthur Schwarz
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

[Doxygen-users] Trouble making a pdf file from latex

2013-06-28 Thread Arthur Schwarz
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-users] Suggestion(s)

2013-06-25 Thread Arthur Schwarz
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

Re: [Doxygen-users] doxygen 1.8.4 hangs

2013-06-13 Thread Arthur Schwarz
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

[Doxygen-users] doxygen 1.8.4 hangs

2013-06-13 Thread Arthur Schwarz
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

[Doxygen-users] Trouble with make pdf

2013-06-12 Thread Arthur Schwarz
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

[Doxygen-users] Using \copydetail

2013-06-06 Thread Arthur Schwarz
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

[Doxygen-users] Hex checkmark

2013-04-29 Thread Arthur Schwarz
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

[Doxygen-users] Printing hex characters

2013-04-28 Thread Arthur Schwarz
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

[Doxygen-users] Markup table does not create correct HTML

2013-04-26 Thread Arthur Schwarz
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

[Doxygen-users] Hierachy Graphs on my laptop

2013-04-22 Thread Arthur Schwarz
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

[Doxygen-users] Separate and rename index.html

2013-04-22 Thread Arthur Schwarz
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. --

Re: [Doxygen-users] Generated table not correctly displayed

2013-04-14 Thread Arthur Schwarz
? 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

[Doxygen-users] Generated table not correctly displayed

2013-04-14 Thread Arthur Schwarz
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

[Doxygen-users] Enhancements

2013-04-12 Thread Arthur Schwarz
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