Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Favorite documentation system for C++
Favorite documentation system for C++ [message #156812] Wed, 26 October 2005 14:16 Go to next message
Eclipse UserFriend
Originally posted by: siegfried.heintze.com

I see there is an ajdoc feature in eclipse. Is this for java programmers
only? I think so. Is there a counterpart to javadoc that is built into
eclipse -- doxygen perhaps? I could not find one.

Thanks,
Siegfried
Re: Favorite documentation system for C++ [message #156819 is a reply to message #156812] Wed, 26 October 2005 14:26 Go to previous messageGo to next message
Andrés Wellmann Jelic is currently offline Andrés Wellmann JelicFriend
Messages: 32
Registered: July 2009
Member
as far as I know there is no built-in functionality. You'll have to
include doxygen yourself,
probably in your makefile as a separate target.

If you use the managed project, you'll have to figure out yourself, I
never used it.

andrés



Am Wed, 26 Oct 2005 16:16:14 +0200 schrieb siegfried heintze
<siegfried@heintze.com>:

> I see there is an ajdoc feature in eclipse. Is this for java programmers
> only? I think so. Is there a counterpart to javadoc that is built into
> eclipse -- doxygen perhaps? I could not find one.
>
> Thanks,
> Siegfried
>



--
Written with Opera
Re: Favorite documentation system for C++ [message #156827 is a reply to message #156812] Wed, 26 October 2005 15:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: berend.chalmers.se

Hi,

There is an excellent plugin for doxygen in eclipse,
http://home.gna.org/eclox/

Berend.
Re: Favorite documentation system for C++ [message #156834 is a reply to message #156827] Wed, 26 October 2005 15:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: siegfried.heintze.com

This is a question on the doxygen/eclipse plugin:

I was hoping there would be a URL that I could just point eclipse to.
Instead there is a zip file I downloaded. What do I do with this zip file?
Do I extract it to my plugin directory in eclipse?

Thanks,
Siegfried
Re: Favorite documentation system for C++ [message #156840 is a reply to message #156834] Wed, 26 October 2005 18:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: weconsul.ptd.net

siegfried heintze wrote:
> This is a question on the doxygen/eclipse plugin:
> I was hoping there would be a URL that I could just point eclipse to.
> Instead there is a zip file I downloaded. What do I do with this zip
> file? Do I extract it to my plugin directory in eclipse?
>
> Thanks,
> Siegfried
>

Open the eclox-0.3.4.bin.zip file and read the manual.file.

1. INSTALLATION

To install this plugin, follow the common installation procedure
consisting
in copying the whole plugin folder into Eclipse's plugin folder. For
additional details, please refer to Eclipse's documentation.

--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
____________________________________________________________ ______________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Re: Favorite documentation system for C++ [message #158472 is a reply to message #156840] Fri, 18 November 2005 22:57 Go to previous message
Eclipse UserFriend
Originally posted by: m.fortner.sbcglobal.net

One other approach is to use the doxygen package in the Cygwin setup
program. Once you have it, then you need to configure an External Tool
(it's the icon next to the Run button that has a suitcase on it).

Right click on the down arrow next to the "Run External Tool" icon and
select the "External Tools..." menu item.

When the dialog box appears, click on the "Program" node in the tree on
the left, and click the "New" button to add a new configuration.

In the form on the right hand side, make the following entries in the fields

Name: doxygen
Location: c:\cygwin\bin\doxygen.exe
Working Directory: ${project_loc}


You'll also want to make sure that the "dot" graphics program from
GraphViz (http://www.graphviz.org/) is in your path since this will
generate the class diagrams for you.

Hope this helps,

Mark




IchBin wrote:
> siegfried heintze wrote:
>
>> This is a question on the doxygen/eclipse plugin:
>> I was hoping there would be a URL that I could just point eclipse to.
>> Instead there is a zip file I downloaded. What do I do with this zip
>> file? Do I extract it to my plugin directory in eclipse?
>>
>> Thanks,
>> Siegfried
>>
>
> Open the eclox-0.3.4.bin.zip file and read the manual.file.
>
> 1. INSTALLATION
>
> To install this plugin, follow the common installation procedure
> consisting
> in copying the whole plugin folder into Eclipse's plugin folder. For
> additional details, please refer to Eclipse's documentation.
>
Previous Topic:configuring remote debug from windows to linux
Next Topic:sporadic indexer behavior/non-behavior
Goto Forum:
  


Current Time: Thu Dec 26 13:50:37 GMT 2024

Powered by FUDForum. Page generated in 0.03165 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top