[Doxygen-users] Doxygen and Java
Brought to you by:
dimitri
From: <Its...@t-...> - 2001-12-06 18:27:31
|
Hi, I used Doxygen in the past for documenting C++ code. Now I would like to use it with Java. But either I'm too dumb to configure Doxygen for Java, or it can't be done, but here it is: First problem: Doxygen produces output like: "void ActionPanel::ActionPanel()" The problem is the "::". This is C++ style and I don't want that. I'd rather have just a "." there. What can I do? The second problem: I would like Doxygen to show what methods this method references. And Doxygen produces: "References bla,bla..". The problem: "References" is not a German word! And I told Doxygen to create a German documentation. So how can I work around this bug? Thanx, Sascha Herrmann |