I itziksela New Member Licensed User Longtime User Aug 20, 2012 #1 Hi I used BADoclet to create xml for my java lib the file created and its working but its genereate documnet only for one class at time, mt lib contain 10 class that work togheter. Please advice 10x
Hi I used BADoclet to create xml for my java lib the file created and its working but its genereate documnet only for one class at time, mt lib contain 10 class that work togheter. Please advice 10x
warwound Expert Licensed User Longtime User Aug 20, 2012 #2 Click once on your Eclipse project's src folder and then Project menu Generate Javadoc. (Generate Javadoc generates javadoc for all currently selected class files). Martin.
Click once on your Eclipse project's src folder and then Project menu Generate Javadoc. (Generate Javadoc generates javadoc for all currently selected class files). Martin.
I itziksela New Member Licensed User Longtime User Aug 20, 2012 #3 when using BADoclet for docment its generate only for the current class if i click the src its generate empty file
when using BADoclet for docment its generate only for the current class if i click the src its generate empty file
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2012 #4 You should press on the project checkbox. Make sure that it shows a 'V' and not a square.
I itziksela New Member Licensed User Longtime User Aug 20, 2012 #5 Still same error Hi please check the following senario 1. create java project in eclipse 2. add two classes, with prop and methods 3. geneare jar and doc (with BADoclet) 4. check the xml - I see only one class in the xml
Still same error Hi please check the following senario 1. create java project in eclipse 2. add two classes, with prop and methods 3. geneare jar and doc (with BADoclet) 4. check the xml - I see only one class in the xml
Erel B4X founder Staff member Licensed User Longtime User Aug 21, 2012 #6 I'm working with projects made of many classes. Here for example is the Core library: