> > +/// child document can be embedded > > +void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &, > > +ParConstIterator const &) const; > > protected: > > InsetInclude(InsetInclude const &); > > /// > > The comment above is incorrect. We reserve /// for doxygen notation. I know > that I am guilty in this regard (not to document functions) but that should > not be an excuse to misuse doxygen. :-) >
I do not understand this. We are using doxygen, right? What is wrong with documenting this function in doxygen format? Bo