bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: API docs I18N


From: Patrick Leslie Polzer
Subject: Re: API docs I18N
Date: Mon, 21 Nov 2005 13:59:44 +0100

On Sun, 20 Nov 2005 18:56:27 -0600
Harley D. Eades III <"Harley D. Eades III" <address@hidden>> wrote:

> Yea, I guess I didn't realize that Doxgen worked like that.  Sorry, I
> do agree it is a lot of work.
> http://www.stack.nl/~dimitri/doxygen/langhowto.html
> 
> This URL explains the use of other languages with Doxygen.
Unfortunately, this document only refers to the static text fragments
that Doxygen produces (e.g. \warning -> EN:"Warning", DE:"Warnung").
However, after searching my Doxygen manual PDF, I know now that we
could use conditionals in the documentation, like this:

/**
  \if english
    [...]
  \endif

  \if german
    [...]
  \endif
*/

and then define appropriate conditions in the config.

Maybe this also works with one block (english) inline and the other
languages in separate files -- this would solve the problem.
Does anyone have time to take care of this (checking whether it
works, conceptualizing a file hierachy)?

Leslie

-- 
PGP-KID: 0x52D70289

Attachment: pgpk_aiP1_C91.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]