Wireshark-commits: [Wireshark-commits] master ad84eec: Switch the Doxygen API reference build to CM
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad84eec866713b2f75e9b11a30468b81be7d3d5e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ad84eec by Gerald Combs (gerald@xxxxxxxxxxxxx):
Switch the Doxygen API reference build to CMake.
Switch to a single Doyxgen configuration which was generated using a
recent version of Doxygen and customized to suit our needs. Add
wsar_html and wsar_html_zip targets to CMake. Update some Doxygen markup
and documentation as needed.
Change-Id: Ic8a424b292c35a26f74ae0b53322265683e56e69
Reviewed-on: https://code.wireshark.org/review/26976
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1d03092 Remove some GTK+-only code.
adds ad84eec Switch the Doxygen API reference build to CMake.
Summary of changes:
.gitignore | 2 -
CMakeLists.txt | 26 +-
capchild/doxygen.cfg.in | 81 -
caputils/doxygen.cfg.in | 81 -
docbook/wsdg_src/WSDG_chapter_works.asciidoc | 2 +-
doxygen.cfg.in | 2524 +++++++++++++++++++++++++-
epan/doxygen.cfg.in | 81 -
epan/epan.h | 6 +-
randpkt_core/doxygen.cfg.in | 81 -
ui/doxygen.cfg.in | 81 -
ui/gtk/main.h | 26 -
ui/qt/doxygen.cfg.in | 67 -
ui/qt/main_window.h | 26 +
wireshark.dox | 4 +-
writecap/doxygen.cfg.in | 81 -
15 files changed, 2516 insertions(+), 653 deletions(-)
delete mode 100644 capchild/doxygen.cfg.in
delete mode 100644 caputils/doxygen.cfg.in
delete mode 100644 epan/doxygen.cfg.in
delete mode 100644 randpkt_core/doxygen.cfg.in
delete mode 100644 ui/doxygen.cfg.in
delete mode 100644 ui/qt/doxygen.cfg.in
delete mode 100644 writecap/doxygen.cfg.in