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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -