Re: [eigen] Getting doxygen to include inherited members in class API docs (was: RowMajor vs ColMajor... )

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Taken from the clang open project web page
(http://clang.llvm.org/OpenProjects.html):

"Implement an tool to generate code documentation: Clang's
library-based design allows it to be used by a variety of tools that
reason about source code. One great application of Clang would be to
build an auto-documentation system like doxygen that generates code
documentation from source code. The advantage of using Clang for such
a tool is that the tool would use the same preprocessor/parser/ASTs as
the compiler itself, giving it a very rich understanding of the code."

So probably nothing started yet.

gael

On Mon, Dec 19, 2011 at 2:22 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Maybe something based on LLVM or GCC?



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/