[Doxygen-users] documenting only "documented" data structure (newbie question)

2012-08-20 Thread Andrew Voelkel
Hi All, I've played with Doxygen before, but now I'm committing to using on a project and need to deal with weird stuff I've noticed before. My task is documenting public interfaces for an embedded system which is coded in C. I set Doxygen to only document "documented" entities. This works fine f

[Doxygen-users] \image command for latex - why only EPS? (newbie question)

2012-08-20 Thread Andrew Voelkel
Hi All, I spent several hours yesterday trying to understand my options for including graphic elements into Doxygen output, for both HTML and Latex (PDF). Now that I understand the underlying technology a bit better, I cannot understand why the \image command only allows EPS input for Latex in PDF

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

2012-08-20 Thread Andrew Voelkel
Hi All, I have two problems with using "make pdf" to generate PDF output. The first is that the makefile that doxygen generates contains this: clean: del /s/y *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf The /y flag generates errors in Windows. Is there a w

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

2012-08-21 Thread Andrew Voelkel
Hi, I updated my version of doxygen to fix the problem that "make pdf" did not work properly on the Windows platform. But now previous input that produced the right latex output breaks both the latex and HTML output! For instance, the following code worked in a earlier version: /// \mainpage My M

[Doxygen-users] \latexonly broken in 1.8.2?

2012-08-22 Thread Andrew Voelkel
>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 u

[Doxygen-users] How to put documentation at the top of a module page?

2012-08-22 Thread Andrew Voelkel
Hi, I'd like to put introductory paragraphs at the beginning of a module page, before the list of functions and data structures. I would think that this might do that: /// \defgroup mygroup my group /// \brief /// here would be /// an introductory paragraph for the module But that doesn't work.

Re: [Doxygen-users] documenting only "documented" data structure (second try)

2012-08-22 Thread Andrew Voelkel
Hi All, I thought I'd try again to get an answer to this question: On Mon, Aug 20, 2012 at 6:38 PM, Andrew Voelkel wrote: > Hi All, > > I've played with Doxygen before, but now I'm committing to using on a > project and need to deal with weird stuff I&#x

Re: [Doxygen-users] documenting only "documented" data structure (second try)

2012-08-23 Thread Andrew Voelkel
l for what is possible, but it also helps with another problem I was having. I'll repost about that problem separately. - Andy On Thu, Aug 23, 2012 at 12:08 AM, Jakob van Bethlehem < j.s.van.bethle...@astro.rug.nl> wrote: > On 08/23/2012 04:20 AM, Andrew Voelkel wrote: > > Hi A

[Doxygen-users] Customizing Latex output (& searching doxygen-users archive)

2012-09-17 Thread Andrew Voelkel
Hi, I've got some weird stuff going on with Latex trying too hard not to put blank space at the end of a page where the next page has a figure at the top. From what I've been able to find out, the \setlength{\parskip} command may fix this problem. But I don't know how to introduce this command int

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

2012-10-10 Thread 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 use to customize the general appearance

[Doxygen-users] \imagel command latex output

2012-10-26 Thread Andrew Voelkel
Hi, I've been chasing down some Doxygen/Latex formatting problems for a while now, which has led me on a detour needing to learn more about Latex and about how Doxygen generates Latex code. It turns out that the problems I have been dealing with have to do with the fact that Doxygen generates a L

[Doxygen-users] Links to Enums in class descriptions

2016-03-31 Thread Andrew Voelkel
Hi, I'm sure this has been asked many times before but I can't find it by search. When I create a class description and the type of one of the instance variables of that class is itself is a class, a link is created in the type column for the instance variable, so I can navigate to that class des