Re: [Doxygen-users] Crash

2017-07-14 Thread Albert
Dear Vinnie, Please try to get a stack trace (might give a first indication where the crash occurs and afterwards please create a small example reproducing the problem. Albert <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content

Re: [Doxygen-users] Images in htmlinclude fines

2017-07-11 Thread Albert
$relpath^ marker in the HTML_HEADER and/or HTML_FOO - TER files to load these files. In the HTML_STYLESHEET file, use the file name only. Also note that the files will be copied as-is; there are no commands or markers available. Albert On Tue, Jul 11, 2017 at 5:11 PM, Bob+ Biton via Doxygen-users < do

Re: [Doxygen-users] Hyperlinked PDF generation has broken in verson 1.8.13

2017-03-09 Thread Albert
example that ypou cans share. Albert On Thu, Mar 9, 2017 at 1:52 PM, Igor Rudenko wrote: > Hello. > > After switching to Doxygen version 1.8.13 generation of hyperlinked PDF > through LaTeX has broken for my project. I'm not LaTeX expert so > unfortunately, the error message

Re: [Doxygen-users] PREDEFINES macro expansion without spaces

2017-01-25 Thread Albert
) that allows us to reproduce the problem. Albert On Wed, Jan 25, 2017 at 3:34 PM, Frank Mehnert wrote: > Hi, > > I define a macro like > > "FOO(x)=virtual ~x();" > > to be able to create an empty virtual destructor of a C++ class. However, > the expanded text of

Re: [Doxygen-users] Problem with creating PDF from LaTEX

2017-01-25 Thread Albert
{DoxyCompactItemize} in the file: namespace_publican_creators.tex Albert On Wed, Jan 25, 2017 at 2:48 PM, Robert Heller wrote: > Oh, you might need to do a make clean. Sometimes cruft is left over and > *LaTeX* is partitularly bad when dealing with leftover .aux files. > > My make statements for doxy

Re: [Doxygen-users] Problem with creating PDF from LaTEX

2017-01-25 Thread Albert
file in a tar or zip) that allows us to reproduce the problem? Albert On Wed, Jan 25, 2017 at 2:37 PM, Sascha Manns wrote: > Hi Albert, > > On 25.01.2017 14:21, Albert wrote: > > In the file namespace_publican_creators.tex I found under the > \subsection*{Name

Re: [Doxygen-users] Problem with creating PDF from LaTEX

2017-01-25 Thread Albert
list. Albert On Wed, Jan 25, 2017 at 1:59 PM, Albert wrote: > I tried it with the 1.8.13 after downloading the source code from github > and get the same error. > (would be good when the project logo would be in the repository as well > and not taken from /home/) > > Albert &

Re: [Doxygen-users] Problem with creating PDF from LaTEX

2017-01-25 Thread Albert
I tried it with the 1.8.13 after downloading the source code from github and get the same error. (would be good when the project logo would be in the repository as well and not taken from /home/) Albert On Wed, Jan 25, 2017 at 1:47 PM, Sascha Manns wrote: > Hi Albert, > > On 25.0

Re: [Doxygen-users] Problem with creating PDF from LaTEX

2017-01-25 Thread Albert
Which version of doxygen? Current version is 1.8.13. Albert On Wed, Jan 25, 2017 at 11:52 AM, Sascha Manns wrote: > Hello list, > > actually i'm trying to get a PDF from LaTEX sources. > > I'm getting: > > [5] [6] > Chapter 4. > (./namespace_publican_creato

Re: [Doxygen-users] Remove strange character

2016-11-22 Thread Albert
The code has to be placed in an own style sheet (e.g. my.css) and ths style sheet has to be made available in HTML_EXTRA_STYLESHEET On Tue, Nov 22, 2016 at 6:55 PM, Olivier Couet wrote: > Can you send the actuel code you have ? .. it might be some hidden > characters. > > > > On 22 Nov 2016, at

Re: [Doxygen-users] Remove strange character

2016-11-22 Thread Albert
It is possible. Create a HTML_EXTRA_STYLESHEET and place in this: .permalink{ display: none;} See also: http://stackoverflow.com/questions/40389959/how-to-eliminate-silcrow-paragraph-sign-in-doxygen-for-python On Tue, Nov 22, 2016 at 5:10 PM, dumas_brian wrote: > In some 'c' functions

Re: [Doxygen-users] bug? - \snippet works, but not snippetlineno, snippetdoc ?

2016-10-03 Thread Albert
in a more consistent way in the 1.8.12 version. Please have a look at the results for the 1.8.12 version. Albert On Mon, Oct 3, 2016 at 9:45 PM, Monique Semp wrote: > Hello, Doxygen users, > > *Short story:* > > In Doxygen 1.8.10, on Windows 7, parsing .c code, the output for

Re: [Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Albert
Anas, Please create a small test case and attach it to this thread, so we can see what can bee done. Albert On Fri, Sep 23, 2016 at 3:10 PM, Anas Nashif wrote: > Hi, > Yes, I tried, the contents of the markdown file are being included as > (without line breaks), so there is no trans

Re: [Doxygen-users] Using \includedoc with markdown

2016-09-23 Thread Albert
Anas, Did you try with a small test run? What was the result? Albert On Fri, Sep 23, 2016 at 1:22 PM, Anas Nashif wrote: > Hi, > Is it possible to include markdown files and have them included for > example to expand on the @details of a function? > > For example > > /*

Re: [Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Albert
Matthew, Thank you for the example. I see indeed a feature tthat is not supported yet in doxygen: generic, public :: wibble => wibble_integer, wibble_real It will take a it of time before I can have a good look at this problem. Albert On Thu, Sep 22, 2016 at 3:45 PM, Hambley, Matt

Re: [Doxygen-users] Whither Fortran type-bound procedure documentation?

2016-09-22 Thread Albert
Matthew, Can you create a small example to show the short comings? Best Regards, Albert On Thu, Sep 22, 2016 at 11:25 AM, Hambley, Matthew < matthew.hamb...@metoffice.gov.uk> wrote: > My original attempt to send this overtook my joining the mailing list so > it is lost in lim

Re: [Doxygen-users] \warning - customize the "Warning" text ?

2016-09-22 Thread Albert
I know). Best Regards, Albert On Thu, Sep 22, 2016 at 9:58 AM, Clemens Feige wrote: > Monique Semp wrote on 22.09.2016 at 01:02: > > Hello, Doxygen users, > > > > (Doxygen 1.8.10, Windows 7) > > > > Is there a way to create in essence an alias for the \warning c

Re: [Doxygen-users] Broken Links to C++ Source Files

2016-09-02 Thread Albert
Frank, Please post a small example including the used Doxyfile (to make it a bit smaller use the -s option, so the comment is not present) or list the differences between the standard Doxyfile and the one you used so it is possible to reproduce the problem. Albert On Fri, Sep 2, 2016 at 10:08

Re: [Doxygen-users] EXTERNAL: Re: \include inserts line numbers for LaTeX/PDF output

2016-08-24 Thread Albert
Luis, Better option is to use @verbinclude instead of @include. In the mean time I found the problem and pushed a proposed patch to github (pull request 505) Albert On Wed, Aug 24, 2016 at 11:45 AM, Albert wrote: > Luis, > > I was able to reproduce the problem. > The example ma

Re: [Doxygen-users] EXTERNAL: Re: \include inserts line numbers for LaTeX/PDF output

2016-08-24 Thread Albert
Luis, I was able to reproduce the problem. The example makefile is in your case the 'userbuild.mk', looks like in one way or another a wrong printing routine is called. A quick workaround is:EXTENSION_MAPPING = mk=C Best Regards, Albert On Wed, Aug 24, 2016 at 12:14 AM, Vega, Lui

Re: [Doxygen-users] \include inserts line numbers for LaTeX/PDF output

2016-08-18 Thread Albert
a bug report (see: http://www.stack.nl/~dimitri/doxygen/manual/trouble.html#bug_reports) with the relevant informatin? Albert On Wed, Aug 10, 2016 at 11:50 PM, Vega, Luis A wrote: > Doxygen offers two options when including examples. One for just the text > (i.e., \include), and the othe

Re: [Doxygen-users] missing brief class descriptions

2016-08-17 Thread Albert
Rob, No bell ringing. Have a look at the new settings in the Doxyfiole between 1.7.5.1 and 1.7.6 A small example would help i.e. source that shows up in 1.7.5.1 and doesn't in 1.7.6 including Doxyfile. Albert On Wed, Aug 17, 2016 at 5:38 PM, Rob Boehne wrote: > All, > > I rece

Re: [Doxygen-users] documenting C structure

2016-07-07 Thread Albert
Please add some code and the version of doxygen you used, so we can see what you tried and it is easier to give an advise. Albert On Thu, Jul 7, 2016 at 11:33 AM, MURESIANU Philippe < p.muresi...@oberthur.com> wrote: > Hi, > > > > When I declare a structure in my .c sourc

Re: [Doxygen-users] Placing \page in custom command.

2016-06-29 Thread Albert
Jeffrey, As far as I know the ALIAS commands cannot be nested. For the \n problem I would advise to use the . Albert On Tue, Jun 28, 2016 at 4:10 PM, Robertson, Jeffrey E (US) < jeff.robert...@baesystems.com> wrote: > I am trying to add a list of items to a page. I am using the

Re: [Doxygen-users] hard to search - the archives on sourceforge...

2016-06-24 Thread Albert
Monique, It is indeed hard to search but quite often I have quite good success with google (not only for doxygen) on stack exchange buy giving as first word stack followed by some keywords. Albert On Fri, Jun 24, 2016 at 7:56 PM, Monique Semp wrote: > > This question has popped up mu

Re: [Doxygen-users] Q: possible to create custom special pages?

2016-06-24 Thread Albert
Albrecht, Please look in the manual at \xrefitem or search the internet for some examples. This question has popped up multiple times on e.g. this forum and on stackexchange. Albert On Fri, Jun 24, 2016 at 7:15 PM, Albrecht Dreß wrote: > Hi all, > > Is it possible in doxygen to

Re: [Doxygen-users] Newbie Question (Be Nice!): Hits and misses

2016-06-08 Thread Albert
Paul, This message has nothing to do with the selected type of output. Please have a look in the documentation of the LOOKUP_CACHE_SIZE setting in the configuration part of the manual. So no omissions as you suspected. Albert On Wed, Jun 8, 2016 at 3:59 PM, Flores, Paul A. wrote: > Rat

Re: [Doxygen-users] display log message of TortoiseSVN

2016-06-02 Thread Albert
Juergen, I'm not sure if it is what you meant, but did you have a look at: FILE_VERSION_FILTER in the manual (paragraoh "Build related configuration options" of the chapter "Configuration") Best Regards, Albert On Thu, Jun 2, 2016 at 7:09 AM, juergen1769 wrote: >

Re: [Doxygen-users] Preprocessing

2016-05-16 Thread Albert
Mouadh, I think it is correct, when myconst the first #if evaluates to true and the second to false (test is myconst == 20, and myconst has a value of 10). Albert On Mon, May 16, 2016 at 7:52 PM, Mouadh Balti wrote: > Dear All; > > i'am using doxygen to document a source code

Re: [Doxygen-users] A hash character inside a markdown table

2016-05-10 Thread Albert
Brian, Did you try to do the escaping by means of a backslash ? Albert On Tue, May 10, 2016 at 6:48 PM, Brian Henning wrote: > Hi, > > > > I’m trying to display a hash inside a string inside a markdown table. > Here is the source: > > > > -0.5 | P#B2 | -2

Re: [Doxygen-users] Multiple indents inside paragraphs?

2016-05-04 Thread Albert
ot working. Albert On Tue, May 3, 2016 at 10:06 PM, Brian Henning wrote: > Hello, > > > > I’m hoping to create some documentation that looks like this: > > > > Blah blah blah > > Blah blah blah > > Blah blah blah > > Blah blah bla

Re: [Doxygen-users] 'Undefined control sequence' error when using user-defined Latex header.tex

2016-04-27 Thread Albert
Alexey, Are you, by default, using your own header.tex file, in that case you probably have to update your own header.tex file, otherwise what happens when generating the documentation with the current version of doxygen (1.8.11) ? Albert On Wed, Apr 27, 2016 at 5:20 PM, Alexey Kushnir wrote

Re: [Doxygen-users] documentation of cuda fortran code

2016-04-23 Thread Albert
EXPAND_ONLY_PREDEF = YES PREDEFINED = attributes(device)= should be sufficient. Albert On Sat, Apr 23, 2016 at 4:21 AM, Jian Tao Zhang wrote: > Hello, > > I am trying to document a source code which includes fortran90 and some > cuda fortran files. Doxygen handles fo

Re: [Doxygen-users] Table of contents breaks when documentation spans multiple comment blocks with same @page

2016-04-09 Thread Albert
Based on this question I've pushed a proposed solution to github (pull request 468) so that when tableofcontents is set once for a page it remains set. On Wed, Apr 6, 2016 at 10:27 PM, Jimi Damon wrote: > Hi Albert, > > I apologize for now responding as my mail program filter

Re: [Doxygen-users] Bug: Doxygen fails to copy logo image to LaTex output dir

2016-04-03 Thread Albert
I've just pushed a proposed patch to github (pull request 463) The project logo was only copied for HTML, now it is done also for LaTeX and RTF. A current work around is to specify the project logo in LATEX_EXTRA_FILES On Fri, Feb 26, 2016 at 12:31 AM, Vega, Luis A wrote: > When outputting doc

Re: [Doxygen-users] Table of contents breaks when documentation spans multiple comment blocks with same @page

2016-03-25 Thread Albert
Jimi, Did you try to specify @tableofcontents after the second page as well, looks like, at least when I interpret the output and question correctly, the second page command disables the tableofcontents and can be enabled again by calling tableofcontents again Albert On Fri, Mar 25, 2016 at 4

Re: [Doxygen-users] Table of contents breaks when documentation spans multiple comment blocks with same @page

2016-03-25 Thread Albert
Jimi, You wrote that you are using doxygen 1.8.6, the current version is 1.8.11, how/what are the results with this newer version? Albert On Thu, Mar 24, 2016 at 7:59 PM, Jimi Damon wrote: > Hi, > > I am using 1.8.6 ( on Ubuntu 14.04 ) and I have a C sample file that is > b

Re: [Doxygen-users] Three slashes for brief comment

2016-02-04 Thread Albert
In a number of cases (not sure about which) adding /// \file on the top of the file helps. Albert On Thu, Feb 4, 2016 at 4:03 PM, Christoph Lipka wrote: > Hi Florian, > > to quote from the docs: > > "For the *brief* description there are also several possibilities: >

Re: [Doxygen-users] Fortran INCLUDE statement

2016-01-16 Thread Albert
Petr, Indeed include statements are ignored in FORTRAN, I don't have a direct solution for it other hat using an INPUT_FILTER (or other FILTER posibilities) that includes the (possible recursive) include code and hands this over to doxygen. Albert On Fri, Jan 15, 2016 at 10:02 PM, Petr

Re: [Doxygen-users] call graph problems

2016-01-11 Thread Albert
Hi Lorenz, Happy new year to you as well. Good to hear that the problem seems to be solved. Best Regards, Albert On Mon, Jan 11, 2016 at 3:05 PM, Lorenz wrote: > Hi Albert, > > happy new year > > Albert wrote: > >I've tested it with the 1.8.10 version now as we

Re: [Doxygen-users] call graph problems

2016-01-03 Thread Albert
you didn't mentioning using the git repository version.) Albert On Sat, Jan 2, 2016 at 8:49 PM, lorenz wrote: > Albert gmail.com> writes: > > > > Lorenz, > > Which version of doxygen are you using? > > I'm using 1.8.11 to on a win7-64 workstation > > >

Re: [Doxygen-users] call graph problems

2016-01-02 Thread Albert
Lorenz, Which version of doxygen are you using? What are your flags that are different from the default Doxyfile? Using version 1.8.11 I see all graphs. Note: why/what are the last 2 non-blank lines in your doxytest.cpp pasted code. Albert On Fri, Dec 11, 2015 at 1:26 PM, Lorenz wrote: >

Re: [Doxygen-users] js files not included in jenkins

2015-12-19 Thread Albert
I think searching for Chrome and allow scripts will give some hints. Google Chrome the option --allow-file-access-from-files should be used to overcome the problem that javascript is not executed as Google Chrome browser will not load local file by default due to security reason. Albert On Sat

Re: [Doxygen-users] problem with backslash in markdown

2015-11-24 Thread Albert
Yngve, When there is is no objection to using normal doxygen commands you could use \code and \endcond or \verbatim \endverbatim Albert On Tue, Nov 24, 2015 at 12:05 PM, Yngve Inntjore Levinsen < yngve.levin...@esss.se> wrote: > Hi all, > > I am having an issue with backslash i

Re: [Doxygen-users] Fortan problems

2015-11-15 Thread Albert
Regarding the problem of showing non documented functions etc. in the brief description section I've pushed a proposed solution github (pull request 411) Albert On Tue, Oct 13, 2015 at 3:13 PM, Petr Parik wrote: > Hi all, > > It seems Doxygen 1.8.10 does not work properly on F

Re: [Doxygen-users] Javascript ?

2015-11-09 Thread Albert
Leif, Did you try *.js with the input patterns? Albert On Mon, Nov 9, 2015 at 2:29 PM, Leif Jensen wrote: >Hello, > >We have used doxygen in many years for our C and java projects. Now we > got a new relative big project, that will be javascript (and HTML5). I was >

Re: [Doxygen-users] Fortan problems

2015-11-08 Thread Albert
I've just pushed a proposed patch to github (pull request 409). This request is regarding the problems B and C. Albert On Sun, Nov 8, 2015 at 11:11 AM, Albert wrote: > Dear Petr, > > Regarding problem A: > Can you please attach a self-contained example (source+config file

Re: [Doxygen-users] Fortan problems

2015-11-08 Thread Albert
problems B and C) Albert On Tue, Oct 13, 2015 at 3:13 PM, Petr Parik wrote: > Hi all, > > It seems Doxygen 1.8.10 does not work properly on Fortran modules. > > A. If a module is not documented it is not listed on the "file > reference" page (as expected) but all its

Re: [Doxygen-users] Fortan problems

2015-11-08 Thread Albert
tar or zip) that allows me to reproduce the problem? (Preferably as bug report at bugzilla (https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen) Albert On Tue, Oct 13, 2015 at 3:13 PM, Petr Parik wrote: > Hi all, > > It seems Doxygen 1.8.10 does not work properly on Fortran modul

Re: [Doxygen-users] plugin / filter not behaving as expected

2015-10-14 Thread Albert
I've just pushed an update to github (pull request 404) with an extra note in the Doxyfile / documentation On Mon, Oct 12, 2015 at 11:01 AM, Clayton wrote: > Hi Albert, > > On Sat, 10 Oct 2015 10:31:07 +0200 > Albert wrote: > > > I assume you caught the output of the

Re: [Doxygen-users] plugin / filter not behaving as expected

2015-10-10 Thread Albert
css files are listed in the files processed) Albert On Sat, Oct 10, 2015 at 9:40 AM, Clayton wrote: > Hi all, > > I am prototyping a plugin a la > > http://www.stack.nl/~dimitri/doxygen/helpers.html > > for html / js / css (GitHub repos tagged as "html") to u

Re: [Doxygen-users] It seems Doxygen get confuse when using

2015-10-04 Thread Albert
Olivier, Which version of doxygen are you using? Can you provide a small project (the 3 source files and the used Doxyfile) to reproduce the problem? Albert On Wed, Sep 30, 2015 at 8:53 AM, Olivier Couet wrote: > Any idea about this one ? > > > On 28 Sep 2015, at 08:28, Olivier

Re: [Doxygen-users] RTF output has incomplete "References" and "Referenced by" sections

2015-09-30 Thread Albert
Based on the message in bugzilla: I've just pushed a proposed solution to github (pull request 400). On Mon, Sep 28, 2015 at 10:28 AM, Ingolf Steinbach < ingolf.steinb...@gmail.com> wrote: > Hi again, > > Please find attached a small example showing the problem (look at the > description of th

Re: [Doxygen-users] now want to suppress \brief in \page display

2015-09-19 Thread Albert
Monique, Did you have a look at the possibilities of the doxygen layout file? (doxygen -l and the LAYOUT_FILE setting in the Doxyfile) Albert On Sat, Sep 19, 2015 at 2:17 AM, Monique Semp wrote: > (Using Doxygen 1.8.10) > > Well, setting the REPEAT_BRIEF option to NO took care of th

Re: [Doxygen-users] Hide "Class Hierachy" page?

2015-09-18 Thread Albert
Hi Zack, Why are you you using "false" and not "no". The default gives "yes" so it would be logical to use "no". And from a quick look in the code I think that everything else as "no" or "0" is considered to be "yes". Best

Re: [Doxygen-users] any way to suppress - prepending \brief to \details in class & file members ?

2015-09-16 Thread Albert
Monique, Did you have a look at e.g. BRIEF_MEMBER_DESC and REPEAT_BRIEF in the Doxyfile ? Albert On Wed, Sep 16, 2015 at 2:55 AM, Monique Semp wrote: > Hello, Doxygen users, > > I’m wondering if there’s any way to suppress the standard behavior of the > \brief and \details comman

Re: [Doxygen-users] Hide "Class Hierachy" page?

2015-09-02 Thread Albert
Zack, Please have a look at DoxygenLayout.xml(generated by doxygen -w) and look here for "classes" Alebrt On Tue, Sep 1, 2015 at 8:45 PM, Zack Snyder wrote: > Hi all, > > how can I hide the "Class Hierachy" page? > > Regards, > Zack > > > ---

Re: [Doxygen-users] Doxygen-warnings

2015-09-02 Thread Albert
e dot has been installed properly. Albert On Wed, Sep 2, 2015 at 7:55 AM, sai mrithyunjaya wrote: > Hi All, > > We are trying to run *.c and .h* files through doxygen(1.8.10) and got > the below warnings: > > > 1)

Re: [Doxygen-users] another rtf example, why is this happening.

2015-09-01 Thread Albert
Does this problem also occur with other output formats (HTML, LaTeX / pdf)? Please create a small program with Doxyfile so we can see what happens in the different output formats Albert On Mon, Aug 31, 2015 at 10:00 PM, woody wrote: > > *::Some more items that are missing *From the .rt

Re: [Doxygen-users] Small question to a "strange" line in output file dynsections.js

2015-08-31 Thread Albert
introduction in that directory (November 13, 2014). By default the dynsections.js is 97 lines long and when setting SOURCE_BROWSER and SOURCE_TOOLTIPS to YES the code is extended by the lines specified in htmlgen.cpp. These lines are just "pasted" and don't contain special characters.

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

2015-08-31 Thread Albert
Dear Clayton, The pull request 383 has been integrated in the main branch. Albert On Mon, Aug 24, 2015 at 11:11 AM, Clayton wrote: > Hi Albert, I just built your pull request > > https://github.com/doxygen/doxygen/pull/383 > > from source and tested it on a hundred+ gi

Re: [Doxygen-users] Doxygen Ignores Some Files in Specified Folder

2015-08-28 Thread Albert
Sounds a bit like a permission problem, I see sometimes the same when using vi from cygwin a chmod 755 on the file helps in that case Which OS are you using? Albert On Fri, Aug 28, 2015 at 9:31 AM, Ousia wrote: > Hello! > > I am using Doxygen for a C# Project and it is working qui

Re: [Doxygen-users] erroneous output of section label for \cond command

2015-08-27 Thread Albert
Monique, I'm not aware of a bug in this respect. Can you post a small example with the Doxyfile used (to generated the Doxyfile please use doxygen -s so it is a bit smaller). Albert On Thu, Aug 27, 2015 at 6:43 PM, Monique Semp wrote: > Hello, doxygen-users, > > I’m using Doxy

Re: [Doxygen-users] Doxygen warnings on macros

2015-08-27 Thread Albert
Hi Sai, I think in the comment you have some code with #ifndef, the # implies that a link should be generated. There are a number of possibilities: - use: \#ifndef - use #‌ifndef If this does not solve your case please create a small example. Albert On Thu, Aug 27, 2015 at 7:51 AM, sai

Re: [Doxygen-users] fenced code block bug

2015-08-17 Thread Albert
e, with the Doxyfile when generating it use the -s option and try to pack it in a zip file as attachments are limited in size). Regarding the \- \+ I think they will be there for a good reason (The change from \- to \+ was commented as follows: Use hook arrow for hyphens in symbol names in the LaTeX outpu

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

2015-08-17 Thread Albert
ge is SrcLangExt_JS. With the later it is possible to ask in the code which language a file has and do special things for this language. The initDefaultExtensionMapping maps the files extension to the language type of files. Albert On Mon, Aug 17, 2015 at 10:09 AM, Clayton wrote: > Thanks for t

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

2015-08-17 Thread Albert
The += won't work as it will add the *.js to an empty list resulting in a non empty list and as a consequence doxygen thinks non empty list so I don't have to apply the defaults. Albert On Sun, Aug 16, 2015 at 8:07 PM, Richard Damon wrote: > On 8/16/15 7:45 AM, Clayton wrote: &

Re: [Doxygen-users] overloaded template functions with structural commands

2015-08-17 Thread Albert
With the 1.8.6 version one gets the mentioned messages. With the 1.8.10 version (all Windows, but this should not make any difference) the messages are gone. So if would be nice when the package maintainers supplied the newer version of doxygen Albert On Mon, Aug 17, 2015 at 3:09 PM, Donjan

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

2015-08-16 Thread Albert
I've just pushed a proposed patch to github (pull request 383) Albert On Sun, Aug 16, 2015 at 4:06 PM, Albert wrote: > The following does not yet solve your problem, but points in the direction > where we have to look to solve the problem: > There is in util.cpp another list whic

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

2015-08-16 Thread Albert
discrepancy. Albert On Sun, Aug 16, 2015 at 3:09 PM, Clayton wrote: > On Sun, 16 Aug 2015 14:05:56 +0200 > Stefan Pendl wrote: > > > Am 16.08.2015 um 13:45 schrieb Clayton: > > > Hi doxygen, > > > > > > I am looking at the config file and writ

Re: [Doxygen-users] fenced code block bug

2015-08-14 Thread Albert
n the second line (except for the second '. This is mimicked in the Latex output by the 2 statements. In newer versions behavior is the similar. Albert On Fri, Aug 14, 2015 at 2:12 PM, Paul Anton Letnes wrote: > Hi, > > I've found something that looks like a bug in doxygen --v

Re: [Doxygen-users] FILTER_PATTERNS is being ignored with Doxygen 1.7.6.1

2015-07-05 Thread Albert
Robert, First I would try the other way, the current version of doxygen is 1.8.10 (about 3 years newer than 1.8.1.2). Albert On Sun, Jul 5, 2015 at 3:10 PM, Robert Heller wrote: > OK, 1.8.1.2-2 under Raspbian (Raspberry Pi) is also broken. I am guessing > *ALL* versions of Doxygen after

Re: [Doxygen-users] Get rid of "More..."

2015-07-05 Thread albert
Please register so the message will go by email to subscribers as well. Which version of doxygen did you use to create the patch? (I cannot find the relevant code parts in the current version and that the problem might already have been fixed in a similar way). Albert -- View this message in

Re: [Doxygen-users] Doxygen does not generate documentation from html pages

2015-06-29 Thread Albert
Did you have a look at the FAQs especially the one "My file with a custom extension is not parsed (properly) (anymore)." or the forums where this topic hs been handled a number of times? Albert On Mon, Jun 29, 2015 at 1:50 PM, didje wrote: > Doxygen 1.8.10. > > I generate d

Re: [Doxygen-users] Missing Modules and Namespace Tabs in HTML

2015-06-20 Thread Albert
t your own layout file as well. Albert On Fri, Jun 19, 2015 at 7:00 AM, David Morse wrote: > I recently upgraded doxygen to the most recent version and used the new > version > to regenerrate html documentation for a C++ project that includes several > namespaces > and an exten

Re: [Doxygen-users] The details of a function template are not accessible in generated documentation

2015-06-07 Thread Albert
ion in the namespace). Actual question might even be should the function be documented on files page of TestHelpMe.h or should it only be documented on the namespace page. Albert On Mon, Jun 1, 2015 at 10:46 AM, didje wrote: > Hi Albert, > Did you try to generate the documentation

Re: [Doxygen-users] Config file diff

2015-06-03 Thread Albert
Fabian, There is, to the best of my knowledge, no such switch. There is the option -s which only outputs the options and some comment, but you are probably not hinting at this option. Best Regards, Albert On Wed, Jun 3, 2015 at 12:17 PM, Fabian Cenedese wrote: > At 11:55 03.06.2015, Alb

Re: [Doxygen-users] Config file diff

2015-06-03 Thread Albert
standard output. The diff command would also be a bit different, more like: doxygen -g - | diff - Doxyfile Albert On Wed, Jun 3, 2015 at 11:30 AM, Fabian Cenedese wrote: > Hi > > Maybe I'm imagining things but I had the impression that > there is a command line switch that

Re: [Doxygen-users] The details of a function template are not accessible in generated documentation

2015-05-28 Thread Albert
Problem looks to be related to not documented namespace. When documenting the namespace the links work. I think the 'More...' should not be present, probably best is to file a bug report in bugzilla. Albert On Thu, May 28, 2015 at 12:07 PM, didje wrote: > Doxygen 1.8.7 > &

Re: [Doxygen-users] c++ doxygen warnings re params

2015-05-01 Thread Albert
Michele, Adding the variable names to the definition in the .h file removes the warning. I would also advise to upgrade to the current version (1.8.9.1) as 1.7.3 is a bit old (2011). Albert On Fri, May 1, 2015 at 6:35 PM, Michele Joyce wrote: > I'm using doxygen version 1.7.3 on rhe

Re: [Doxygen-users] Browser shows nothing in the index file

2015-04-29 Thread Albert
Aketh, Looks your system came by default with version 1.6.1 of doxygen and that this is in your path. When installing doxygen it looks like it is not added to the path. Please add doxygen to your path or as a first test run doxygen with the full path when executing it. Albert On Tue, Apr 28

Re: [Doxygen-users] Browser shows nothing in the index file

2015-04-28 Thread Albert
Aketh, You specify doxygen version 1.6.1 (which is from August 2009) and you use a recent dot version. Do you get the same problems with the current version of doxygen(1.8.9.1) and your dot version? Albert On Tue, Apr 28, 2015 at 1:59 PM, aketh wrote: > Hi all I installed Doxygen and graph

Re: [Doxygen-users] Case-sensitive in Fortran

2015-04-20 Thread albert
rmits. Albert -- View this message in context: http://doxygen.10944.n7.nabble.com/Case-sensitive-in-Fortran-tp7142p7143.html Sent from the Doxygen - Users mailing list archive at Nabble.com. -- BPM Camp - Free Virtual Wor

Re: [Doxygen-users] Line break and output format

2015-04-12 Thread Albert
ns are about joining the initial values for other languages as well and showing them with \snippet. Albert On Fri, Apr 3, 2015 at 10:42 AM, Frédéric Darboux < frederic.darb...@orleans.inra.fr> wrote: > Thank you Albert for your email. > > Please, find attached 2 file

Re: [Doxygen-users] Line break and output format

2015-04-02 Thread Albert
Frédéric, Would be useful to have a small project (can be just one Java class with some initializations as indicated by you) and a Doxyfile to reproduce your problem. Albert (Forgot the list in the original response) On Thu, Apr 2, 2015 at 9:04 AM, Frédéric Darboux < frederic.d

Re: [Doxygen-users] Doxygen puts \+ commands in LaTeX files : undefined control sequence

2015-04-02 Thread Albert
ex 1.8.7-2~precise1". The version of Texlive is also a bit old but I don't think the problem comes from this. As said please try version v1.8.9.1 and otherwise create (a bug report with) a small example including the used Doxyfile that shows the problem. Albert (Forgot the list in the or

Re: [Doxygen-users] Suppressing @author in detaileddescription

2015-03-26 Thread Albert
something wit \if or \cond will also work Albert On Thu, Mar 26, 2015 at 3:57 PM, starfuryAll wrote: > Hi Robert, > > a workaround I used to accomplish this is to use the "ALIAS" feature: > "ALIASES = author=@todo " > > Since I do not include a TODO list i

Re: [Doxygen-users] Generating CHM always display error

2015-03-26 Thread Albert
When I find time I'll have a look to see if I can reproduce the problem Albert On Thu, Mar 26, 2015 at 1:37 PM, Pascal Finet wrote: > Dear Albert, > > > > I’m using the version 1.8.9.1. > > > > The standard output displays something similar to :

Re: [Doxygen-users] Generating CHM always display error

2015-03-26 Thread Albert
Dear Pascal Would be nice to see what kind of error messages. What happens with version 1.8.9.1? Can you create a small example to show the problem? Albert On Wed, Mar 25, 2015 at 12:06 PM, Pascal Finet wrote: > Hi, > > > > Since I upgraded to Doxygen 1.8.9, each time I use i

Re: [Doxygen-users] PlantUML needs empty line on Linux

2015-03-24 Thread Albert
This looks like the problem reported by Bangyou in http://sourceforge.net/p/doxygen/mailman/message/33228212/ and that has been fixed by pull request 291 in github (January 24 2015, commit edf8dbb). Albert On Tue, Mar 24, 2015 at 1:03 PM, Willem Bogaerts wrote: > Dear all, > > I

Re: [Doxygen-users] WARNING: Found more than one \mainpage comment block

2015-03-19 Thread Albert
Dear Fede, Happy that you found the problem. Based on your observations, I've adjusted, as a proposed patch, the message that doxygen gives in case of multiple mainpages by adding the name of the first found mainpage as well. (pull request 317 at github) Albert On Wed, Mar 18, 2015 at 9:

Re: [Doxygen-users] problem with latex generation and russian characters

2015-03-18 Thread Albert
Dear Fabio, A bit of an older version of doxygen (12-07-2012), what happens with version 1.8.9.1 ? There have been quite a few changes, also in the LaTeX part. Best Regards, Albert On Wed, Mar 18, 2015 at 12:05 PM, Fabio Mosti wrote: > my version is: Doxygen version 1.8.1.2 > > HT

Re: [Doxygen-users] WARNING: Found more than one \mainpage comment block

2015-03-17 Thread Albert
Fede, I'm not able to reproduce your problem. Could you be a bit more specific about the settings in the Doxyfile and in README.md, preferably a stripped down version of your project or an example project that shows the problem. Albert On Mon, Mar 16, 2015 at 11:43 PM, Federico Prat V

Re: [Doxygen-users] Comment block AFTER declaration in Fortran

2015-03-12 Thread Albert
Dear Petr, Currently there is no way to use the !< for the purpose you describe (interesting thought though). As far as I know a !> block will work (in most cases) provided it is not direct before an argument (as this will be seen as documentation for the argument). Albert On Thu, Mar 12

Re: [Doxygen-users] Custom user tabs highlighting

2015-03-08 Thread Albert
Stefan, Just found some side effects (it links to the file pages.html) Albert On Sun, Mar 8, 2015 at 8:27 PM, Albert wrote: > Hi Stefan, > > Thanks for the example. Had to study it a bit, but got the the problem, > looks like that in the relevant pages the class="current&

Re: [Doxygen-users] Custom user tabs highlighting

2015-03-08 Thread Albert
"user", I only don't know if there are side effects, I have to study it a bit further (maybe you can see this on your larger code base). Albert On Sat, Mar 7, 2015 at 4:48 PM, Stefan Kaufmann wrote: > Dear Albert, > > thanks for your reply, attached are the necessary f

Re: [Doxygen-users] Clickable icon in header line

2015-03-08 Thread Albert
Alan, The given solution works for the "in page text" for the banner you probably have to fiddle around with the css file / titlearea class / projectname class. Albert On Sun, Mar 8, 2015 at 7:58 PM, Alan Robertson wrote: > On 03/08/2015 12:21 PM, Albert wrote: > > Alan,

Re: [Doxygen-users] Clickable icon in header line

2015-03-08 Thread Albert
Alan, In case it is only required in HTML the easiest way is to include the required HTML code in \HTMLONLY \ENDHTMLONLY (don't forget to add the image to the HTML_EXTRA_FILES). Albert On Fri, Mar 6, 2015 at 5:02 PM, Alan Robertson wrote: > I see that the Doxygen site has clickable

Re: [Doxygen-users] problem with latex generation and russian characters

2015-03-05 Thread Albert
Fabio, Which version of doxygen are you using. What is yous setting of the input encoding? Does the HTML output look OK? Albert On Wed, Mar 4, 2015 at 9:04 PM, Fabio Mosti wrote: > > hello everybody, > I experienced a problem generating latex documentation for my code since > in

Re: [Doxygen-users] XML: No references from non-referenced functions

2015-03-05 Thread Albert
Ilya, - What do you mean with " I didn't turn HTML off" - which version of doxygen are you using - shouldn't be there be 2 colons ? - I see the mentioned tag in the file xml\class_class.xml, when using version 1.8.9.1. Albert On Thu, Mar 5, 2015 at 9:39 AM, Ilya Sivkov wr

  1   2   3   >