VirtualBox

Ignore:
Timestamp:
Oct 9, 2013 11:13:11 AM (11 years ago)
Author:
vboxsync
Message:

GUI doxygen.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/Doxyfile

    r48991 r48994  
    2626# by quotes) that should identify the project.
    2727
    28 PROJECT_NAME           = IPRT
     28PROJECT_NAME           = VirtualBox Qt GUI
    2929
    3030# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    100100# operators of the base classes will not be shown.
    101101
    102 INLINE_INHERITED_MEMB  = NO
     102INLINE_INHERITED_MEMB  = YES
    103103
    104104# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
     
    211211# of all members will be omitted, etc.
    212212
    213 OPTIMIZE_OUTPUT_FOR_C  = YES
     213OPTIMIZE_OUTPUT_FOR_C  = NO
    214214
    215215# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
     
    284284# types are typedef'ed and only the typedef is referenced, never the tag name.
    285285
    286 TYPEDEF_HIDES_STRUCT   = NO
     286TYPEDEF_HIDES_STRUCT   = YES
    287287
    288288#---------------------------------------------------------------------------
     
    468468# in the documentation. The default is NO.
    469469
    470 SHOW_DIRECTORIES       = NO
     470SHOW_DIRECTORIES       = YES
    471471
    472472# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
     
    577577# If left blank NO is used.
    578578
    579 RECURSIVE              = NO
     579RECURSIVE              = YES
    580580
    581581# The EXCLUDE tag can be used to specify files and/or directories that should
     
    822822# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
    823823
    824 HTML_DYNAMIC_SECTIONS  = NO
     824HTML_DYNAMIC_SECTIONS  = YES
    825825
    826826# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
     
    865865# the value YES disables it.
    866866
    867 DISABLE_INDEX          = YES
     867DISABLE_INDEX          = NO
    868868
    869869# This tag can be used to set the number of enum values (range [1..20])
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r48858 r48994  
    10901090
    10911091
     1092#
     1093# Doxygen documentation.
     1094#
     1095QTGUI_DOXYFILE_OUTPUT = $(PATH_OUT)/docs/qtgui
     1096BLDDIRS += $(QTGUI_DOXYFILE_OUTPUT)
     1097OTHER_CLEAN += \
     1098        $(QTGUI_DOXYFILE_OUTPUT)/Doxyfile.qtgui \
     1099        $(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui
     1100
     1101# Generate the Doxyfile
     1102$(QTGUI_DOXYFILE_OUTPUT)/Doxyfile.qtgui: \
     1103                $(PATH_CURRENT)/Doxyfile \
     1104                $(PATH_CURRENT)/Makefile.kmk \
     1105                | $$(dir $$@)
     1106        $(RM) -f $@ [email protected] [email protected]
     1107        $(CP) -f $< [email protected]
     1108        $(APPEND) [email protected]
     1109        $(APPEND) [email protected] "OUTPUT_DIRECTORY = $(QTGUI_DOXYFILE_OUTPUT)"
     1110        $(APPEND) [email protected] "WARN_LOGFILE = $(QTGUI_DOXYFILE_OUTPUT)/errors"
     1111        $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include ."
     1112        $(APPEND) [email protected] "PREDEFINED += $(ARCH_BITS_DEFS)"
     1113        $(APPEND) [email protected]
     1114        $(APPEND) [email protected] "INPUT = $(dir $<)"
     1115        $(APPEND) [email protected]
     1116        $(MV) -f [email protected] $@
     1117
     1118# Do the actual job.
     1119$(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui: $(QTGUI_DOXYFILE_OUTPUT)/Doxyfile.qtgui $$(QTGUI_DOXYFILE_INPUT) | $(QTGUI_DOXYFILE_OUTPUT)/
     1120        $(RM) -f $(wildcard $(QTGUI_DOXYFILE_OUTPUT)/html/*) $(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui
     1121        doxygen $(QTGUI_DOXYFILE_OUTPUT)/Doxyfile.qtgui
     1122        $(APPEND) $(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui
     1123
     1124# aliases
     1125docs.qtgui: $(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui
     1126if !defined(VBOX_ONLY_DOCS) && defined(VBOX_WITH_ALL_DOXYGEN_TARGETS)
     1127docs:      $(QTGUI_DOXYFILE_OUTPUT)/docs.qtgui
     1128endif
     1129
     1130
     1131
    10921132# Commit the magic.
    10931133# (note: before custom rules that make usage of generated variables!).
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette