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 <[email protected]> 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 >
