Re: C++ api docs including some unexpected classes

2017-01-05 Thread Alexey Serbin
Good catch!

Yep, it seems that's due to the forward declarations of those classes in
the files processed by doxygen.  There is at least one way omit generation
of docs for those -- using @cond/@endcond command.  I'll send a patch for
review shortly.


Best regards,

Alexey

On Thu, Jan 5, 2017 at 6:37 AM, Todd Lipcon  wrote:

> Was just browsing the published API docs, and found it odd that it
> generates a page for the following:
>
> https://kudu.apache.org/cpp-client-api/structkudu_1_
> 1client_1_1SliceKeysTestSetup.html
>
> It seems to be due to a forward declaration of a template specialization.
> Is there any way we can configure doxygen or annotate the declaration to
> avoid generating this doc?
>
> Another odd example is the following:
> https://kudu.apache.org/cpp-client-api/structStubsCompileAssert.html
>
> -Todd
> --
> Todd Lipcon
> Software Engineer, Cloudera
>


C++ api docs including some unexpected classes

2017-01-05 Thread Todd Lipcon
Was just browsing the published API docs, and found it odd that it
generates a page for the following:

https://kudu.apache.org/cpp-client-api/structkudu_1_1client_1_1SliceKeysTestSetup.html

It seems to be due to a forward declaration of a template specialization.
Is there any way we can configure doxygen or annotate the declaration to
avoid generating this doc?

Another odd example is the following:
https://kudu.apache.org/cpp-client-api/structStubsCompileAssert.html

-Todd
-- 
Todd Lipcon
Software Engineer, Cloudera


Re: Kudu C++ API Node wraper

2017-01-05 Thread Todd Lipcon
Hi Antonin,

Maybe the C++ API docs would be useful?

https://kudu.apache.org/cpp-client-api/

-Todd

On Thu, Jan 5, 2017 at 1:30 AM, Antonin Bruneau 
wrote:

> Hi,
>
> I’m building a Nodejs wrapper for the Kudu C++ API.
> I’m looking of a list of the different functions I need to expose and
> maybe a hierarchy map of those functions
>
>
> Thank you
> *Antonin Bruneau*
> Sales Engineer
>
> +33 7 68 31 70 01   |  abrun...@cloudera.com
> 72 Rue du Faubourg-Saint-Honore  |  75008 Paris  |France
>
> Celebrating a decade of community accomplishments
> cloudera.com/hadoop10
> #hadoop10
>
>
>


-- 
Todd Lipcon
Software Engineer, Cloudera


Kudu C++ API Node wraper

2017-01-05 Thread Antonin Bruneau
Hi,

I’m building a Nodejs wrapper for the Kudu C++ API.
I’m looking of a list of the different functions I need to expose and maybe a 
hierarchy map of those functions


Thank you
Antonin Bruneau
Sales Engineer
+33 7 68 31 70 01  <>  |  abrun...@cloudera.com 
72 Rue du Faubourg-Saint-Honore  |  75008 Paris  |France


Celebrating a decade of community accomplishments
cloudera.com/hadoop10 
#hadoop10