Favorite documentation system for C++ [message #156812] |
Wed, 26 October 2005 14:16 |
Eclipse User |
|
|
|
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 #156834 is a reply to message #156827] |
Wed, 26 October 2005 15:57 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.03165 seconds