VirtualBox

Changeset 10874

Show
Ignore:
Timestamp:
07/24/08 23:56:56 (4 months ago)
Author:
vboxsync
Message:

VBOX_WITH_ALL_DOXYGEN_TARGETS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r10863 r10874  
    323323# Enable performance API. 
    324324VBOX_WITH_RESOURCE_USAGE_API = 1 
     325# Enables all the doxgen bits. 
     326VBOX_WITH_ALL_DOXYGEN_TARGETS = 1 
    325327 
    326328 
  • trunk/Makefile.kmk

    r10244 r10874  
    204204# (This should be converted into a separate pass or merged with an existing one later.) 
    205205# 
    206 docs: docs.Core 
     206docs: $(if $(VBOX_WITH_ALL_DOXYGEN_TARGET),docs.Core) 
    207207        $(KMK) -C src/VBox/Main docs 
     208ifdef VBOX_WITH_ALL_DOXYGEN_TARGETS 
    208209        $(KMK) -C src/VBox/Runtime docs 
     210endif 
    209211 
    210212docs.Core: $(PATH_TARGET)/docs.Core 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy