Remove "generated by doxygen" and timestamp in PDF -
as title. i've started using doxygen, first test run noticed pdf created has "created doxygen 1.8.3.1" followed date , time, across front page.
is possible remove this? or move it, end of document?
i have noted other similar questions html (or rtf im not generating) , not pdf
you can using custom latex header.
first generate default 1 using
doxygen -w latex header.tex footer.tex doxygen.sty
now edit header.tex , "generated on ..." part , replace of liking.
then mention customized header in doxygen's configuration file
latex_header = header.tex
and run doxygen normal.
note: when upgrade newer version of doxygen may need update custom header well.