[Doxygen-users] Relative Paths in configuration files

2016-07-19 Thread Fabian Nick
Hi everyone, I want to specify an HTML_EXTRA_STYLESHEET in my config file that is in the same directory as the config file itself. However setting HTML_EXTRA_STYLESHEET = ./stylesheet_extra.css only works if doxygen is called in that very directory. If doxygen is called in another directory, the

Re: [Doxygen-users] Pages in Doxygen 1.8.11

2016-06-30 Thread Fabian Nick
Hi, thanks, it's working again. Best, Fabian. * From: Sebastien Loriot (Geometryfactory) (sloriot...@gmail.com) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 30.06.2016 at 11:39 +0200 * Subject: Re: [Doxygen-users] Pages in Doxygen 1.8.11 > Hi, > > set >

[Doxygen-users] Pages in Doxygen 1.8.11

2016-06-30 Thread Fabian Nick
any change between 1.8.7 and 1.8.11 that we need to take into account? Thanks, Fabian. -- Fabian Nick Fraunhofer Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven D-53754 Sankt Augustin, Germany Phon

[Doxygen-users] @ingroup for entire file with modules and subroutines

2016-05-20 Thread Fabian Nick
Hi, I have an entire FORTRAN file which I want to add to a group. So what I did was !> @ingroup G !! @{ !> subroutine doc module x !> subroutine doc subroutine xx end subroutine xx !> subroutine doc subroutine xy end subroutine xy end module

[Doxygen-users] Fortran : Module use hierarchy

2015-11-10 Thread Fabian Nick
Hi everyone, is there a way to visualize the dependencies between modules in a Fortran Code? I.e. visualize which module uses which other modules? Similar to a call-graph so to say. Regards, Fabian. -- _

[Doxygen-users] Callgraphs and imported functions in python

2015-10-12 Thread Fabian Nick
Hi everyone, We're documenting a Python code with doxygen and have just made the following observation; Our file looks something like #! /usr/bin/python3 """ Comment block """ import foo def main(): ... foo.bar() Now the call graph of main() doesn't show foo.bar; However if we

[Doxygen-users] Find duplicate variables in Fortran Code

2015-07-08 Thread Fabian Nick
Hi everyone, we just stumbled across the fact that our code contains variables with the same name that are declared in more than one place. Some are also declared in two different modules (ok, technically those are two different variables, but you get what I mean...), which isn`t very nice alt

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

2015-03-13 Thread Fabian Nick
escription is shown in the Functions/Subroutines index (detailed > description below is ok). I tried to explicitly use @brief, but it is > ignored. > > Best regards, > > Petr > > Dne 13.3.2015 v 9:21 Fabian Nick napsal(a): > > Hi all, > > > > if I remember co

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

2015-03-13 Thread Fabian Nick
ght... Best regards, Fabian. * From: Petr Parik (petr.pa...@seznam.cz) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 12.03.2015 at 22:00 +0100 * Subject: Re: [Doxygen-users] Comment block AFTER declaration in Fortran > Dear Albert, > > thanks. I tried many ways in Doxygen 1.8.9.

[Doxygen-users] Keep comment format from source code

2014-07-07 Thread Fabian Nick
Hi everyone, is it possible to tell Doxygen to format the descriptions in the html document jus the way the comment blocks are formatted in the source code? I.e. spaces, tabs, new lines etc... That would make it heaps easier to use it with an already documented code, because you'd only have to

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-03 Thread Fabian Nick
range a couple of things anyway, so we'll see. Thanks, Fabian * From: Albert (albert.te...@gmail.com) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 02.07.2014 at 15:46 +0200 * Subject: Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN) > Fabian, > &

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Fabian Nick
Albert, would it be sufficient to change filePatternList.append("*.F90"); in config.cpp and rebuild doxygen from source to work around this? Thanks, Fabian * From: Albert (albert.te...@gmail.com) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 02.07.2014 at 15:01 +0200

Re: [Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Fabian Nick
Albert, forget my last message. However it would be nice if I could build a version where *.f90 is preprocessed as well... Any chance to do so?! Fabian * From: Albert (albert.te...@gmail.com) * To: Fabian Nick (fabian.n...@scai.fraunhofer.de) * Sent: 02.07.2014 at 15:01 +0200 * Subject: Re

[Doxygen-users] Preprocessing + different subroutine headers (FORTRAN)

2014-07-02 Thread Fabian Nick
Hi all, I'm using doxygen 1.8.7 and I set ENABLE_PREPROCESSING = yes. However, when I parse a file with the following content #ifndef FOO subroutine bar(arg1, arg2) #else subroutine bar(arg1) #endif end subroutine bar I get a state 4 error: Error in file ...doxybug.f90 line: 7,

Re: [Doxygen-users] Error in file XX.f90 line:3468, state 4

2014-05-14 Thread Fabian Nick
file... Fabian - Original Message - > From: "Albert" > To: "Fabian Nick" > Cc: doxygen-users@lists.sourceforge.net > Sent: Wednesday, 14 May, 2014 3:01:40 PM > Subject: Re: [Doxygen-users] Error in file XX.f90 line:3468, state 4 > > > > &g

Re: [Doxygen-users] Error in file XX.f90 line:3468, state 4

2014-05-14 Thread Fabian Nick
Sorry - right version, but wrong syntax... - Original Message - > From: "Albert" > To: "Fabian Nick" > Cc: doxygen-users@lists.sourceforge.net > Sent: Wednesday, 14 May, 2014 2:57:10 PM > Subject: Re: [Doxygen-users] Error in file XX.f90 line:34

Re: [Doxygen-users] Error in file XX.f90 line:3468, state 4

2014-05-14 Thread Fabian Nick
ything and have a nice and clean documentation) Regarding the EXTENSION_MAPPING parameter: I tried setting it to FortranFree but the error still occured in the "non-fixed" version of the source file. Best regards, Fabian - Original Message - > From: "Albert" &

Re: [Doxygen-users] Error in file XX.f90 line:3468, state 4

2014-05-13 Thread Fabian Nick
to 3468 before). And yes, the file does compile properly. Are there any constructs (like strings containing '!' in the source) I could look out for? Regards, Fabian - Original Message - > From: "Albert" > To: "Fabian Nick" > Cc: doxygen-users@lists.so

[Doxygen-users] Error in file XX.f90 line:3468, state 4

2014-05-13 Thread Fabian Nick
Hi everyone, when trying to run doxygen on a large (Fortran-)project, I get the "Error in file XX.f90 line:3468, state 4" error. The interesting thing is that the file only has 3466 lines... The file is in fixed format. Somewhere on the web it was said that enabling the C-preprocessor might hel