The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / doxygen.cfg.in @ master

History | View | Annotate | Download (3.42 KB)

# Date Author Comment
757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

9120bf88 04/29/2013 08:27 PM Gerald Combs

Move the contents of wsar_html/core to wsar_html. Create tag files for
core, epan, and ui, and link them to each other to varying degrees. This
seems to be the best way to organize our documentation. The alternative
is to switch to a single doxygen.cfg and manually add files to different...

e6434ae1 04/25/2013 08:07 PM Gerald Combs

Update the main, epan, and ui Doxygen configuration files. Change the
output directory to wsar_html (Wireshark API Reference HTML) to match
the Docbook naming convention. In each doxygen.cfg.in move the
doxygen_global.cfg to the top of the file so that our local definitions...

fe37c0cc 03/15/2012 11:39 PM Guy Harris

Add configure_input to a bunch of .in files that didn't have it.

Add $Id$ to those of said files that didn't have it, and fix one $Id to
be $Id$.

svn path=/trunk/; revision=41594

117784ff 10/20/2006 03:19 PM Jaap Keuter

One more Ethereal -> Wireshark name change

svn path=/trunk/; revision=19638

eb71f7fb 05/31/2006 03:12 PM Gerald Combs

Rename the main executable to "wireshark", along with more conversions:

ethereal.com -> wireshark.org
mailing lists and addresses
ETHEREAL -> WIRESHARK
Man pages
Automake/Autoconf names

svn path=/trunk/; revision=18271

9f4c7744 08/02/2005 01:46 AM Jörg Mayer

Remove svn:executable
Add svn:eol-style native
Add svn:keywords Id

svn path=/trunk/; revision=15180

de1852ed 10/27/2004 12:46 AM Ulf Lamping

fix doxygen generation

svn path=/trunk/; revision=12405

5fed0587 10/27/2004 12:03 AM Ulf Lamping

fix doxygen generation

svn path=/trunk/; revision=12403

5d7291d1 10/26/2004 11:59 PM Ulf Lamping

fix doxygen generation

svn path=/trunk/; revision=12402

392a0d43 06/25/2004 03:10 AM Jörg Mayer

doxygen changes:
- moved doxygen.cfg to doxygen.cfg.in and let configure to the substitution
on unix. Adapted the namke files accordingly.
- Don't add doxygen as a dependency for libethereal and libui: As doxygen is
an unconditional target, this would cause the applications to be rebuild...