Changeset 1150


Ignore:
Timestamp:
Feb 25, 2008, 11:27:38 PM (16 years ago)
Author:
Peter
Message:

allow doxygen tag internal that creates text 'FOR INTERNAL USE ONLY'

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/doxygen.config.in

    r1109 r1150  
    164164# Set it to YES to include the internal documentation.
    165165
    166 INTERNAL_DOCS          = NO
     166INTERNAL_DOCS          = YES
    167167
    168168# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
  • trunk/yat/classifier/SVindex.h

    r1120 r1150  
    3737namespace classifier { 
    3838
     39  ///
     40  /// \internal
    3941  ///
    4042  /// Internal Class keeping track of which samples are support vectors and
  • trunk/yat/utility/iterator_traits.h

    r1125 r1150  
    5959
    6060  /**
     61     \internal
     62
    6163    Metafunction that works on a pair weighted-unweighted types and
    6264    return weighted_type. The metafunction is specialized for
     
    7274
    7375  /**
     76     \internal
     77
    7478    Specialization that sets type to be unweighted when both arguments
    7579    are unweighted
Note: See TracChangeset for help on using the changeset viewer.