doxygen-develop Mailing List for Doxygen (Page 20)
Brought to you by:
dimitri
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(4) |
Jul
(29) |
Aug
(8) |
Sep
(8) |
Oct
(17) |
Nov
(34) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(20) |
Feb
(14) |
Mar
(11) |
Apr
(9) |
May
(8) |
Jun
(7) |
Jul
(25) |
Aug
(12) |
Sep
(12) |
Oct
(24) |
Nov
(27) |
Dec
(12) |
2003 |
Jan
(12) |
Feb
(14) |
Mar
(15) |
Apr
(11) |
May
(17) |
Jun
(20) |
Jul
(32) |
Aug
(13) |
Sep
(34) |
Oct
(12) |
Nov
(16) |
Dec
(33) |
2004 |
Jan
(20) |
Feb
(6) |
Mar
(20) |
Apr
(15) |
May
(16) |
Jun
(28) |
Jul
(7) |
Aug
(7) |
Sep
(17) |
Oct
(16) |
Nov
(17) |
Dec
(43) |
2005 |
Jan
(15) |
Feb
(5) |
Mar
(14) |
Apr
(4) |
May
(3) |
Jun
(8) |
Jul
(17) |
Aug
(16) |
Sep
(7) |
Oct
(17) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(7) |
Feb
(6) |
Mar
(10) |
Apr
(6) |
May
(3) |
Jun
(4) |
Jul
(3) |
Aug
(3) |
Sep
(18) |
Oct
(11) |
Nov
(10) |
Dec
(3) |
2007 |
Jan
(12) |
Feb
(12) |
Mar
(23) |
Apr
(5) |
May
(13) |
Jun
(6) |
Jul
(5) |
Aug
(4) |
Sep
(8) |
Oct
(10) |
Nov
(6) |
Dec
(7) |
2008 |
Jan
(7) |
Feb
(13) |
Mar
(35) |
Apr
(14) |
May
(13) |
Jun
(4) |
Jul
(9) |
Aug
(6) |
Sep
(12) |
Oct
(9) |
Nov
(6) |
Dec
(3) |
2009 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(15) |
May
(1) |
Jun
(2) |
Jul
(7) |
Aug
(3) |
Sep
(4) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
2010 |
Jan
(4) |
Feb
|
Mar
(5) |
Apr
(1) |
May
(5) |
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(11) |
Oct
(2) |
Nov
(1) |
Dec
(5) |
2011 |
Jan
(12) |
Feb
(3) |
Mar
(28) |
Apr
(4) |
May
(3) |
Jun
(4) |
Jul
(15) |
Aug
(12) |
Sep
(2) |
Oct
(3) |
Nov
(6) |
Dec
(3) |
2012 |
Jan
(1) |
Feb
(4) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(6) |
Jul
(3) |
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(9) |
Dec
(7) |
2013 |
Jan
(8) |
Feb
(14) |
Mar
(15) |
Apr
(21) |
May
(29) |
Jun
(34) |
Jul
(3) |
Aug
(7) |
Sep
(13) |
Oct
(1) |
Nov
(3) |
Dec
(5) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
(2) |
Sep
(4) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
2015 |
Jan
(7) |
Feb
(4) |
Mar
(3) |
Apr
(15) |
May
(4) |
Jun
(9) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(3) |
Dec
(7) |
2016 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(5) |
2018 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
|
May
(7) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(4) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
2021 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Olaf K. <o_k...@us...> - 2010-07-19 19:50:02
|
Dear Doxygen Developers, Please find a patch in the attachments that fixes the display of private and undocumented members in the UML diagrams created with dot. The issue has been raised before on the doxygen-users list back at 2009-01-15 13:45. No action was taken at that time, however (see e.g. http://old.nabble.com/Hide-private-members-in-UML-td21477924.html ). As of version 1.7.1 the same issue annoys me enough to send in this patch. :) The patch simply avoids printing the "unlinkable" members, if HIDE_UNDOC_MEMBERS has been specified and does not print any private members, unless EXTRACT_PRIVATE is set to true. I've tested the four obvious combinations and it seems to work fine for all of them. Best regards, Olaf |
From: Robert J. E. <rob...@gm...> - 2010-07-09 19:57:59
|
This patch adds the HTML_IMAGE_DEPENDENCY_FILE_NAME and LATEX_IMAGE_DEPENDENCY_FILE_NAME tags. For each of these tags that are defined, warnings about missing image files will be supressed (for the related output type --- i.e. LaTeX or HTML), and a list of used image files will be saved as prerequisite to a relevant make rule in a make file named by the value of that tag. For usage examples, see the included doxygen comments in the patch. Please note that we included changes made to the file optionsconfig.cpp although it is automatically generated from the config.xml file. We did this since that file is under revision control (you might want to change that). Regards Robert Jørgensgaard Engdahl and Anders Franz Terkelsen p.s. We sent this patch previously, but since the sender address was not on the mailing list the mail did not get through. I hope that we are not offending anyone by sending this patch again. |
From: Andrey A. <asa...@gm...> - 2010-05-31 18:07:06
|
hello. How hard would it to implement in line template documentation: template< class F ///< documentation > can you please tell me where to start, I not familiar with internals. Thank you |
From: Jan E. <jan...@we...> - 2010-05-14 12:49:48
|
Hi, I'm mostly interested in call- and caller-graphs generated by doxygen. I would like to add the filename of a function (i.e. where it is defined) to its node in the graph. Is there an easy way of doing this? If not, where in the source code should I look to find my way? Thanks for any efforts Jan |
From: Dimitri V. H. <do...@gm...> - 2010-05-07 20:19:23
|
Hi Andreas, On 7 mei 2010, at 21:37, Andreas Schneider wrote: > On Friday 07 May 2010 20:48:26 you wrote: >> Hi Andreas, >> >> On 7 mei 2010, at 10:32, Andreas Schneider wrote: >>> Hi, >>> >>> I've created API documentation for talloc.samba.org. Doxygen has a >>> problem >>> correctly creating documentation for a function which has a printf >>> attribute >>> checking at the end using a macro. >>> >>> #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, >>> a1, a2))) >>> #else >>> #define PRINTF_ATTRIBUTE(a1, a2) >>> #endif >>> #endif >>> >>> void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); >>> >>> It adds the return value of this function to the output of the next. >>> >>> void * talloc_init (const char *fmt,...) PRINTF_ATTRIBUTE(1 >>> >>> Create a new top level talloc context. >>> >>> void *int talloc_free (void *ptr) >>> >>> Free a chunk of talloc memory. >>> >>> See http://talloc.samba.org/talloc/doc/html/group__talloc.html >>> >>> I can work around the problem using #ifdef DOXYGEN but I think it >>> should be >>> fixed in doxygen. >> >> You can configure doxygen's preprocessor such that no #ifdef's are >> needed to >> parse the code properly. > > Do you have an example how to do it? > Given this: -------------------------------------------------------------- #ifdef SOMETHING #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) #else #define PRINTF_ATTRIBUTE(a1, a2) #endif /// Blah void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); -------------------------------------------------------------- This should work: ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO PREDEFINED = But you can also use this: ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES PREDEFINED = PRINTF_ATTRIBUTE(x,y)= See http://www.stack.nl/~dimitri/doxygen/preprocessing.html for more info. Use doxygen with the -d Preprocessor option to see the result after preprocessing. Regards, Dimitri |
From: Dimitri V. H. <do...@gm...> - 2010-05-07 18:48:37
|
Hi Andreas, On 7 mei 2010, at 10:32, Andreas Schneider wrote: > Hi, > > I've created API documentation for talloc.samba.org. Doxygen has a > problem > correctly creating documentation for a function which has a printf > attribute > checking at the end using a macro. > > #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, > a1, a2))) > #else > #define PRINTF_ATTRIBUTE(a1, a2) > #endif > #endif > > void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); > > It adds the return value of this function to the output of the next. > > void * talloc_init (const char *fmt,...) PRINTF_ATTRIBUTE(1 > Create a new top level talloc context. > > void *int talloc_free (void *ptr) > Free a chunk of talloc memory. > > > See http://talloc.samba.org/talloc/doc/html/group__talloc.html > > I can work around the problem using #ifdef DOXYGEN but I think it > should be > fixed in doxygen. You can configure doxygen's preprocessor such that no #ifdef's are needed to parse the code properly. Regards, Dimitri |
From: Andreas S. <ma...@cy...> - 2010-05-07 08:49:53
|
Hi, I've created API documentation for talloc.samba.org. Doxygen has a problem correctly creating documentation for a function which has a printf attribute checking at the end using a macro. #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) #else #define PRINTF_ATTRIBUTE(a1, a2) #endif #endif void *talloc_init(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); It adds the return value of this function to the output of the next. void * talloc_init (const char *fmt,...) PRINTF_ATTRIBUTE(1 Create a new top level talloc context. void *int talloc_free (void *ptr) Free a chunk of talloc memory. See http://talloc.samba.org/talloc/doc/html/group__talloc.html I can work around the problem using #ifdef DOXYGEN but I think it should be fixed in doxygen. Cheers, -- andreas -- cybernetic synapses - http://www.cynapses.org/ |
From: Guido T. <gt...@od...> - 2010-04-29 13:37:10
|
Hi, here's a tiny patch against the doxygen trunk that fixes XCode docset generation. It generates <Anchor> tags in Nodes.xml instead of using url#anchor syntax (which docsetutil does not support). I've also added DOCSET_PUBLISHER_ID and DOCSET_PUBLISHER_NAME as config options, because Apple suggests to always provide these in Info.plist (otherwise the docset will be filed under "Unknown publisher"): http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/Documentation_Sets/030-Configuring_Documentation_Sets/configuring_docsets.html#//apple_ref/doc/uid/TP40005266-CH11-SW22 Best regards, Guido |
From: Michael C. <mic...@gm...> - 2010-03-30 09:50:41
|
Hello, I'd like to document a PHP homemade framework. I wrote a DocBlock at the top of each class, like this: ------------------------------------------------------------------------------------- /* * Brief description of my class * * Detailed description * * @author Michael Courtier<mic...@gm...> * @package html * */ class HTML_Element { ... } ------------------------------------------------------------------------------------- I generate the documentation in XML. in index.xml, the main file generated which sums up the whole framework, I can see my "html" package in this xml document : <compound refid="d5/d71/namespacehtml" kind="namespace"><name>html</name></compound> I assume the @package attribute is in the right DocBlock. But now, in my detailed xml file (the one for the class HTML_Element), the brief description and detailed description nodes are empty !! if I delete the @package attribute, then it works, and I have the brief and detailed description in my xml file. Am I documenting this class correctly ? Sincerely Michael Courtier |
From: Kirby Z. <kir...@gm...> - 2010-03-26 10:17:11
|
It seems works well. -----Original Message----- From: Dimitri Van Heesch [mailto:do...@gm...] Sent: Thursday, March 25, 2010 4:53 AM To: Kirby Zhou Cc: dox...@li... Subject: Re: [Doxygen-develop] Bug 613616 - PREPROCESS is broken with complex code Hi Kirby, On 23 mrt 2010, at 15:26, Kirby Zhou wrote: > https://bugzilla.gnome.org/show_bug.cgi?id=613616 > > > I have tested following old versions of doxygen, all of them have > the same bug. > > doxygen-1.4.7 > doxygen-1.6.1 > doxygen-1.6.2 > > Bug seems stay here: > > pre.l > 188 static bool macroIsAccessible(Define *def) > 201 bool b = g_inputFileDef->includes(def- > >fileDef,&includedFiles); > > g_inputFileDef donot know files that not directly included by itself > and being processed in prior files. > For example: > If A includes B, B includes C, C includes D, while A is processed > first and then B, The macros defined in D will be hidden to B. > > Anyone can correct that bug? Can you check whether or not the bug is fixed with the update I just committed to the subversion repository? Regards, Dimitri |
From: Dimitri V. H. <do...@gm...> - 2010-03-24 20:53:38
|
Hi Kirby, On 23 mrt 2010, at 15:26, Kirby Zhou wrote: > https://bugzilla.gnome.org/show_bug.cgi?id=613616 > > > I have tested following old versions of doxygen, all of them have > the same bug. > > doxygen-1.4.7 > doxygen-1.6.1 > doxygen-1.6.2 > > Bug seems stay here: > > pre.l > 188 static bool macroIsAccessible(Define *def) > 201 bool b = g_inputFileDef->includes(def- > >fileDef,&includedFiles); > > g_inputFileDef donot know files that not directly included by itself > and being processed in prior files. > For example: > If A includes B, B includes C, C includes D, while A is processed > first and then B, The macros defined in D will be hidden to B. > > Anyone can correct that bug? Can you check whether or not the bug is fixed with the update I just committed to the subversion repository? Regards, Dimitri |
From: Kirby Z. <kir...@gm...> - 2010-03-23 14:27:19
|
https://bugzilla.gnome.org/show_bug.cgi?id=613616 I have tested following old versions of doxygen, all of them have the same bug. doxygen-1.4.7 doxygen-1.6.1 doxygen-1.6.2 Bug seems stay here: pre.l 188 static bool macroIsAccessible(Define *def) 201 bool b = g_inputFileDef->includes(def->fileDef,&includedFiles); g_inputFileDef donot know files that not directly included by itself and being processed in prior files. For example: If A includes B, B includes C, C includes D, while A is processed first and then B, The macros defined in D will be hidden to B. Anyone can correct that bug? |
From: Antonio T. <ter...@so...> - 2010-01-30 22:48:35
|
Hello, I've just attached a patch that fixes this bug, and found that the bug is not a duplicate of the bug it is marked as duplicate of. https://bugzilla.gnome.org/show_bug.cgi?id=398942 It would be nice if someone review it and eventually commit to the repository. -- Antonio Terceiro <ter...@so...> http://softwarelivre.org/terceiro |
From: Neil T. <nei...@ta...> - 2010-01-18 23:02:59
|
Could the image tag options provide access to the html <IMG> parameters that define the size of the displayed image i.e HEIGHT and WIDTH If the image being displayed is large then it falls off the edge of the screen. I'd like to display smaller ones that fit on the screen by defining the size. If I could then click on these smaller images to get a full scale one then even better. Thanks ======================================================================= This email, including any attachments, is only for the intended addressee. It is subject to copyright, is confidential and may be the subject of legal or other privilege, none of which is waived or lost by reason of this transmission. If the receiver is not the intended addressee, please accept our apologies, notify us by return, delete all copies and perform no other act on the email. Unfortunately, we cannot warrant that the email has not been altered or corrupted during transmission. ======================================================================= |
From: Martin G. <mge...@gm...> - 2010-01-16 19:13:27
|
Hello everyone! I recently found out that when generating call / caller graphs even function calls which would be removed by the preprocessor (due to conditional compilation) get included in the call graph. In some cases this may not be desired. Consider the following example: test.cpp: #include <iostream> using namespace std; #define FUNC1 void func1(int test) { cout << "func1: Hallo" << endl; } void func2(int test) { cout << "func2: Hallo" << endl; } int main() { #ifdef FUNC1 func1(0); #else func2(0); #endif return 0; } Doxygen produces something like this for the main function when generating xml output: <references refid="test_8cpp_1a5d7f916959f4f32d1f8d38816c20fbef" compoundref="test_8cpp" startline="7" endline="10">func1</references> <references refid="test_8cpp_1af40a1280e9eecc3ea5aa6e37a4b41f65" compoundref="test_8cpp" startline="11" endline="14">func2</references> But the second function (func2) gets never called. The patch modifies the preprocessor in "pre.l" so that all line numbers which would be removed by the preprocessor are stored in a dictionary. This information is then used by "code.l" to check if function gets actually called. This information could also be used for other purposes in future. E. g. different background color for lines excluded by the preprocessor like eclipse does. With this patch I tried the least invasive approach. Only a small modification to "prel.l" and "code.l" was necessary. The only thing missing at the moment is a configuration option to turn this patch off, because sometimes it could be useful to see all functions that could be called. Please test this patch and let me know if it breaks some things or doesn't work for you as expected. If this patch will be included in doxygen I'll also provide the missing configuration option. The patch and the test case can be found at: http://mmg.ath.cx:8081/cond_compilation_patch.zip Regards, Martin Gerlach. |
From: Vincent F. <vin...@9o...> - 2010-01-12 21:05:50
|
Hello dear doxygen users (and developers) ! I'm a fervent doxygen user, but until recently I found that it was missing something for me: support for parsing Ruby files. So I spent some time dwelling in the internals of Doxygen, I'm probably far from actually understanding anything at all, but I've implemented something that works. If there are Ruby users around, I'd be grateful if you could try it out and flame me because it doesn't work for your code... Patches are available at http://www.normalesup.org/~fourmond/doxygen-ruby/ Get the latest one (for now -1.patch.gz) and follow the instructions (you need to be able build doxygen from source). My hope is that this patch will receive sufficient testing to be good enough to make it into the official distribution. Side notes: I've tried to keep the compatibility with the main tool used for documenting Ruby code, rdoc. This makes doxygen behave more-or-less like rdoc does, but not like doxygen does on, say C++ code. This can be disable by setting the RUBY_RDOC_COMPATIBILITY configuration variable to false. Cheers, and happy testing ! Vincent PS: please don't CC me, I'm subscribed to both lists. -- Vincent Fourmond, Doctor in Physics http://vince-debian.blogspot.com/ |
From: Keshetti M. <kes...@gm...> - 2009-12-07 12:47:00
|
I have recently observed that Doxygen is not showing class collaboration diagram properly in some situations like the flowing. suppose there is a class A which contains vector of objects of class B. class B { int data; }; class A { int data; std::vector<B> b; }; 'b' is not shown in the collaboration diagram of class A in this situation. I have searched bugzilla but didn't find any match. Is this known behavior ? -- Keshetti Mahesh |
From: joaomm <joa...@gm...> - 2009-11-12 20:17:11
|
Hi, I'm developing a tool that reports some information collected by Doxygen. It's called Doxyparse ( http://gitorious.org/doxygen/mainline/commits/doxyparse). It's used to calculate metrics such as number of functions, number of public functions, coupling, depth of inheritance tree and number of childs. Recently, I'm trying to collect information about method internals such as Cyclomatic Complexity. Is that possible? Having the MemberDef or the Definition of the method, can I at least get its source code? Thanks, |
From: Jason M. <ko...@gm...> - 2009-11-03 06:11:24
|
Doxygen's autolinks are great. However, if I have an object called "SomeObject", it would be very useful if I could talk about "SomeObjects" and have that properly link without having to explicitly reference it or other kinds of things. |
From: goyoki <go...@gm...> - 2009-10-27 16:31:11
|
Hi, translator_ja attached.(Minor fix and update for 1.6.0) --- Hiroki Iseri |
From: Stefan O. <st...@ob...> - 2009-09-17 08:28:32
|
Its not possible to pass a "{" as an argument to an alias or to put a "{" into a alias definition. eg: Doxyfile: ALIASES = "MACRO_ARGV1{1}=\1" ALIASES += "MACRO_ARGV2{1}=\{\1" ALIASES += "MACRO_ARGV3{1}=\{\1\}" ALIASES += "MACRO_ARGV4{1}=\1\}" example page: /*! @page page_argv ARGV Macros Test of ARGV macros with { and }\n @MACRO_ARGV1{ABCD\{ab\}cd}\n @MACRO_ARGV2{ABCD\{ab\}cd}\n @MACRO_ARGV3{ABCD\{ab\}cd}\n @MACRO_ARGV4{ABCD\{ab\}cd}\n */ After applying the attached patch escaping of brackets works. Use "\{" and "\}". Best regards Stefan |
From: Stefan O. <st...@ob...> - 2009-09-14 09:34:06
|
This patch allows you to overwrite the layout of sections of modules within the LATEX output. The goal is to create a tabular look-like parameterlist - like in HTML. eg: 1.2.3 int foo(int param1, int param2) can be converted into 1.2.3 int foo( mytype param1, int param2 ) The result is a list which uses the DoxyParamCaption environment. example: \subsubsection[{foo}]{\setlength{\rightskip}{0pt plus 5cm}{int} foo ( \begin{DoxyParamCaption} \item[{mytype}}]{ param1, } \item[{int}}]{ param2} \end{DoxyParamCaption} )} For compatibliy reasons the default "DoxyParamCaption" environment in doxygen.sty will produce the same style the output had before. You can overwrite the DoxyParamCaption (use \renewenvironment) to generate your own layout. Best regards Stefan |
From: Andrew M. <an...@mi...> - 2009-09-13 17:59:43
|
Hello all, I'm trying to add the php 5.3 namespace support in doxygen and thought I would just hit the mailing list to make sure that I am understanding correctly what I need to do. From what I understand it uses flex / yacc (bison?) to parse the source code in scanner.l ? This generates some C code that which executes a function when it encounters one of the tokens. I can see the token declaration that are in scanner.l which i need to create however I am having some difficulty finding the CopyPHPString() which I think is the function i need to modify in order for it to handle the namespace declaration. Would appreciate any advice / direction / input. I haven't worked with flex / yacc nor really done that much C before so apologies if what I am asking seems obvious. thanks in advance Andrew |
From: E. R. <er...@ca...> - 2009-09-02 11:24:10
|
I've attached a patch to render formulas slightly differently. The current method of rendering is to render the formula to a white background, then output the exact colour as opaque, except for pure white which is set to fully transparent. The new method (attached) renders all non white pixels as pure black, but sets various levels of transparency to achieve a smooth effect. This ensures that the equations render correctly if the web browser background is not set to white. I haven't quite figured out how to set it up so that it can be switched on with a configuration option. To illustrate the method with a rather exxtreme example, I've composited a sample formula against a dark blue background, and attached the images. Regards -Ed -- (You can't go wrong with psycho-rats.)(http://mi.eng.cam.ac.uk/~er258) /d{def}def/f{/Times s selectfont}d/s{11}d/r{roll}d f 2/m{moveto}d -1 r 230 350 m 0 1 179{ 1 index show 88 rotate 4 mul 0 rmoveto}for/s 12 d f pop 235 420 translate 0 0 moveto 1 2 scale show showpage |
From: Iain B. <ia...@pc...> - 2009-08-11 06:30:18
|
On Fri, 2009-07-31 at 10:41 +0100, John Tapsell wrote: > Hey all, > > At the moment you can't use cond inside an alias, like: > > ALIASES = foodev="\cond FooDev" \ > endfoodev="\endcond" > > (http://bugzilla.gnome.org/show_bug.cgi?id=485773) > > Does anyone know of a work around? as a workaround you could use the INPUT_FILTER option to pass your source through a small (your choice of scripting language) script which does the conditional checks for you... might be a bit of work though. > Can anyone give a hint how I could fix this bug in doxygen? > > John Tapsell -- Iain Buchanan <iain at pcorp dot com dot au> You may be right, I may be crazy, But it just may be a lunatic you're looking for! -- Billy Joel |