This doesn't seem to work for me. I generated the javadocs in eclipse added
them to a "doc" directory. MSBuild output shows:
1>_ResolveMonoAndroidSdks:
1> MonoAndroid Tools: C:\Program Files (x86)\MSBuild\Novell\
1> MonoAndroid Framework: C:\Program Files (x86)\Reference
Assemblies\Microsoft
Oh, sorry you're right. And it was only about MonoDevelop. I take it as
another problem that we need to have a look.
Atsushi Eno
On 2012/10/11 5:23, Jeremy A. Kolb - ARA/NED wrote:
The bug is for MonoDevelop. So this will be fixed for VS 2012 as well?
-Original Message-
From: monodro
On Oct 11, 2012, at 9:20 AM, Jeremy A. Kolb - ARA/NED wrote:
> So I can see that the javadocpath is being populated put nothing api.xml
> doesn't change and I don't get any parameter names or comments.
The current javadoc parser is not "robust;" it's "good enough" to parse
Google's javadoc docu
So is there a way to generate javadocs in a given format? Honestly I thought
they were all created equal but I'm not too familiar with Java.
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor
Sent: Thursday
On Oct 11, 2012, at 2:27 PM, "Jeremy A. Kolb - ARA/NED" wrote:
> So is there a way to generate javadocs in a given format? Honestly I thought
> they were all created equal but I'm not too familiar with Java.
I don't know. Some exploration is needed.
- Jon
Google points me to
http://stackoverflow.com/questions/2824630/how-to-generate-android-styled-javadocs
It looks like google may use the doclava (http://code.google.com/p/doclava/)
doclet to generate their docs.
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodro
I found a bug in the action bar binding...
If you take the sample app
(https://github.com/xamarin/monodroid-samples/tree/master/ActionBarSherlock)
and try to implement tabs then you will get an error message:
"Action Bar Tab must have a Callback"
Below is a code snippet of what I am trying to do