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
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
>
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
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
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.
--
_
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
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
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
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.
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
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,
>
&
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
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
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,
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
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
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"
&
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
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
19 matches
Mail list logo