aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(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 <a.broman58@gmail.com>
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-10/+26
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 groups or sections. Add a wireshark.dox file which contains markup for the main page. Add .dox and .txt to svnadd. Clean up our tag files. Force wsar_html to rebuild each time. svn path=/trunk/; revision=49091
2013-04-26Update the main, epan, and ui Doxygen configuration files. Change theGerald Combs1-6/+12
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 don't get clobbered. Add makefile targets for wsar_html and wsar-zip. svn path=/trunk/; revision=49043
2012-03-16Add @configure_input@ to a bunch of .in files that didn't have it.Guy Harris1-0/+3
Add $Id$ to those of said files that didn't have it, and fix one $Id to be $Id$. svn path=/trunk/; revision=41594
2006-10-20One more Ethereal -> Wireshark name changeJaap Keuter1-1/+1
svn path=/trunk/; revision=19638
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2005-08-02Remove svn:executableJörg Mayer1-65/+65
Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15180
2004-10-27fix doxygen generationUlf Lamping1-1/+1
svn path=/trunk/; revision=12405
2004-10-27fix doxygen generationUlf Lamping1-0/+65
svn path=/trunk/; revision=12403
2004-10-27fix doxygen generationUlf Lamping1-1053/+0
svn path=/trunk/; revision=12402
2004-06-25doxygen changes:Jörg Mayer1-0/+1053
- 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 every time make was called, even when nothing changed in the meantime. This means that by now we need to do "make doxygen" manually in case we want updated documentation. svn path=/trunk/; revision=11238