Hi Luviu,
A similar issue has been reported and fixed, see
https://github.com/doxygen/doxygen/issues/10089
If you think your issue is different, please file a new issue and include a
self-contained example.
Regards,
Dimitri
> On 29 May 2023, at 22:56, Liviu Ionescu wrote:
>
> Hi,
>
> Is
Hi Nicolas,
I've repackaged the tarball without any special attributes here:
https://www.doxygen.nl/files/doxygen-1.9.7.repack.src.tar.gz
Can you try this?
See also https://github.com/doxygen/doxygen/issues/10094
Regards,
Dimitri
> On 28 May 2023, at 15:41, Nicolas Fournaux wrote:
>
> Hell
Hi All,
Doxygen has used the GNOME bugzilla database for issue tracking for many years.
Now that service will be discontinued, I have moved all existing issues to
GitHub.
>From now on, bug reports and enhancement requests can be found and reported
>there.
Kind regards,
Dimitri
-
Hi Vinnie,
Looks like the issue is already fixed in the latest version from Github.
Regards,
Dimitri
> On 23 Apr 2017, at 20:11 , Vinnie Falco wrote:
>
> My documentation builds correctly with 1.8.12 but when I try 1.8.13 I
> get a segmentation fault.
>
> The project is located here:
> http
Hi Sam,
See this FAQ: http://www.doxygen.org/manual/faq.html#faq_extract_all
Regards,
Dimitri
> On 07 Dec 2016, at 18:04 , Sam Varshavchik wrote:
>
> With doxygen-1.8.12, in an otherwise empty directory:
>
> $ doxygen -g
>
>
> Configuration file `Doxyfile' created.
>
> Now edit the confi
Please check if things work properly again in the latest version from Github.
In particular with this commit included:
https://github.com/doxygen/doxygen/commit/dc02bb977ebc6c683012c106e16e0190ac72b454
Regards,
Dimitri
> On 28 Nov 2016, at 13:59 , trosh wrote:
>
> I don't know to what extent
Hi Jens,
This is indeed a bug. Please file a bug in the bug tracker next time.
The good news: I found what is causing this and committed a fix:
https://github.com/doxygen/doxygen/commit/2b722b57f20e044b061423109bfa7168a7a1b913
Regards,
Dimitri
> On 27 Oct 2016, at 17:22 , Jens Schleusener
>
The references should follow the structure as it is defined, i.e.
struct inner is not defined inside struct outer, so you
cannot refer to its members via the outer struct, you have to refer to them
directly via inner struct.
If you actually nest the structures you can refer to then via their nes
> On 18 Oct 2016, at 12:34 , didje wrote:
>
> Hi,
>
> In 1.8.10, whenever there was a line as follows in a source file:
> include "folderA/fileX.h"
> the link was constructed as follows:
> href="../folderA/fileX_8h.html"
>
> However, since I upgraded to 1.8.12, the link changes, and becomes:
>
> On 30 Sep 2016, at 16:50 , Fabian Cenedese wrote:
>
> Hi
>
> I'm having a problem I don't understand. In a project with several
> cpp and h files I have many classes that are fully documented.
> There's also a cpp file with just global functions and a corresponding
> h file. I have the full d
Hi Carey,
Doxygen should support all C++ features up to and including version 11.
C++14 doesn't have many new language changes that are relevant for doxygen's
parser, so it should work as well.
C++17 has not been standardised, so it is not explicitly supported.
Regards,
Dimitri
> On 22 Sep 20
Hi Zack,
> On 03 Mar 2016, at 20:35 , Zack Snyder wrote:
>
> Hi there,
>
> I have a member function called: "std::vector get_base_classes()
> const" which will not be generated.
>
> Documentation can be found online:
> http://www.rttr.org/doc/master/classrttr_1_1type.html
> Here is the sourc
Hi Luis,
I don't see the problem with your example.
Are you sure it isn't a scaling problem of the document renderer?
(i.e. do the lines reappear if you zoom in?)
Regards,
Dimitri
> On 29 Feb 2016, at 23:58 , Vega, Luis A wrote:
>
> When generating documentation in LaTex, any markdown table
Hi Monique,
> On 23 Feb 2016, at 2:44 , Monique Semp wrote:
>
> Hello, Doxygen users,
>
> Is there a sourceforge or GitLab project where one can report bugs?
>
> I’m sure I’ve seen it, but can’t seem to find it now. And I’m fairly certain
> that I’ve identified a couple of bugs that would p
Hi Christoph,
This seems to be a standard feature of MathJax, see also
https://docs.mathjax.org/en/v2.6-latest/start.html#tex-and-latex-input
It has nothing to do with doxygen, but one could argue that doxygen
should prevent MathJax from doing this, unless it is a real formula.
Feel free to file
Hi Doug,
I think the problem is that you have a page called "Math" with subpages.
As a result doxygen generates a script called Math.js containing a piece of
navigation code for the tree view.
This in turn hides functions like Math.cos(), which jquery depends on, giving a
javascript error, and h
Hi Jens,
> On 19 Dec 2015, at 22:15 , Schleusener, Jens
> wrote:
>
> Hi,
>
> after I installed at last Thursday evening doxygen's latest Github version
> on a server that offers FOSS software I got errors while the
> semi-automatic generation of the according Doxygen documentation for new
>
Hi Yongwei,
> On 26 Oct 2015, at 14:39 , Yongwei Wu wrote:
>
> I have some doc comments that work well in v1.6 or earlier:
>
> /**
> * Functor to return objects pointed by a container of pointers.
> *
> * A typical usage might be like:
> * @code
> * vector v;
> * ...
> * transform(v.begi
Hi Jari,
Although you could look at MemberDef::setAnchor() to see what is used, I think
it
is better to generate a tag file, and parse that to get the mapping from names
to anchors.
See GENERATE_TAGFILE. A tag file is an XML file with pretty straightforward
contents.
Regards,
Dimitri
> On 2
> On 10 Sep 2015, at 13:15 , Clayton wrote:
>
> Hi guys,
>
> Take for instance this Visual Basic project:
>
> https://github.com/mbedded-ninja/AltiumScriptCentral
>
> and using this plugin filter:
>
> https://github.com/sevoku/doxygen-vb-filter
>
> In Doxyfile, if I put:
>
> FI
> On 09 Sep 2015, at 0:55 , Monique Semp wrote:
>
> > Is there a list anywhere that says what the browser support is for
> > Doxygen’s HTML output (from Doxygen 1.8.10)? Or barring that, is there an
> > explanation of which version of HTML is output?
Doxygen outputs XHTML 1.0 transitional (or
Hi Monique,
> On 08 Sep 2015, at 21:04 , Monique Semp wrote:
>
> I've got what I need, but it did require a bit of tweaking.
>
> The HTML syntax didn't work with the \ref Doxygen commands.
Why not? Did you try with the example I provided? It should work fine there,
and there should be
no reas
Hi Monique,
Here are two ways to achieve what you want:
~~~
/** @mainpage
Using Markdown syntax:
| image | info |
|---|--|
\image html image-name.png "" | Text that leads in to the page link \ref
pagename.
\image html image2-name.png "" | Mo
Hi Jens & Albert,
I think I found the problem. Resource::data was used directly as a string, but
it is not \0 terminated!
I've just pushed the following change to address this, which also makes the
ResourceMgr::get() method private
so it cannot be (ab)used like this anymore.
https://github.com
Hi Monique,
> On 27 Aug 2015, at 18:43 , Monique Semp wrote:
>
> Hello, doxygen-users,
>
> I’m using Doxygen 1.8.10, on Mac 10.10.3 (Yosemite).
>
> I’ve used the \cond and \endcond tags to omit documentation for some class
> members, via a section label of the sort
> __INCLUDE_DOXYGEN_FOR_
Hi Harald,
> On 26 Aug 2015, at 16:32 , Heese, Harald wrote:
>
> Hi Dimitri!
>
> Thanks for the quick answer.
>
> You are right, the provided code does not compile. The modified example now is
>
> //! a test class with overloaded template members
> class Bar
> {
> public:
> //! first overloa
Hi Harald,
> On 26 Aug 2015, at 15:19 , Heese, Harald wrote:
>
> Hi doxygen,
>
> I am encountering warnings using Doxygen 1.8.10 for the below example of
> overloaded template member functions with explicit instantiation of one (or
> more) of the overloads for specific template types.
>
> //
Hi Bostjan,
>>> And why does the VOID redefine not work?
>>
>> It appears that Doxygen's strategy for warning about undocumented
>> parameters or return types just doesn't expect anyone to ever typedef
>> any other type as "void", and thus doesn't bother to test whether the
>> return type and/or
Hi Peter,
I'd say that '@see Functor(void(*)(void))' is the one that should have worked,
but I see it doesn't. Feel free to submit a bug report for this.
A workaround (that also helps a bit with readability IMHO):
/** A functor
* @see Functor() or Functor(Function)
*/
class Functor
{
public
Hi Martin,
> On 12 Jul 2015, at 22:06 , Martin Harran wrote:
>
> I'm installing Doxygen on Windows 8.1 64 bit. At the end of installation, it
> throws up "unable to load isutils.dll" followed by an unable to set PATH
> error. I'm not bothered about the PATH error, I presume that is just a case
Hi Andreas,
> On 30 Jun 2015, at 13:28 , Andreas Tscharner wrote:
>
> Hello World,
>
> I've just installed doxygen 1.8.10. When I start doxywizard the first
> thing that gets started is a command line shell and then the GUI gets
> started. It didn't do that in 1.8.9.1.
>
> Is this a bug or i
> On 29 Jun 2015, at 21:29 , Dimitri van Heesch wrote:
>
> Hi Jean,
>
>> On 29 Jun 2015, at 10:05 , Jean Audibert wrote:
>>
>> Hi!
>>
>> Until the release 1.8.9.1, I was able to build Doxygen (binaires ands RPMs)
>> with this command:
>&
Hi Jean,
> On 29 Jun 2015, at 10:05 , Jean Audibert wrote:
>
> Hi!
>
> Until the release 1.8.9.1, I was able to build Doxygen (binaires ands RPMs)
> with this command:
> $ rpmbuild -ta doxygen-.src.tar.gz
>
> With the last release, this command fails: "error: Failed to read spec file
> from
Hi Alan,
> On 15 Jun 2015, at 16:10 , Alan Brogan wrote:
>
> Hello the list,Send
>
> I am scanning commercial source code to ensure that it complies with Open
> Source licenses. In doing so I have come across a file derived from
> doxygen.css in what is obviously a directory of documents prod
Hi Normand,
The issues seems to be in this piece of code:
DotRunner *DotRunnerQueue::dequeue()
{
QMutexLocker locker(&m_mutex);
while (m_queue.isEmpty())
{
// wait until something is added to the queue
m_bufferNotEmpty.wait(&m_mutex);
}
DotRunner *result = m_queue.dequeue();
r
e place.
>
> You can see my results at http://assimproj.org/
>
> This gets me to about where I'd like to be - although it would be nice
> to get it to be fully right-justified.
>
>
>Thanks!
>-- Alan Robertson
> al...@unix.sh
>
> On 03/09/2015 12:04 PM
Hi Alan,
Have a look at this part of the manual:
http://www.doxygen.org/manual/customize.html#minor_tweaks_header_css
You can customise the header of a page with HTML_HEADER.
Regards,
Dimitri
> On 08 Mar 2015, at 20:07 , Albert wrote:
>
> Alan,
>
> The given solution works for the "in page
And also note that you can reduce the number of parallel processes via
DOT_NUM_THREADS
Regards,
Dimitri
> On 29 Jan 2015, at 18:51 , Albert wrote:
>
> This is not a bug but by design. In this case there are 8 separate threads
> used for generating dot files or better said to start the dot p
> On 24 Jan 2015, at 17:32 , Uwe Scholz wrote:
>
> Hi Dimitri,
>
> great, that looks good! I didn't know that one could parse the numbers
> in that way. Is this style documented somewhere?
It is a standard C preprocessor feature, see also
https://gcc.gnu.org/onlinedocs/cpp/Concatenation.html
Hi Uwe,
You could use
PREDEFINED = char_varying(n)="char_varying_##n"
To expand char_varying(256) to char_varying_256 and then during post processing
replace it back to char_varying(256).
Regards,
Dimitri
> On 22 Jan 2015, at 13:47 , Uwe Scholz wrote:
>
> Hi,
>
> I have a new issue to so
Hi Karl,
Sounds like an unwanted site effect of the recent restructuring of the tag file
generation.
Can you file a bug report for each of the issues here:
https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen
Please include a minimal self-contained example that allows me to
reproduce the is
> On 10 Jan 2015, at 13:56 , Uwe Scholz wrote:
>
> Hi Dimitri,
>
> Dimitri van Heesch schrieb am [Sa, 10.01.2015 11:38]:
>> Hi Uwe,
>>
>> What you could do is write an input filter (see the INPUT_FILTER option)
>> that lets doxygen replace the &
Hi Jens,
Did you already try to enable BUILTIN_STL_SUPPORT?
That basically does what the workaround below does, but then marks the classes
as internal/artificial,
so they don't appear in the output.
Regards,
Dimitri
> On 07 Jan 2015, at 8:20 , Jens Frangenheim
> wrote:
>
> Since the discu
Hi Walter,
> On 30 Dec 2014, at 16:24 , Walter F.J. Mueller
> wrote:
>
> Hi,
>
> I'm using doxygen to generate a 'source code browser pages' for a
> medium sized VHDL project. Some is publicly visible under
>http://www.retro11.de/doxy/w11/vhd/html/hierarchy.html
> Total volume is
> ~ 4
any higher up.
>
> If you think it is acceptable for the XML output then great, if you can see a
> better approach then I'd be happy to learn. Thanks again.
>
> Kind regards,
> Michael
>
>
> On Sun, Oct 26, 2014 at 11:54 AM, Dimitri van Heesch
> wrote:
> Hi Mic
This is a known bug, see also
https://bugzilla.gnome.org/show_bug.cgi?id=735376
and it has been fixed in GitHub in the meantime by this commit
https://github.com/doxygen/doxygen/commit/92eb236037e857f38eaf24238815641a48540792
Regards,
Dimitri
> On 18 Nov 2014, at 14:43 , didje wrote:
>
> Hi,
Hi James,
This seems to be fixed in GitHub already, most likely by this fix:
https://github.com/doxygen/doxygen/commit/4df52916170bb81179697d0fa78c7d81fd95415f
Regards,
Dimitri
> On 28 Oct 2014, at 3:52 , James Ang wrote:
>
> Sorry, re-send if you cannot see the detailed section as Nabble sc
Hi Michael,
> On 26 Oct 2014, at 12:15 , Michael Jones wrote:
>
> I am the maintainer of an open source project called Breathe which relies on
> the excellent xml output from Doxygen to include Doxygen processed code &
> comment information in Sphinx documentation.
A very interesting project!
Hi Ruth,
The behaviour what doxygen does with files with an unknown (or missing)
extension
has recently changed. In the past the files were parsed as C code, now they
are just parsed as plain text.
You can put the following in the configuration file to get the old behaviour.
EXTENSION_MAPPING =
On 10 Oct 2014, at 19:35 , Alessandro Antonello wrote:
> Hi all,
>
> I built a framework for iOS documented with Doxygen. The problem that I am
> facing is with the macros NS_OPTIONS() and NS_ENUM(). They are recognized as
> functions by Doxygen and the values documentation is printed strait
Hi Tom,
There was a patch made a couple of years ago to add DITA support to doxygen, it
can still be found here:
http://sourceforge.net/p/doxygen/mailman/message/27204707/
I haven't integrated it, because I saw very little interest in it so far.
Maybe you want to help to get it up to date again?
Hi Arthur,
For such complex formulas it is much better to use LaTeX notation, i.e.
/** The maximum number of searches to find a partition is
* \c search = \f$\sum\limits_{2..n}^k{n \choose k}\f$
*/
If you don't have LaTeX installed you could enable MathJax to render the
formula at the client
Hi Markus,
It is quite complex to get the clang feature working on Windows, so this is not
part of Petr's binary.
If you don't need/use it, then you can ignore the warning. If you do then stick
with the official release.
Regards,
Dimitri
On 24 Sep 2014, at 17:26 , starfuryAll wrote:
> Hi.
On 23 Sep 2014, at 18:51 , Jeffrey Melville wrote:
>
> Dimitri,
>
> Thanks for the update. Can you keep me in the loop on this feature? I
> would be happy to test out any commits for you against my codebase. I'm
> going to continue using the workaround in the meantime.
Yes, please try the l
Hi David,
Thanks for the reminder.
I'm working on a different way to generate the tag files, i.e. using a separate
function rather than to generate it as the side-effect of writing the
documentation. That way the workaround with the 'tagDataWritten' flag is no
longer needed.
Regards,
Dimitri
Hi Doug,
Make sure MARKDOWN_SUPPORT is enabled in the config file and use valid markdown
syntax, e.g.:
/**
* A class for fails
* | This Rule Name | Element or Terminal |
* | -: | :-- |
* | left-text =| |
* ||
Hi David,
I would expect that this commit already addresses the problem below:
https://github.com/doxygen/doxygen/commit/6d4044ad43ae1424a256eb1c26992301e7c64f4a
Regards,
Dimitri
On 20 Sep 2014, at 3:58 , David Thompson wrote:
> Hi all,
>
> I have succeeded in crashing doxygen 1.8.8; it hap
Hi Jeffrey,
On 27 Aug 2014, at 17:59 , Jeffrey Melville wrote:
> All,
>
> I'm working on two closely related source trees that generate Doxygen
> separately. To cross-link the Doxygen HTML, we just started using
> GENERATE_TAGFILE and TAGFILES for ProjectA and Project B respectively.
>
> I n
Hi Susanne,
On 05 Aug 2014, at 12:50 ,
wrote:
> Is there a documentation of the doxygen special command “msc”?
>
> I found some examples but no documentation/tutorial/… that describes what
> that keywords (“g”, “box”,…) are standing for and if there are restriction in
> use.
You
Hi Tom,
On 23 Jul 2014, at 18:12 , Tom Udale wrote:
> Hi All,
>
> I am using doxygen 1.8.7 to document our embedded firmware repository.
> There are a number of individual projects there each with its own main
> function.
In that case I typically suggest to do a doxygen run for each project
On 21 Jul 2014, at 19:14 , MK wrote:
> On Mon, 21 Jul 2014 14:46:06 +
> "Ferro, Alasdair" wrote:
>
>> Make sure your "std::" prefixes match - Doxygen is far less forgiving
>> that the C++ compiler on this!
>
> If that's the issue, it's not a matter of "being less forgiving",
> it's a matte
he same segfault that has been reported on 20 Dec
> 2013 by JohnOldman
> <http://doxygen.10944.n7.nabble.com/Segfault-when-using-tag-files-from-documentation-that-has-been-compiled-using-tag-files-td6414.html#a6420>.
>
> On 22 Dec 2013, 12:11:47, Dimitri van Heesch wrote:
Hi Clemens,
The directory and file lists have been merged into one hierarchical list
showing both.
Regards,
Dimitri
On 23 Jun 2014, at 12:05 , Clemens Feige wrote:
> Hello.
>
> I am missing a "List of directories" in doxygen HTML output. For complex
> source code repositories it is desire
Hi Paul,
On 19 Jun 2014, at 13:28 , Paul Anton Letnes wrote:
> Greetings, documentation enthusiasts.
>
> I have created a simple doxygen example (see attached file). What I want to
> make (for now) is a "User Manual" style document. Later I will include source
> code documentation, but for no
On 03 Jun 2014, at 14:50 , Saner Daniel wrote:
> Hi all,
>
> for the past two days I’ve been unsuccessfully trying to compile Doxygen with
> the Doxywizard GUI on my RHEL 6 machine. The latest version of Doxygen
> offered by official RH repositories is almost 5 years old, which won’t do,
>
On 29 May 2014, at 20:58 , doxyfool wrote:
> I have created some pages using the @page tag and have also made tabs that
> link to those pages using the url="@ref pageName". However, it seems that
> the new pages are housed under the "Related Pages" tab and when I click the
> tab associated with
Hi Stephen,
On 13 May 2014, at 21:47 , Stephen Greenfield wrote:
>
> On 5/13/14 12:07 PM, "Dimitri van Heesch" wrote:
>
> I did build doxywizard on MacOSX 10.9, but with -mmacosx-version-min=10.5.
>
> I can't check myself if it works on earlier versions tha
Hi Stephen,
I did build doxywizard on MacOSX 10.9, but with -mmacosx-version-min=10.5.
I can't check myself if it works on earlier versions than 10.9. Maybe someone
else can comment on this.
You could also build doxygen yourself on 10.6.8. There is no reason it should
not work.
Regards,
Dimi
Hi John,
On 04 May 2014, at 17:45 , John Yates wrote:
> I am using 1.8.7 for C++ code.
>
> It is a sad C++ quirk that that it lacks true constants (say à la Pascal).
> What it does have are initialized constant expressions. Technically within
> the C++ grammar these are declarations of vari
On 15 Apr 2014, at 19:10 , Stephen Gerbrandt
wrote:
> I’m working on setting up Doxygen to run on our build machines every time we
> compile one of our projects, and one of the requirements I have to work
> around is moving all of our Doxygen output files to a shared network drive
> location
On 08 Apr 2014, at 15:33 , Robert Dailey wrote:
> In my code I have a couple of forward declarations of classes in other
> distant, unrelated namespaces:
>
> namespace foo
> {
>class bar;
> }
>
> These get parsed out by Doxygen (v1.8.6) and appear empty in the HTML
> output. Is there a way
On 16 Mar 2014, at 11:31 , Khirod Kant Naik wrote:
> I want to add Doxygen support to DXR. The DXR indexes the source code of
> popular mozilla source trees like mozilla-central and comm-central.
>
> As said the source code of these trees is continuously being updated. How can
> we generate d
Hi Sebastien,
On 28 Feb 2014, at 10:59 , Sebastien Loriot wrote:
> Hello,
>
> Our library documentation is decomposed into packages and each package
> documentation has its own doxygen compilation unit. The links between
> the packages are handled thanks to the tag-files.
> The build is OK when
Hi Edward,
On 17 Feb 2014, at 16:32 , Edward Moyse wrote:
> Hi all,
>
> I'm just trying to understand why our doxygen builds take such an insane
> amount of time. I think we're not currently building tags first then making
> the html after, as recommended here:
> http://stackoverflow.com/ques
Hi Chris,
On 17 Feb 2014, at 11:12 , Chris Chalmers wrote:
> I am trying to build doxygen 1.8.5 from source on a windows machine. I have
> the following installed
>
> Flex, bison, python and QTtools
>
> When I compile it under Visual Studio Express 2008 I get the following
> errors. It s
Hi John,
On 12 Feb 2014, at 16:38 , John C. Martin
wrote:
> Hello,
>
> I have been using Doxygen to generate a reference manual for some C++ code
> using the Latex output to generate a pdf. In the class documentation section
> down in the member function documentation I am getting an unwant
Hi Arthur,
Please set DOT_CLEANUP to NO in the config file and run doxygen from the
command line with the -d ExtCmd option.
Doxygen will then output the exact command with parameters it is trying to
execute.
For a failing command, try to execute it directly from the command line. That
may give
Hi Peter,
Seems like you have the minimal configure script that is bundled with the
binary version
of doxygen for Linux. For compilation you need the one that comes with the
source package.
Regards,
Dimitri
On 16 Jan 2014, at 20:15 , Peter Rockett wrote:
> Hi
>
> I am trying to build doxy
Hi Christian,
That is wrong indeed. I've pushed a fix to GitHub:
https://github.com/doxygen/doxygen/commit/09a5fc198a98d697d3e50c1c76392b8373f1af12
Regards,
Dimitri
On 11 Jan 2014, at 19:17 , Christian Holzberger wrote:
> Hi,
>
> i cant get the following snippet to be parsed correctly when
On 10 Jan 2014, at 9:14 , Stefan Heiss wrote:
> I found a solution to my below Problem.
> Putting the following line into the refman.tex file will provide numbered
> Bookmarks.
>
> \hypersetup{bookmarksnumbered=true}
>
> Having numbered Bookmarks, makes the Navigation in a PDF document much
On 09 Jan 2014, at 5:56 , hewillincre...@gmail.com wrote:
> Hi there! I have a question regarding the doxygen preprocessor. In some of
> my code (.c) modules I have a #define setup to tell the .h file for that
> module how to behave. For example in the following file (driver.c) I define
> t
Hi Matthias,
the ttc divs contain the contents for the new tooltip feature.
They should normally be hidden and only turned into a tooltip when hovering the
mouse over a link.
You probably see them because your stylesheet/HTML header is not the default
and outdated (i.e. it misses
the section "
Hi Marcus,
Nested comments are allowed now, but only if they are properly terminated,
which is not the case in your example.
If not then you should escape them like so:
file(GLOB SRC_FILES src/\*.c src/\*.cpp)
or use \verbatim..\endverbatim.
I've added a warning when such an comment is enco
Hi Marcus,
The 2 comment blocks with the \page are not marked as special comments so
doxygen will ignore them. Here is the corrected example:
/*!
* \mainpage
*
* \ref A
* \ref B
*
*/
/*!
* \page A
* Hello, World!
*
*/
/*!
* \page B
* doxygen rulez!
*
*/
Regards,
Dimiri
On 07 Jan 2014, at 1
On 22 Dec 2013, at 12:18 , Jannick wrote:
> Dimitri van Heesch gmail.com> writes:
>
>>> \f[
>>> x=\begin{cases}
>>> a & \varepsilon=0\\
>>> b & \varepsilon=1\\
>>> c & \varepsilon=2
>>> \end{cases}
>>> \f]
On 22 Dec 2013, at 12:31 , JohnOldman wrote:
> UPDATE:
> I've tried now with a whole bunch of different versions and it seems like
> the problem first arises as of 1.6.2:
> 1.6.1 and 1.6.0 work, 1.6.2 and about half a dozen other newer versions I've
> tried give me the same segfault. Could this
On 21 Dec 2013, at 14:34 , Jannick wrote:
> It appears the the LaTeX cases environment is not correctly compiled since
> there is no line break after the first line in the pdf output, but in the
> html output (using mathjax) there is.
>
> Here an example:
>
> \f[
> x=\begin{cases}
> a & \varep
Hi Michael,
On 20 Dec 2013, at 0:43 , Michael Powell
wrote:
> Hello,
> I am using DOxygen to document an iPhone application. The context is
> Mac OS 10.9.1 with DOxygen 1.8.5. I got the TEX package from MacTEX. It's in
> a TEX subfolder to Applications and the release level on LaTeXiT i
Hi Hugo,
Doxygen should always generate a refman.tex file in the latex output directory.
Are you using a custom layout file (non-empty LAYOUT_FILE option)?
If you can capture the behaviour you see in a small self-contained example
(=source+config file in a tar or zip) then
please file a bug repo
Hi Artem,
I just checked with the latest doxygen build and it still crashes, so please
file a bug report.
Regards,
Dimitri
On Oct 26, 2013, at 10:21 , Artem Shinkarov wrote:
> Dear doxygen users
>
> I came across a segmentation fault while doxygen is trying to parse a C
> file. The C file
On Oct 18, 2013, at 12:07 , leeping wrote:
> Hi there,
>
> I have a Doxygen documentation page located at
> http://leeping.github.io/forcebalance/doc/html/ . The documentation
> generator works amazingly well, but the call graph generation seems to be
> broken for some functions defined in the
Hi John,
You can use MULTILINE_CPP_IS_BRIEF=YES and JAVADOC_AUTOBRIEF=NO
/// A brief description that
/// spans multiple lines.
///
/// More details follow.
or you can use MULTILINE_CPP_IS_BRIEF=NO and JAVADOC_AUTOBRIEF=YES
/// A brief description that
/// spans multiple lines.
/// More deta
Hi Christopher,
On Sep 17, 2013, at 21:02 , Marshall Christopher D. wrote:
> Folks,
>
> I have a file with a bunch of typedefs.
>
> I'm using Apple's recommended method of defining a NS_ENUM macro to declare
> enumeration typedefs.
>
> Normally, I'd define a typedef like so:
>
> typedef enum
Hi Kevin,
On Sep 11, 2013, at 19:58 , Kevin Nesmith wrote:
> I have tried the latest source download, version 1.8.5 and the latest
> version in git. I have run the configure with the doxyapp parameter. But
> when the compiler gets to the doxyapp build, I receive the following
> errors...
>
>
Hi Kevin,
@verbatim indeed preserves the //! comments
(to allow these to appear in the output, I use them in the manual for instance).
The "box"-ing you see is a side-effect of Markdown support (try setting
MARKDOWN_SUPPORT=NO)
In general I recommend to use C-style comments for page documentat
On Sep 5, 2013, at 15:59 , Yongwei Wu wrote:
> In Doxygen 1.6.x and earlier, the collaboration diagram will show all
> members regardless its visibility. I have found that 1.8.x does not
> show the private members, unless EXTRACT_PRIVATE is set to YES. Is
> this an intentional change?
Yes that
On Aug 23, 2013, at 15:19 , Jannick wrote:
> Jannick gmail.com> writes:
>
>>
>> Dimitri van Heesch gmail.com> writes:
>>
>>>
>>> Since member variable 'd' is (implicitly) private, make sure HAVE_DOT and
>> EXTRACT_PRIVATE ar
On Aug 22, 2013, at 13:37 , Jannick wrote:
> Hi,
>
> given the .cpp used as single doxygen input
>
> struct D {
> int d;
> };
>
> class A {
> int a;
> };
>
> class B : public A {
> int b;
> };
>
> class C : public B {
> int c;
>D d;
> };
>
> the class dependency diagram does not sh
On Jul 30, 2013, at 20:59 , Tom Udale wrote:
> Dear Dimitri,
>
>>> As you may have gathered by my sudden appearance on this forum, I have been
>>> setting up doxygen 1.8.4 on my code base (this is actually a second attempt
>>> to get doxygen into the workflow).
>>>
>>> I have pretty much beate
On Jul 29, 2013, at 18:26 , Tom Udale wrote:
> Greetings,
>
> As you may have gathered by my sudden appearance on this forum, I have been
> setting up doxygen 1.8.4 on my code base (this is actually a second attempt
> to get doxygen into the workflow).
>
> I have pretty much beaten doxygen and
1 - 100 of 186 matches
Mail list logo