RE: AOO Code Comments

2016-03-06 Thread Dennis E. Hamilton
Here is something that came up two weeks ago:

This page is the top level of some considerable in-code format and 
documentation practices: 
.  (Hat tip to 
j.nitschke for pointing me to these.)

Documentation codes are treated at 
.  

This material was last updated in 2007.

It seems that the AutoDoc only ran on header files.

> -Original Message-
> From: Alexandro Colorado [mailto:j...@gultab.org]
> Sent: Sunday, March 6, 2016 15:56
> To: dev@openoffice.apache.org
> Subject: Re: AOO Code Comments
> 
> Search on our wiki dev for code conventions including comment
> conventions.
> On Mar 6, 2016 3:09 PM, "Lalith Ramesh" 
> wrote:
> 
> > Hello,
> >
> > I just looked at the ErrObject class on FishEye, and I had a few
> questions
> > about the coding conventions used in AOO.
> > Where do we typically put comments in the code?  Do they go in the
> source
> > file, the header file, or both?
> > Also, how often are they used?  Does each method have its own comment
> block
> > describing what it does?  Or is there one comment block for the whole
> > class?
> >


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO Code Comments

2016-03-06 Thread Alexandro Colorado
Search on our wiki dev for code conventions including comment conventions.
On Mar 6, 2016 3:09 PM, "Lalith Ramesh"  wrote:

> Hello,
>
> I just looked at the ErrObject class on FishEye, and I had a few questions
> about the coding conventions used in AOO.
> Where do we typically put comments in the code?  Do they go in the source
> file, the header file, or both?
> Also, how often are they used?  Does each method have its own comment block
> describing what it does?  Or is there one comment block for the whole
> class?
>


Re: UNO SDK?

2016-03-06 Thread Patricia Shanahan

Thanks for the "side menu" tip. I was just not seeing it.

On 3/6/2016 3:36 PM, JZA wrote:

The UNO SDK is public from the Download page in AOO.
http://openoffice.org/download/

Make sure to look into the side menu.

On Sun, Mar 6, 2016 at 6:30 PM, Patricia Shanahan  wrote:


As part of my ongoing attempt to understand AOO, I would like to try out
and explore UNO. I found an Eclipse plug-in that looks potentially useful,
but it needs me to tell it the location of my UNO SDK. Where is it, or can
I download it?

Thanks,

Patricia

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org







-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: UNO SDK?

2016-03-06 Thread JZA
The UNO SDK is public from the Download page in AOO.
http://openoffice.org/download/

Make sure to look into the side menu.

On Sun, Mar 6, 2016 at 6:30 PM, Patricia Shanahan  wrote:

> As part of my ongoing attempt to understand AOO, I would like to try out
> and explore UNO. I found an Eclipse plug-in that looks potentially useful,
> but it needs me to tell it the location of my UNO SDK. Where is it, or can
> I download it?
>
> Thanks,
>
> Patricia
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
Alexandro Colorado
Apache OpenOffice Contributor
9060 55AB FFD2 2F02 0E1A  3409 599C 14FC 9450 D3CF


UNO SDK?

2016-03-06 Thread Patricia Shanahan
As part of my ongoing attempt to understand AOO, I would like to try out 
and explore UNO. I found an Eclipse plug-in that looks potentially 
useful, but it needs me to tell it the location of my UNO SDK. Where is 
it, or can I download it?


Thanks,

Patricia

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



AOO Code Comments

2016-03-06 Thread Lalith Ramesh
Hello,

I just looked at the ErrObject class on FishEye, and I had a few questions
about the coding conventions used in AOO.
Where do we typically put comments in the code?  Do they go in the source
file, the header file, or both?
Also, how often are they used?  Does each method have its own comment block
describing what it does?  Or is there one comment block for the whole class?