Re: [Doxygen-users] Comments Update to Code File Via Doxygen

2021-04-15 Thread Stefan Pendl
Am 15.04.2021 um 13:51 schrieb Mellencamp, William via Doxygen-users: Doxygen-Users,     Does Doxygen have the ability to update the comments sections in a code file either based on another file, through GUI interface, or through html, or is it strictly Unidirectional, Code File to Documenta

Re: [Doxygen-users] Double underscores are parsed

2020-04-22 Thread Stefan Pendl
Am 22.04.2020 um 00:09 schrieb cloun: MARKDOWN_SUPPORT is 1. Could you try setting it to zero (0)? -- *Stefan P.* Top-posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in

Re: [Doxygen-users] Double underscores are parsed

2020-04-21 Thread Stefan Pendl
Am 20.04.2020 um 22:49 schrieb cloun: Hi. I am using doxygen 1.8.18 and I have such a fragment: @param    caller        supposed to be __func__ __func__ is a builtin macro and I expect it to be printed verbatim. Nevertheless, it is translated as `func' in bold into the HTML generated document

Re: [Doxygen-users] Full file path in Latex TOC

2019-08-02 Thread Stefan Pendl
Am 02.08.2019 um 22:44 schrieb Leonardo Pereira Santos: But the LaTeX output uses the full path of a file as the section name. This is the ToC: 6.7 C:/some/deep/folder/projects/lalala/firmware/Cortex-M3/cmsis/include/sk5.h File Reference . . . . . . . 38 See the settings FULL_PATH_NAMES

Re: [Doxygen-users] HTML error

2018-08-15 Thread Stefan Pendl
Am 15.08.2018 um 19:28 schrieb marc.jor...@microchip.com: Thanks for the info. Would that be a problem with the doxygen markup in my code or a problem with doxygen itself? Since we don't know your code nor your settings, this will just be guessing. If you create a small and simple example to

Re: [Doxygen-users] HTML error

2018-08-15 Thread Stefan Pendl
Am 14.08.2018 um 23:03 schrieb marc.jor...@microchip.com: I generate html and a chm with Doxygen 1.8.14 and whenever I open the chm I get the following error on every single page:     Script Error     Error: The value of the property ‘$’ is null or undefined, not a Function object If I lo

Re: [Doxygen-users] Doxygen: PROJECT_LOGO and LaTeX

2018-03-16 Thread Stefan Pendl
Am 15.03.2018 um 15:53 schrieb Joe Bloggs: Hi, Should Doxygen's "PROJECT_LOGO" work with LaTeX output? I have Win10 with Doxygen v1.8.14 and MiKTeX v2.9 (for pdflatex). Here are the minimum steps to demonstrate the question: - Create an empty folder - In the empty folder create a new Doxyfile

Re: [Doxygen-users] Inline code does not render the same with 1.8.4 and 1.8.10

2015-10-07 Thread Stefan Pendl
Am 07.10.2015 um 16:00 schrieb Olivier Couet: > Hi, > > I have the following comments in my code: > > /// > /// ### Example1 of use of exec1.C > /// ~~~ {.cpp} > /// Root > TFile f("hsimple.root") > /// Root > hpx.Draw() > /// Root > c1.AddExec("ex1",".x exec1.C") > /// ~~~ > /// > Have you set

Re: [Doxygen-users] FILE_PATTERNS: one custom plus all defaults

2015-08-16 Thread Stefan Pendl
Am 16.08.2015 um 13:45 schrieb Clayton: > Hi doxygen, > > I am looking at the config file and writing to ask if I am missing > something. > > I am using > > FILE_PATTERNS = *.js > FILTER_PATTERNS = *.js=plugins/js2doxy/js2doxy.pl > From the help file topic "Configuration => Configurat

Re: [Doxygen-users] Filenames

2015-02-27 Thread Stefan Pendl
Am 27.02.2015 um 13:40 schrieb JORE: > Hey albert, > > i use Version 1.4.5 > > That is in my Source code: > > /** > * @file CCP V 2.0.h > * @date 25.02.2015 > * @brief Defines, enums, struct etc. > */ > Version 1.4.5 is ancient, released on October 4th, 2005. Now it is nearly ten years later, but

Re: [Doxygen-users] Hyperlink around PROJECT_LOGO

2014-04-25 Thread Stefan Pendl
Am 25.04.2014 08:29, schrieb Marcus Stein: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi @all, > > I'm using PROJECT_LOGO to add a company logo in the top-left corner > of the HTML documentation. > > Is it possible to add a hyperlink to such image so that the user may > easily navigate b

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Stefan Pendl
Am 17.01.2014 19:03, schrieb Arthur Schwarz: > Dmitri; > > The issue is as you expected. I have a cygwin/unix doxygen and a Windows > graphviz (2.30). The absolute paths (/cygdrive/...) sent to graphviz are > rejected. Since I can't download a linux version of graphviz to a Windows > system, is the

Re: [Doxygen-users] LaTeX environment cases: no line break

2013-12-23 Thread Stefan Pendl
Am 23.12.2013 12:49, schrieb Jannick: > I think this package is one of the basic ones for LaTeX documents with > formulae. Jannick, ... and that is the point, if you don't use formulas, you don't need it. In my case there is no use for formulas in documentation, so why should I include it? Fro

Re: [Doxygen-users] Forcing to have a space before doxygen \cite command

2013-08-02 Thread Stefan Pendl
Am 02.08.2013 08:31, schrieb Sebastien Loriot (GeometryFactory): > Hello, > > In some code documentation, I have sentences like "... as described in > \cite FooBar...". Since no space is put before the reference, the output > looks weird. Do you know a trick or a custom command that could force > h

Re: [Doxygen-users] How is the navtree on doxygen.org formatted?

2013-08-01 Thread Stefan Pendl
Am 01.08.2013 18:50, schrieb admsugar: > > > As you can see by this image, the navtree on the doxygen.org site is full of > pages with just text documentation, and these pages aren't sorted > alphabetically like doxygen normally would using t

Re: [Doxygen-users] Including an image in pdf output. \includegraphics versus \image?

2013-07-22 Thread Stefan Pendl
Am 22.07.2013 15:26, schrieb admsugar: > In my HTML output I include a png logo that in my doxy file is the $project > logo. (logo.png) > > If i use \includegraphics{logo.png} even if the HTML output can retrieve the > project logo for some reason I keep getting an error message that logo.png > doe

Re: [Doxygen-users] Including an image in pdf output. \includegraphics versus \image?

2013-07-20 Thread Stefan Pendl
Am 19.07.2013 18:23, schrieb admsugar: > Greg I'm not exactly understanding your answer. I'm not interested in the > latex output at all, the only reason I am concerned with latex is because > pdf output is generated from pdflatex. Are you suggesting that I use > LATEX_EXTRA_FILES to pass my image

Re: [Doxygen-users] Generated HTML not suitable for some Android devices

2013-07-12 Thread Stefan Pendl
Am 12.07.2013 10:43, schrieb Dimitri van Heesch: >> By design, PDF is terrible for mobiles. It is absolutely awful to >> navigate on any screen, and was created for a printing to paper for a >> fixed page size (usually very large) in mind and is paginated for >> rendering on dead trees - so it has

Re: [Doxygen-users] Generated HTML not suitable for some Android devices

2013-07-11 Thread Stefan Pendl
Am 12.07.2013 03:50, schrieb Alan Robertson: > I didn't get any reply to this. This is a serious problem. > > Doxygen is generating HTML which is unusable by a significant percentage > of mobile devices. > > Do I need to send this email somewhere else? > If you report it at the bugzilla site of do

Re: [Doxygen-users] Dead loop of 1.8.4

2013-07-11 Thread Stefan Pendl
Am 12.07.2013 03:28, schrieb Yongwei Wu: > > Should I file a report at BugZilla? > Yes, that is its purpose ;-) -- Stefan P. Top-posting: A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying th

Re: [Doxygen-users] Warning from ":1"

2013-06-06 Thread Stefan Pendl
Am 06.06.2013 03:53, schrieb Geoff Worboys: > PS. Sam, sorry about the duplicate messages, I hate these lists > that don't have the reply-to setup correctly, I'm always > forgetting to fix it. > If you use Thunderbird, you can hit the "reply to list" button ;-) -- Stefan P. Top-posting: A: Beca

Re: [Doxygen-users] [1.8.4/LaTeX] collision with \usepackage{attachfile}

2013-05-19 Thread Stefan Pendl
Am 19.05.2013 19:31, schrieb Jannick: > Hi, > > with the today's version 1.8.4 the attachfile LaTeX package collides with > the hyperref package. The error disappeared after moving > \usepackage{attachfile} after the hyperref block. > > I don't know to amend this without editing the refman.tex file

Re: [Doxygen-users] icon not displayed

2013-05-15 Thread Stefan Pendl
Am 14.05.2013 03:09, schrieb Arbol One: > I am trying to display the attached file in the main page generated by > Doxygen, Following the instructions the image's height is less than 55 > px and the its width is less than 200 px. However, the image does not > show only a small box in the main page

Re: [Doxygen-users] Arabic encoding issue

2013-04-11 Thread Stefan Pendl
Am 11.04.2013 14:32, schrieb Muhammad Bashir Al-Noimi: >> >> The TranslatorArabic currently uses Windows-1256 encoding. >> It is likely that the RTF generator does not take this into account. >> >> The recommended way is to switch to UTF-8 for translator_ar.h. >> I can help a bit with that, but hav

Re: [Doxygen-users] Images not included in LaTeX output with Markdown File

2013-04-04 Thread Stefan Pendl
Am 04.04.2013 23:23, schrieb Michael Jackson: > > After reducing the problem as much as I could I came to the determination > that if I need images I need to do the following: > > ![](Images/picture.png) > @image latex Images/picture.png > > Which slightly messes up the viewing of the Markdown in

Re: [Doxygen-users] Images not included in LaTeX output with Markdown File

2013-04-04 Thread Stefan Pendl
Am 04.04.2013 14:58, schrieb Michael Jackson: > I am using the latest version of DOxygen on OS X 10.6.8 to write my project's > documentation. We are switching to writing everything in Markdown and while > the HTML renders just fine the LaTeX->PDF does not include my images. I > believe I have e

Re: [Doxygen-users] uncorrect tag order on links in HTML & XML

2013-02-28 Thread Stefan Pendl
Am 28.02.2013 13:41, schrieb Philipp Kraus: > Hello, > > I have got this Doxygen (1.8.3.1) source code: > * @see http://en.wikipedia.org/wiki/Perron–Frobenius_theorem > Have you already tried replacing the dash with its URL-encoded (%hh) definition? -- Stefan P. Top-posting: A: Because it mess

Re: [Doxygen-users] problem using customdoxgen.css

2013-02-06 Thread Stefan Pendl
Am 07.02.2013 04:01, schrieb Pete Brunet: > I am using HTML_EXTRA_STYLESHEET. However my css files, > header/footer/conf are in one directory and the IDL is in an immediate > subdirectory. In the conf file the header/footer/css files are prefixed > with ..\ and doxygen is run from the subdiretory

Re: [Doxygen-users] copydoc not working in 1.8.3.1

2013-01-23 Thread Stefan Pendl
Am 23.01.2013 09:53, schrieb Kjell-Ivar Hosum: > Hello! > > When updating to latest release (1.8.3.1), some of the copydoc commands does > not work. > Version 1.8.3 generates the correct result. > May be a similar reported bug has a fix for this, see http://bugzilla.gnome.org/show_bug.cgi?id=6923

Re: [Doxygen-users] Doxygen-1.8.3.1 in SVN

2013-01-20 Thread Stefan Pendl
Am 20.01.2013 14:33, schrieb Dimitri van Heesch: > Hi, > > Here is the changelog since the previous update: > --- --snip > + CHG: id 691607: Using $relpath$ in a custom footer could lead to ambiguities > when follow

Re: [Doxygen-users] Doxygen CSS file

2013-01-07 Thread Stefan Pendl
Am 07.01.2013 23:28, schrieb damon_car...@ltxc.com: > > So I guess my questions for you are these: > 1. Does Doxygen follow a PATH or other mechanism to find the stylesheets to > use, or is it supposed to just use the one in the src directory if the user > does not specify one? > 2. Are any of the

Re: [Doxygen-users] Doxygen CSS file

2013-01-07 Thread Stefan Pendl
Am 07.01.2013 21:30, schrieb Albert: > Hi Damon, > > Can you be a bit more specific about the differences you see. I don't > see a difference between the stylesheet as produced with the -w html > option of Doxygen and the doxygen.cs in the html directory. When the > HTML_STYLESHEET option is used t

Re: [Doxygen-users] [Windows] auto-generating doxygen projects for a codebase with many C++ projects

2012-12-18 Thread Stefan Pendl
Am 18.12.2012 16:00, schrieb John Dexter: > We have a system comprising ~100 VC++ projects and we wish to create > separate doxy projects for each. But manually doing this would be a > pain so I'm looking at some way of scripting something. For instance > using a template to create and generate dox

Re: [Doxygen-users] Fortran Structures

2012-12-11 Thread Stefan Pendl
Am 11.12.2012 18:21, schrieb Albert: > Ken, > > The only way I see to do this is by means of an filter (INPUT_FILTER > or FILTER_PATTERN) in the Doxyfile. > How about an alias that replaces the structure keyword with the one that doxygen knows? -- Stefan P. Top-posting: A: Because it messes up

Re: [Doxygen-users] C++ code inserted via \dontinclude not being correctly indented in Doxygen 1.8.2

2012-11-23 Thread Stefan Pendl
Am 23.11.2012 08:26, schrieb Doxygen: >> >> When we TEST compile under Doxygen 1.8.2. all the indentation is lost >> and the source code is not displayed in a code block. >> > > This typically means you are using an custom stylesheet that needs to be > updated / removed. > I have run into this to

[Doxygen-users] Double dashes (--) are automatically converted to –

2012-11-03 Thread Stefan Pendl
Hi, I have just recently found that double dashes (--) are automatically converted to – in doxygen 1.8.2 I haven't seen this behavior in at least 1.7.x In addition there seems nothing mentioned in the doxygen manual too. Is there any way to prevent this in a different way, instead of having t

Re: [Doxygen-users] Doxygen turns 15 today!

2012-10-27 Thread Stefan Pendl
Am 27.10.2012 16:43, schrieb Dimitri van Heesch: > Hi, > > Today Doxygen is celebrating its 15th anniversary. > I hereby want to thank everyone who has directly or indirectly contributed > over > the years. Doxygen wouldn't have been the same without you! > Thanks Dimitri for providing us with th

Re: [Doxygen-users] Style for Doxygen 1.8.2

2012-10-25 Thread Stefan Pendl
Am 26.10.2012 01:18, schrieb Divesh Goyal: > > The new version works well, however, I really don't like the html style. > I much prefer the old style. > --snip > > Does anyone have any suggestions? > Don't try to make the new layout look like the old one. v1.6.3 is nearly three years old, so th

Re: [Doxygen-users] Latex "style sheets"? (second try)

2012-10-11 Thread Stefan Pendl
2012/10/11 Andrew Voelkel : > Hi, > > Print documentation is particularly important for a Doxygen project I'm > working on, and I've got minor formatting problems that appear to be > solvable in the Latex domain. But I don't see any support for something like > a LaTeX "style sheet", which I could

Re: [Doxygen-users] Tagfiles

2012-10-09 Thread Stefan Pendl
Am 09.10.2012 23:56, schrieb Dimitri van Heesch: > > This is not entirely accurate. I stopped support for generating tag files > from generated HTML output (using the doxytag tool), because that was very > fragile. > Doxygen still supports generating tag files from source code and reading them >

Re: [Doxygen-users] Tagfiles

2012-10-09 Thread Stefan Pendl
Am 09.10.2012 22:10, schrieb Markus Raab: > > I cannot help you with your problem, but I would be interested how good > tagfiles work (except of the cite issue). > > Is it possible to do copydoc and links from and to documentation contained > in tagfiles? > > Do they work with latex and html? > Di

Re: [Doxygen-users] How to debug Doxygen crashes?

2012-08-31 Thread Stefan Pendl
Am 31.08.2012 14:52, schrieb Taceant Omnes: > On Fri, Aug 31, 2012 at 1:08 PM, Stefan Pendl > wrote: > >> You have two options: >> >> 1) run through the doxywizard >> 2) set the WARN_LOGFILE setting > > Thanks, but I would think that whatever goes to WA

Re: [Doxygen-users] How to debug Doxygen crashes?

2012-08-31 Thread Stefan Pendl
Am 31.08.2012 12:40, schrieb Taceant Omnes: > I just had a Doxygen crash. I was able to debug it by looking at file > doxygen_entrydb_4952.tmp in which I could find the name of the > function that was being processed when the crash happened. I then > fixed the offending Doxygen tag. > > Hopefully I

Re: [Doxygen-users] \latexonly broken in 1.8.2??

2012-08-21 Thread Stefan Pendl
Am 22.08.2012 06:11, schrieb Andrew Voelkel: > > What happened? I need to use \latexonly because the \image command does > not support PDF format input in PDFLATEX mode, even though Latex does. > Did you try it? The doxygen manual tells us the only EPS is supported, but I have successfully used

Re: [Doxygen-users] makefile problems with "make pdf" on Windows (newbie question)

2012-08-20 Thread Stefan Pendl
Am 21.08.2012 03:52, schrieb Andrew Voelkel: > Hi All, > > I have two problems with using "make pdf" to generate PDF output. > Most recent versions of doxygen create a make_pdf.bat file, which doesn't rely on GNU make, but uses standard DOS commands instead. Give that a try. -- Stefan P. Top-

Re: [Doxygen-users] Some \code content can remove all later headers

2012-08-16 Thread Stefan Pendl
Am 16.08.2012 23:52, schrieb michael.bro...@thomsonreuters.com: > Hi! > Bug. Doxygen 1.8.1.2 on 64-bit WindowsServer2008 (server version of > Vista). > Sample page (in file testme.dox): > - > /*! \page testme TESTME > [TOC] > # First header {#testme_fi

Re: [Doxygen-users] Parenthese inside URLs mess up Markdown-style links

2012-07-20 Thread Stefan Pendl
Am 20.07.2012 01:00, schrieb michael.bro...@thomsonreuters.com: > Fortunately, URLs with parens work fine in HTML tags. > Have you tried using the URL-encoded (%hex) style too? http://msdn.microsoft.com/en-us/library/s3f49ktz%28VS.80%29.aspx -- Stefan P. Top-posting: A: Because it messes up