user877329
user877329

Reputation: 6230

Include *prewritten* documentation in Doxygen

To distinguish this question from Doxygen: Adding a custom link under the "Related Pages" section which has an accepted answer that is not a real answer to the question, I specifically add prewritten to the question.

What I want:

Using Doxygen to produce tex file will probably not work, since it does too much layout work [This holds for its HTML output too like empty table rows 2015]. If Doxygen takes some other input that can easily be transformed into LaTeX, that will do.

Upvotes: 0

Views: 1113

Answers (1)

Jonas Wolf
Jonas Wolf

Reputation: 1214

You can easily add an already existing Latex file to your doxygen documentation using \latexonly\input{yourfile}\endlatexonly.

I would assume you put it e.g. under a doxygen \page.

Upvotes: 1

Related Questions