Orb/Doxygen/src/outputlist.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     5  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     6  *
     6  *
     7  * Permission to use, copy, modify, and distribute this software and its
     7  * Permission to use, copy, modify, and distribute this software and its
     8  * documentation under the terms of the GNU General Public License is hereby 
     8  * documentation under the terms of the GNU General Public License is hereby 
     9  * granted. No representations are made about the suitability of this software 
     9  * granted. No representations are made about the suitability of this software 
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    10  * for any purpose. It is provided "as is" without express or implied warranty.
   169     { forall(&OutputGenerator::endItemListItem); }
   169     { forall(&OutputGenerator::endItemListItem); }
   170     void startMemberSections()
   170     void startMemberSections()
   171     { forall(&OutputGenerator::startMemberSections); }
   171     { forall(&OutputGenerator::startMemberSections); }
   172     void endMemberSections()
   172     void endMemberSections()
   173     { forall(&OutputGenerator::endMemberSections); }
   173     { forall(&OutputGenerator::endMemberSections); }
   174     void startMemberHeader()
   174     void startHeaderSection()
   175     { forall(&OutputGenerator::startMemberHeader); }
   175     { forall(&OutputGenerator::startHeaderSection); }
       
   176     void endHeaderSection()
       
   177     { forall(&OutputGenerator::endHeaderSection); }
       
   178     void startMemberHeader(const char *anchor)
       
   179     { forall(&OutputGenerator::startMemberHeader,anchor); }
   176     void endMemberHeader()
   180     void endMemberHeader()
   177     { forall(&OutputGenerator::endMemberHeader); }
   181     { forall(&OutputGenerator::endMemberHeader); }
   178     void startMemberSubtitle()
   182     void startMemberSubtitle()
   179     { forall(&OutputGenerator::startMemberSubtitle); }
   183     { forall(&OutputGenerator::startMemberSubtitle); }
   180     void endMemberSubtitle()
   184     void endMemberSubtitle()