function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aslamaslam 

ApexDoc Eclipse Plugin For Force.com IDE

Hi All,

I recenlty created this Plugin for my previous development "ApexDoc". Checkout :)

 

 http://www.aslambari.com/apexdocplugin.html

 

Thanks

Aslam Bari

writetocynthiawritetocynthia

hi aslam,

your apexdoc is soo very good. very clear and very nice to know that this feature exists now.

 

Your apexdoc can get whatver documentation from the apex project which I create. But is there a way to see the javadoc functionality .

 

Example. I have this component. and it looks like this.

<apex:componentid="footerComponent">

<c:SitePoweredBy/>

</apex:component>

 

Now if I hover over apex:component it does not show me any of the documentation. Do you know how I would get that? Where are the apex classes stored? If I get hold of that then I can generate your apexdoc for them and use as a javadoc for the apex code.  This is really important for me. Also even assert statements do not show the Javadoc for a force.com project. do you know how to set them up as well?